brianmituka / smart_mirror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart-Mirror

Raspberry powered mirror which can display the news, weather, and time.

Installation and Updating

Install your dependencies

make sure you have pip installed before doing this

sudo pip install -r requirements.txt
sudo apt-get install python-imaging-tk

Add your api token

Use nano to edit you file

nano smartmirror.py

replace weather_api_token with the token you got from forecast.io

Running

To run the application run the following command in this folder

python smartmirror.py

About

License:MIT License


Languages

Language:Python 99.9%Language:JavaScript 0.1%