This project is inspired by HomeMirror and Michael Teeuw's Magic Mirror. It uses annyang for voice interactivity, electron to make it cross platform, and integrates with Philips Hue. It is my own take on what a "smart mirror" can be.
Starting from scratch was less about other projects not being good enough and more about my own learning experience. While I did get a lot of inspiration from other projects I really wanted this to be my own!
A live chat to get help and discuss mirror related issues: https://gitter.im/evancohen/smart-mirror. Currently I'm the only one monitoring this, so don't expect an instantanious response. If I'm not online you are probubly better off filing an issue.
- Raspberry Pi 2
- USB Microphone (Or Webcam w/ microphone)
- Monitor (with the bezel removed)
- Mirror Pane (aka Observation Glass)
- Philips Hue
In order to get started I suggest a clean install of Raspbian. You can snag a fresh copy of Jessie (recommended, it's the future) or Wheezy from the Raspbian Download Page.
You'll also need to install Node (v4.0.0+) which now comes bundled with npm.
Next up you'll want to clone this repository onto your Pi if you haven't already yet
git clone https://github.com/evancohen/smart-mirror.git
Done? Excellent, let's continue.
Time to update the config file... You'll need to fill in two things into js/config.js
:
- A Forecast API key (don't worry it's free)
- Philips Hue Bridge IP address with a configured user. Details about how to set this up in the Philips Hue Developer Documentation
The format of your config should look something like this:
var FORCAST_API_KEY = "a6s5dg39j78qj38sjs91je9djadfa1e";
var HUE_BASE = "http://192.168.1.99/api/as9234ho0dfhoq01f2as3yh4m0/";
Before we can run the thing we've got to install the projects dependencies. From the root of the smart-mirror
directory run:
npm install
This will take a minute, it has to download electron-prebuilt. Once that is done you can launch the mirror with
npm start
If you don't want the debug console to open up every time you launch the mirror you'll want to comment this line out from main.js
:
mainWindow.webContents.openDevTools();
MIT
Favicon from In the Wake of the King, a head nod to The Watcher – "A byblow of the king and a queen of the sea, she has remained apart from the workings of her family, more home beneath the waves, watching all through water and mirror. Her ambitions lie outside the Eternal Kingdom, but her secrets are valuable everywhere."
Awesome.