All Projects → ajwhite → Magicmirror

ajwhite / Magicmirror

🔮 ReactNative smart mirror project

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Magicmirror

Homebrew Install
homebrew安装使用中科大镜像
Stars: ✭ 143 (-41.15%)
Mutual labels:  mirror
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-27.57%)
Mutual labels:  tablet
Xf86 Input Wacom
X.Org driver for Wacom devices
Stars: ✭ 201 (-17.28%)
Mutual labels:  tablet
Ngx Webcam
A simple Angular webcam component / pure & minimal, no flash-fallback
Stars: ✭ 148 (-39.09%)
Mutual labels:  tablet
Patchman
Patchman is a Linux Patch Status Monitoring System
Stars: ✭ 163 (-32.92%)
Mutual labels:  mirror
React Native Popover View
A well-tested, adaptable, lightweight <Popover> component for react-native
Stars: ✭ 191 (-21.4%)
Mutual labels:  tablet
Google Rules Of Machine Learning
Github mirror of M. Zinkevich's "Rules of Machine Learning" style guide, with extra goodness.
Stars: ✭ 137 (-43.62%)
Mutual labels:  mirror
Bandersnatch
A PyPI mirror client according to PEP 381 http://www.python.org/dev/peps/pep-0381/
Stars: ✭ 221 (-9.05%)
Mutual labels:  mirror
Libwacom
libwacom is a tablet description library
Stars: ✭ 169 (-30.45%)
Mutual labels:  tablet
Mirror
#1 Open Source Unity Networking Library
Stars: ✭ 2,905 (+1095.47%)
Mutual labels:  mirror
Apt Smart
apt-smart: Smart, automated, robust apt-get mirror selection for Debian, Ubuntu and Linux Mint
Stars: ✭ 153 (-37.04%)
Mutual labels:  mirror
Ignorance
Ignorance utilizes the power of ENet to provide a reliable UDP networking transport for Mirror Networking.
Stars: ✭ 158 (-34.98%)
Mutual labels:  mirror
Device Detector Js
A precise user agent parser and device detector written in TypeScript
Stars: ✭ 193 (-20.58%)
Mutual labels:  tablet
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-39.51%)
Mutual labels:  tablet
Libplacebo
Official mirror of libplacebo
Stars: ✭ 205 (-15.64%)
Mutual labels:  mirror
Magneto Python Aria
Fork of staging-4.0-mega branch of https://github.com/lzzy12/python-aria-mirror-bot
Stars: ✭ 141 (-41.98%)
Mutual labels:  mirror
Termuxarch
Experience the pleasure of the Linux command prompt in Android, Chromebook, Fire OS and Windows on smartphone, smartTV, tablet and wearable https://termuxarch.github.io/TermuxArch/
Stars: ✭ 183 (-24.69%)
Mutual labels:  tablet
Magicmirror
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
Stars: ✭ 15,705 (+6362.96%)
Mutual labels:  mirror
Buildapks
Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
Stars: ✭ 218 (-10.29%)
Mutual labels:  tablet
Puppet
Wikimedia Foundation operates some of the largest collaborative projects in the world. This is our Puppet repo. This repository is a mirror; see https://www.mediawiki.org/wiki/Developer_access for contributing.
Stars: ✭ 200 (-17.7%)
Mutual labels:  mirror

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

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

"Software" Build Guide

npm install -g react-native-cli
npm install
react-native run-android
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].