This repository contains the central controlling unit of the MagicMirror³ project.
It enables the face recognition system and communication with the MagicApp.
- Clone the repository onto your Rasperry Pi into
/home/pi/MagicController
- Navigate to the
setup
folder - Run
chmod +x install.sh
- Execute
install.sh
with./install.sh
- Done! The setup should take care of the rest.
Coming soon: A single script taking care of everything.
The documentation currently only consists of code comments, but we plan to extend this via GitHub wikis or other 3rd party tools.
Check out our Contribution guidelines if you want to contribute to the project