Is working for me . Need others to try. And let us knwo.
Read the statement by Michael Teeuw here.
Posts made by Omeliel
-
RE: Installing Magic mirror on windows 10
-
RE: calendar stuck at loading
Hi . In the comand promp try to go in modules and there run again npm install . See if is workin. I dont have a clue but worth a try :) . Cheers
-
RE: Installing Magic mirror on windows 10
Tell me if is working for anyone who try it cuz i have 0 knowledge abot html, css, java :)) .
Thank you @sdetweil @Michmich and @vintage89 and all others who spend their time share with us noobs :)) their knowlege.
Kind regards -
RE: Installing Magic mirror on windows 10
So
What worked for me was so far :
Installation:
I installed this: https://nodejs.org/en/download/
In that tutorial, he said to install git bash. I didn’t I just used cmd from windows.
From https://github.com/MichMich/MagicMirror I download the zip file, extracted in C: in windows (not as described in that tutorial).
I renamed the extracted folder by just deleting master remain only MagicMirror as a folder.
Open cmd in windows go in C:\MagicMirror and run npm install
Then I went in C:\MagicMirror\config and delete sample extension ending to have just file named config.js
After that, as @stedweil advised went and edit the package.json file and remove the display=${display… stuff from the start clause
It should start with "node_modules, like this
“start”: “node_modules/.bin/electron js/electron.js”,
Now trying to start mm I got black screen only.
I can’t remember where I saw but I think MichMich advice to go in C:\MagicMirror\vendor and run again npm install, I have done that and it worked.
Now regarding editing the config.js, it need to be edited according to your area . There some tutorials for that too. -
RE: Installing Magic mirror on windows 10
Sorted. I post in few minutes solution.
-
RE: Installing Magic mirror on windows 10
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 .
-
RE: Installing Magic mirror on windows 10
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
-
RE: Installing Magic mirror on windows 10
I have done that . Npm install . Still black screen.