Read the statement by Michael Teeuw here.
Magic Mirror wont start. :(
- 
@MQ4 did you run
npm installin 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~/MagicMirrorfolder).@chrisyy Perhaps designating commands using the markdown features would make 'em stand out.
 - 
Ok. I figured it out!!! There was a few things I was doing wrong… I found this tutorial and it is EPIC!! https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/3
Hope it helps!!
 
