Read the statement by Michael Teeuw here.
The installer script linked from the main page is broken.
-
My mirror stopped working yet again, so I reformatted the SD card and went back to square 1.
After fighting the wifi issue, i finally got to the part of actually installing the app. However, the script on the main page breaks right away. I had to manually install NPM in order to move forward.But, the script still fails because it fails to fetch a bunch of dependencies. Is there a different script that I can use? I see that it hasn’t been updated in 9 months.
-
I don’t think there is another install script. However, you can run
npm install
in the MagicMirror directory. This often completes installing the dependencies. MM can also be installed manually but you likely already know that. Good luck, mate. -
Thanks! The manual install did the trick for me.
-
Good news!