Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atticoos/MagicMirror
:crystal_ball: ReactNative smart mirror project
https://github.com/atticoos/MagicMirror
javascript mirror react react-native tablet
Last synced: 2 months ago
JSON representation
:crystal_ball: ReactNative smart mirror project
- Host: GitHub
- URL: https://github.com/atticoos/MagicMirror
- Owner: atticoos
- Created: 2015-09-27T01:54:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T18:34:28.000Z (over 3 years ago)
- Last Synced: 2024-07-30T03:41:10.637Z (5 months ago)
- Topics: javascript, mirror, react, react-native, tablet
- Language: JavaScript
- Homepage: http://atticuswhite.com/blog/react-native-smart-mirror-lab/
- Size: 303 KB
- Stars: 243
- Watchers: 8
- Forks: 24
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magic Mirror
Turn your old tablets into a smart mirror display!
Read the [blog tutorial](http://atticuswhite.com/blog/react-native-smart-mirror-lab/) on how to make your own.
Inspired by [HannahMitt/HomeMirror](https://github.com/HannahMitt/HomeMirror)
### Environment Configuration
`env.js` must be defined in the root of the project with the following keys
```json
{
"forecast": {
"access_token": "forecast.io token"
},
"github": {
"access_token": ""
},
"twitter": {
"consumer_key": "",
"consumer_token": "",
"access_token": "",
"access_token_secret": ""
}
}
```![slack for ios upload-1](https://cloud.githubusercontent.com/assets/656630/10124734/69f7050a-652a-11e5-8fa5-b6368a38d665.jpg)
### "Hardware" Build Guide
- [x] Plexiglass (or two-way mirror)
- [x] Privacy mirror film [like this](http://www.homedepot.com/p/Gila-3-ft-x-15-ft-Mirror-Privacy-Window-Film-PRS361/100196546) (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
```