MagicMirrorModuleManager is an open source interface built to co-exist with the also open source Raspberry Pi project MagicMirror².
Execute the following command on your Raspberry Pi to install MagicMirrorModuleManager:
bash -c "$(curl -sL https://raw.githubusercontent.com/EliteByte/MagicMirrorModuleManager/master/installers/install.sh)"
- Download and install the latest MagicMirror²
- Clone the repository and check out the master branch:
git clone https://github.com/EliteByte/MagicMirrorModuleManager
- Enter the repository:
cd ~/MagicMirrorModuleManager
- Install and run the app:
npm install && npm start
Important: npm start
does not work via SSH, use DISPLAY=:0 nohup npm start &
instead. This starts the mirror on the remote display.
- To be added.
- No known issues.