Read the statement by Michael Teeuw here.
Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10
-
@mounir yes in cmd
-
@mounir is this windows 10, or 11?
never seen this. installed on windows 11 last week to test
are u running any other web server apps?
-
@sdetweil i’m in windows 11 but there is no webserver running
-
@mounir read this
https://superuser.com/questions/1437780/how-to-fix-listen-eacces-permission-denied-on-any-port/1568476u can change the port in MagicMirror\config\config.js
-
@sdetweil thank you it works when i’m changing the port in the config.js
-
Note for v ersion 2.18 a little twist
donpm install --only=prod
otherwise the developer dependencies will be installed too, and fail, causing electron not to be installed.
then
the additional steps are the samecd fonts npm install cd ..\vendor npm install cd ..
and edit package.json to change the start line as shown in prior posts
new info for change of start line in package.json, with node 16
should be like this (earlier worked with node 14,)"start": "node_modules\\.bin\\electron js\\electron.js",
-
I went through the installation guide and got this error:
$ npm start
magicmirror@2.18.0 start
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js
‘DISPLAY’ is not recognized as an internal or external command,
operable program or batch file.
-
-
Hi all… Looks like a lot of people are trying this… I’m going for it myself but ran into this problem…
When I try to do the
git clone https://github.com/MichMich/MagicMirror.gitI get the following error.
N6NG@Main-Computer-in-Ham-Shack MINGW64 /
$ git clone https://github.com/MichMich/MagicMirror.git
fatal: could not create work tree dir ‘MagicMirror’: Permission denied
Anyone figured out how to change permissions… sudo isn’t recognized yet.
Dennis -
@n6ng no mingw,
just normal windows prompt