Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haikokrais/homedataviewer
Show the weather in your city and the forecast for the next day. Also view measurements and graphs form your own temperature and humidity measurements
https://github.com/haikokrais/homedataviewer
city forecast humidity kivy kivy-garden matplotlib-pyplot measurements openweathermap-api python temperature weather
Last synced: about 7 hours ago
JSON representation
Show the weather in your city and the forecast for the next day. Also view measurements and graphs form your own temperature and humidity measurements
- Host: GitHub
- URL: https://github.com/haikokrais/homedataviewer
- Owner: HaikoKrais
- License: mit
- Created: 2020-04-10T17:15:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T19:49:29.000Z (almost 3 years ago)
- Last Synced: 2023-10-11T03:16:28.759Z (about 1 year ago)
- Topics: city, forecast, humidity, kivy, kivy-garden, matplotlib-pyplot, measurements, openweathermap-api, python, temperature, weather
- Language: Python
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HomeDataViewer
App based on the Kivy GUI.Show the weather in your city and the forecast for the next five days. The current weather and forecast is based on the OpenWeatherMap API (https://openweathermap.org/api). Please make sure to register there and get your own API key to download the data. Your key needs to be added in the MyVisuApp.py file at lines 338 and 339.
Also view measurements and graphs form your own temperature and humidity (or any other) measurements / sensors.Detailed descriptions of the widgets and the framework can be found on my blog article (http://kraisnet.de/index.php/gebaeudedaten-erfassen-und-mit-kivy-visualisieren-2/18-gebaeudedaten-erfassen-und-mit-kivy-visualisieren)
![Screenshot 1](https://github.com/HaikoKrais/HomeDataViewer/blob/master/screenshot1.png)
![Screenshot 2](https://github.com/HaikoKrais/HomeDataViewer/blob/master/screenshot2.png)
![Screenshot 3](https://github.com/HaikoKrais/HomeDataViewer/blob/master/screenshot3.png)
![Screenshot 4](https://github.com/HaikoKrais/HomeDataViewer/blob/master/screenshot4.png)
![Screenshot 5](https://github.com/HaikoKrais/HomeDataViewer/blob/master/screenshot5.png)## Dependencies
All necessary dependencies you need to install to run the app can be found in the requirements.txt file.
Parts of the dependencies can be licensed under different licenses than this repo. Please be sure to credit these appropriately and hand over the licences if you distribute packages including the dependencies.## Sources
* https://kivy.org/#home
* https://matplotlib.org/