Rapsberry pi powered e-ink display for displaying information in an always on state. There are several other iterations of this project online, but they didnt do quite what I wanted them to. This is my version. Also keeping up my python skills as they dont get used as much as they used to!
The functionality is not meant to be an "end all solution for calendaring and Todo lists" The intent is to provide an always on display to show me what is coming up next. I can then check in browser, phone, etc for details and updates to the data. In your face reminder.
See the video and Bill of materials on the Element14 Community
Clone this repo onto your raspberry pi. Does not really matter where it is, but good option is in the pi
users home directory: /home/pi/InfoWindow
Run pip install -r requirements.txt
. This should install all required modules. I stuck to basic standard modules for ease of installation.
You will need to install the google python calendar api. This is a little confusing, but if you click here and follow the install instructions up through "Step 2" you should be on your way!
You will need to configure a few things such as API Keys and location. Copy config.json-sample to config.json. Edit config.json to add your api keys and other information.
Todoist is the current active module in this code. It only requires api_key
. Teamwork also requires a 'site' key. If using google tasks, leave this as null todo: null
Open Weather Map is where the data is coming from in the default module. This requires a few keys.
imperial
or metric
You should run the script manually the first time so that Googles auth modules can run interactivly. Once that has completed you will want to add this to CRON so it runs every few minutes automatically.
crontab -e
*/6 * * * * /usr/bin/python /home/pi/InfoWindow/infowindow.py --cron