Smart Mirror Documentation
Search…
Smart Mirror Documentation
Introduction
Hardware
Installation
Install Raspberry PI OS
Install dependencies
Configuration
Running
Troubleshooting & FAQs
Development and Contributing
Updating
Index
How Tos
Powered By
GitBook
Install Raspberry PI OS
These instructions are specific to the Raspberry Pi 2 and 3
To get started I suggest a clean install of Raspbian. You can snag a fresh copy of Jessie w/ Pixel
Raspbian Download Page
.
For instructions on how to install Raspbian see [How To Install Raspbian(full)](/docs/howto/how_to_install_raspbianfull.md).
You'll also need to install Node (v6.x) which now comes bundled with npm.
1
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
2
sudo apt-get install -y nodejs
Copied!
Getting the code
Next up you'll want to clone this repository into your user's home folder on your Pi:
1
cd ~
2
git clone https://github.com/evancohen/smart-mirror.git
Copied!
Next Step:
Install Dependencies
Previous
Installation
Next
Install dependencies
Last modified
7mo ago
Copy link