I’ve opened a new rule on firewall for port 8080 @sdetweil and there is no change. @mumblebaj I’m using Windows 10.
Read the statement by Michael Teeuw here.
Posts
-
RE: Error code EADDRINUSE
-
RE: Error code EADDRINUSE
Ok, I’ve figured that Electron only accepts https certified addresses so how can i fix that.
-
RE: Error code EADDRINUSE
I’ve tracked the problem to the address. I’ve changed it from localhost to 0.0.0.0. Any ideas why.
-
RE: Error code EADDRINUSE
I think the sh script may have become corrupt. Thank you anyway @sdetweil for sticking up to the mess I made of MM.
-
RE: Error code EADDRINUSE
Tried it twice got this
npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! magicmirror@2.8.0 start: `sh run-start.sh` npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the magicmirror@2.8.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\user1\AppData\Roaming\npm-cache\_logs\2019-07-30T19_47_00_790Z-debug.log -
RE: Error code EADDRINUSE
Will this work with Git Bash? This is what I’m using.
-
RE: Error code EADDRINUSE
Same thing:
Electron Security Warning (Insecure Content-Security-Policy)
This renderer process has either no Content Security
Policy set or a policy with “unsafe-eval” enabled. This exposes users of
this app to unnecessary security risks.For more information and help, consult
https://electronjs.org/docs/tutorial/security.
This warning will not show up
once the app is packaged. -
RE: Error code EADDRINUSE
same thing:
C:\Users\user1\MagicMirror\node_modules\electron\dist\resources\electron.asar\renderer\security-warnings.js:184Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
Policy set or a policy with “unsafe-eval” enabled. This exposes users of
this app to unnecessary security risks.For more information and help, consult
https://electronjs.org/docs/tutorial/security.
This warning will not show up
once the app is packaged.
warnAboutInsecureCSP @ C:\Users\user1\MagicMirror\node_modules\electron\dist\resources\electron.asar\renderer\security-warnings.js:184 -
RE: Error code EADDRINUSE
I got this warning:
Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security
Policy set or a policy with “unsafe-eval” enabled. This exposes users of
this app to unnecessary security risks.For more information and help, consult
https://electronjs.org/docs/tutorial/security.
This warning will not show up
once the app is packaged. -
RE: Error code EADDRINUSE
Thanks it worked but I now have a black screen, with nothing on it.

