Read the statement by Michael Teeuw here.
Magic Mirror on the Raspberry Pi 1, agonizingly difficult
-
@MMRPi1 What kind of messages are shown when you run
node serveronly
in the shell? -
@Sean
-
You need express.js
I guess your auto-installation process didn’t work anyhow. You can try manual installation. (And I recommend that.)
See this. -
@Sean I’ve tried following the instructions on that page but it hasn’t worked.
How do I install express.js? -
@MMRPi1 hmmm…
- Go to your MagicMirror directory.
- Is there
package.json
file in your MagicMirror directory? (..../MagicMirror/package.json
) - If there is, open
package.json
you can see like this.
... "dependencies": { "body-parser": "^1.17.1", "colors": "^1.1.2", "electron": "^1.4.7", "express": "^4.14.0", "express-ipfilter": "latest", "feedme": "latest", ... } }
- Then, you can run
npm install
in/MagicMirror
directory. - See how it goes.
-
I’ve got a progress bar that’s progressing slowly, hopefully it will work, though it ma take a while.
Updates to follow… -
@MMRPi1 good luck to you. :D
-
Alright, it says Magic Mirror installation was successful, but I’m not sure what to do next…
-
It worked!!
Thank you to everyone :-D
Now all that’s left is screensaver, autostart and all that…
Thanks again! -
@MMRPi1 Thank you for your patience! :) Glad you got it running now some advice…
IF you have a working config before you make ANY changes to it copy it to config.bak that way you’ll always have a GOOD working config file…
Good Luck!