Skip to content

atticoos/MagicMirror

Repository files navigation

Magic Mirror

Turn your old tablets into a smart mirror display!

Read the blog tutorial on how to make your own.

Inspired by HannahMitt/HomeMirror

Environment Configuration

env.js must be defined in the root of the project with the following keys

{
  "forecast": {
    "access_token": "forecast.io token"
  },
  "github": {
    "access_token": ""
  },
  "twitter": {
    "consumer_key": "",
    "consumer_token": "",
    "access_token": "",
    "access_token_secret": ""
  }
}

slack for ios upload-1

screen shot 2015-09-27 at 12 37 49 pm

"Hardware" Build Guide

  • Plexiglass (or two-way mirror)
  • Privacy mirror film like this (or two-way mirror)
  • Velcro
  • Tablet
  • Black construction paper

"Software" Build Guide

npm install -g react-native-cli
npm install
react-native run-android