A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Magic Mirror will not start
-
@elporcho from the home folder ( cd ~ ), do sudo -rf rm MagicMirror
Then clone the mm repo again, then cd MagicMirror, then npm install
-
I appreciate the help. I did sudo -rf rm MagicMirror and it gave the the following error:
rm: cannot remove ‘MagicMirror’: Is a directory
I also tried rmdir, but it says Directory not empty. -
Seems that I’ve got it re-installed, but now npm install still does nothing. -
I was going to follow the instructions here for auto-starting magic mirror:
https://github.com/MichMich/MagicMirror/wiki/Auto-Starting-MagicMirror -
Huh, it appears the work i did before deleting and reinstalling the MagicMirror directory for the auto-start held over and it is working now. Thanks for dealing with me!