Skip to content

A smart mirror using much of the same code from the Hacker Shack but with additional functionality

License

Notifications You must be signed in to change notification settings

dniamir/SmartMirror

Repository files navigation

Smart-Mirror

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

Installation and Updating

Code

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

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

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

Running

To run the application run the following command in this folder

python smartmirror.py

About

A smart mirror using much of the same code from the Hacker Shack but with additional functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages