Read the statement by Michael Teeuw here.
Installing Magic mirror on windows 10
-
I have done that . Npm install . Still black screen.
-
@Omeliel show me the output of npm install
-
-
@Omeliel u are doing ~/MagicMirror something
you want
cd ~/MagicMirror
THEN
npm install
I think this is causing the files to be put in the users root, NOT in the MagicMirror folder
fonts should be installed in MagicMirror/fonts
vendor should be installed in MagicMirror/vendorcan u see if ~/fonts and ~/vendor exist?
also, at the end, this will fail to run, as the MINGW env has no graphical environment itself,
so electron won’t run… u will need to run serveronly mode and access the MM via another browseryou could install MM ON windows (open cmd.exe)…
also, you are installing under MINGW (looks like linux), not on windows natively
-
@Omeliel you could install on windows directly
-
I have fonts and vendor in MM. I run npm install from cmd in win beeing in mm folder. Also run node_serveronly but still same results
-
@Omeliel still need to see errors in both consoles… terminal window and dev window
-
Thank you is exactly what in I am trying to do and followin those steps i got balck screen only either in server mode or in normal mode .
-
@Omeliel ok, so the problem is in the console side… can u show the messages from the window where you did npm start (called the terminal window)
-
Sorted. I post in few minutes solution.