@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
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
Posts made by braik
-
RE: How I got my Magic Mirror working on a Raspberry Pi 0 (zero)
-
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 ~/MagicMirror
was not working, so I have changed it for
cd /home/pi/MagicMirror
and that’s it.
Hope this can help