A python script that gets the weather information from an api and displays it on the pixoo 64. The script will call the rest api from the pixoo-rest project to send the created gif.
The script will generate a new gif every minute (to keep the time almost up-to-"time") and will fetch the newest weather data every five minutes.
Currently you need to start pixoo-rest by yourself.
- Pull repo
- Install dependencies
pip install -r requirements.txt- Update .env with your data
- run python script
python app.py- Add more faces/icons for current weather
- Add current temp from sensor outside
- Update weather codes from api (cause I still don't know whats correct)
- Start pixoo-rest server automatically
- Do something against the blinking when gif is being uploaded (get rid of loading screen)
