Simple e-ink display powered by raspberry pi showing weather
Environment variables needs to be set
- OWM_API_KEY - API key for Open Weather Map
- CITY_ID - Id of the city - see http://bulk.openweathermap.org/sample/city.list.json.gz
export OWM_API_KEY=xxxx
export CITY_ID=2643743
python3 -m venv .venv
source ./.venv/bin/activate
pip3 install -r requirements.txt
python3 eink_display.py