Display board for E-paper display
You have to install following dependencies
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.60.tar.gz
tar zxvf bcm2835-1.60.tar.gz
cd bcm2835-1.60/
sudo ./configure
sudo make
sudo make check
sudo make install
sudo apt-get install libopenjp2-7 libatlas-base-dev
Now we can install the package locally (for use on our system), with:
pip install .
We can also install the package with a symlink, so that changes to the source files will be immediately available to other users of the package on our system:
pip install -e .
The configuration file is put under `~/.config/paper-board/config.ini
Here is an example of configuration
[weather]
api_token=<OWM API Token>
location=Seattle
Get the weather API Key from Weather API page Then, add API Code to your config file.