Small script to display a clock / date / weather dashboard on your RPi 2in13bc ePaper screen.
- pipenv
- python 3.8
- clone this repo
- inside the repo copy
.env.exampleto.env - fill all env variables inside the
.envfile:LATis the lattitude of you locationLONis the longitude of your locationWB_API_KEYis your weatherbit.io API keyLOCALEis the locale you want to see date on your screen
- run
pipenv install - run
pipenv run ./edashboard.py
