@Mar
Hi there,
I had the same problem and the I have realized that node serveronly was not launched.
The problem is that the command :
cd ~/MagicMirror was not working, so I have changed it for
cd /home/pi/MagicMirror
and that’s it.
Hope this can help
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
B
Offline
Best posts made by braik
- 
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
Latest posts made by braik
- 
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)@RV Hi, I don’t know if it can help, but I have noticed that the “~” shortcut to go tho the /home/pi folder does not work on the scripts. 
 So when you do the same commands manually everything seems to be OK, but when you run the scripts then you get a bug.
 The solution, in my case, was to replace all the folder shortcuts (as ~ for home folder) with the complete explicit path inside the scripts.
 Good luck
 Braik
- 
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)@Mar 
 Hi there,
 I had the same problem and the I have realized that node serveronly was not launched.
 The problem is that the command :
 cd ~/MagicMirrorwas not working, so I have changed it for
 cd /home/pi/MagicMirror
 and that’s it.
 Hope this can help