Raspberry powered mirror which can display the news, weather, and time. Originally created by the Hacker Shack Modifications made by dniamir with included functionality to plot the surf, windsurf, and Google weather reports
If you have git installed, clone this repository.
Alternatively, you can download a zip file containing the project (green button on the repository page)
Navigate to the folder for the repository
cd Smart-Mirror
make sure you have pip installed before doing this
sudo pip install -r requirements.txt
sudo apt-get install python-imaging-tk
Make sure vim is installed on your system: sudo apt-get install vim
Use vim
to edit you file
vim smartmirror.py
replace weather_api_token
with the token you got from forecast.io
To run the application run the following command in this folder
python smartmirror.py