#raspberrypi #python3 #epaper
Shows an white/black/red image on the 2.7inch waveshare epaper display (B) to give information:
- sunset, sunrise
- approximate current time
- weather report
Uses openweather api.
source bin/activate
pip install -r requirements.txt
echo "OPEN_WEATHER_KEY=your_key_here" > .env