Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/