A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Npm start issues
-
I tried your first suggestion and this is what happened.
pi@raspberrypi:~/MagicMirror $ DISPLAY=:0 nohup npm start &
[1] 1854
pi@raspberrypi:~/MagicMirror $ #nohup: ignoring input and appending output to 'nohup.out -
that should be the reason, why u are running in trouble. With the lite version there are missing some packages, which u have to install manually.
i would delete the MagicMirror folder with “rmdir MagicMirror” and try to set it up again with using the second link i posted above.
Even better if u install a whole new OS on your SD-Card, 'cause i don’t know what stuff is installed there.
-
It said failed to remove magic mirror
-
try
rmdir /home/pi/MagicMirror
or maybe
sudo rmdir /home/pi/MagicMirror
-
both didn’t work