A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Updating SebTota's Pi0 Image stops MM
- 
I’m using a Pi Zero image from the Magic Mirror forum for my mirror, but it gives a warning about being over 400 commits from the most recent version.
I SSH in and try to update from the MagicMirror directory with the command
git pullThen I get this displayed and then after reboot my no longer displays.
If I then SSH in again, where I normally see this, I see this instead.
Any ideas?
 - 
Did you run
npm installafter the git pull? - 
 - 
For anyone with the same issue, follow these steps.
cd MagicMirror git pull sudo npm install sudo npm install colors -g cd vendor sudo npm install sudo rebootAfter the reboot you’ll be up and running again.
 
