Read the statement by Michael Teeuw here.
First start from the mirror does not work
-
Many thanks for your help and your tip! but only tow module works =( the clock an the compliments why this ?
Whenever I will add another module of the screen black!
i have install the electron.js again but
the add the module as in the proceeds described readme does not work ! -
Beats me, did you run npm install in the MagicMirror folder?
-
yes i have install the npm in the MM Folder , only compliment, clock and news works other moduls come a error ( no config file )
-
Hi I am having this same issue. Did you ever get it working?
-
Maybe I’m missing something here, but it seems you try to run
npm start
from a remote shell. That does not work since it doesn’t know on which screen to start. Try:DISPLAY=:0 npm start
-
@MichMich Hi! I am running npm start directly on the pi, and I get the same exact error.
-
-
Interesting as I didn’t have to do that as a separate step. However, as I posted in a different thread yesterday, keeping the base software on your Raspberry Pi is important.
-
Mhh maybe we should add those dependencies and/or
apt-get upgrade
to the installer script? -
I vote no because that’s outside the scope of MM. However, we could adjust the installer to pause and ask the user if they have performed an update/upgrade on their base rpi before continuing on with the MM install. This gives the user an opportunity to exit the installer and do the requires prerequisites before returning to the installer (at which point they can then say ‘yes’ to the question.)