A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
'DISPLAY' is not recognized... on Windows 10
-
Upgraded on windows 10 using sam script. Changed the package.json but I am getting the below error. Any ideas
> magicmirror@2.28.0 start > .\node_modules\.bin\electron js\electron.js The system cannot find the path specified.
Below are the start lines per documentation
"start": ".\\node_modules\\.bin\\electron js\\electron.js", "start:dev": ".\\node_modules\\.bin\\electron js\\electron.js dev",
-
@swvalenti so, if you look does the path exist?
you didn’t use my script on windowsdid you run the 3 npm installs?
-
@sdetweil yea I ran the 3 npm scripts. Never had to change the path on prior so I assumed that would still be the case. You mean c:user etc?
-
@swvalenti no, in the MagicMirror folder is there a node_modules folder, etc
-
@sdetweil there is not a node_modules folder
-
-
@sdetweil thanks sam that worked
-