Read the statement by Michael Teeuw here.
Cannot get MM to install on a fresh jessie install.
-
Pretty much the title, Im using a fresh install of jessie (with Pixel) on a raspberry pi 3. Using the line of code from front page causes it to install then using npm start brings up errors.
Debug file: https://pastebin.com/gUCfw1Au
-
This might be obvious, but are you running npm start in the MagicMirror directory?
-
Judging by the fact I didn’t realise that was a thing… I’m going to guess I’m not!
I assume the fix is easy, just ‘cd’ to the directory and then run ‘npm start’?
-
@EdChamberlain said in Cannot get MM to install on a fresh jessie install.:
just ‘cd’ to the directory and then run ‘npm start’?
Yes, open a new terminal
Typecd MagicMirror
andEnter
Typenpm start
andEnter
Let me know how you make out. Good luck.
-
Will give it a go when I’m back home on weds! Cant believe I didn’t think of that.