Read the statement by Michael Teeuw here.
Magic Mirror wont start. :(
-
I am new to Raspberry pi and Magic Mirror. Please help me! What am i doing wrong?
-
May you try “npm install electron”?
-
so just type “npm install electron”?
-
ok. I tried it! but when I try to run “npm start” this is what I get.0_1480481100575_20161129_203750.jpg
-
-
@MQ4 did you run
npm install
in the MagicMirror directory? Looks like your missing some dependencies there -
@MQ4
Looks like ur missing the module ‘express’. Did u try
$ npm install express
to install it manually? -
I got the same problem… where can i find the express module? Thanks
-
@chrisyy I got the same problem… where can i find the express module? Thanks
reply
-
@Leotrap You shouldn’t have to find it, you just need to run the installation command:
npm install express
Give it a go and let us know what happens. (be sure to do it from within the~/MagicMirror
folder).@chrisyy Perhaps designating commands using the markdown features would make 'em stand out.