Read the statement by Michael Teeuw here.
Access MagicMirror with HTTP?
-
@psteimann you are already using port 8088, is there any program which is using that port? Or you executed mm twice at same time. Common pitfall is not killing pm2 and starting another npm (or node serveronly) for test…
-
@Sean Port 8088 is not used by another program and there Is no other port-forwarding to this port.
8080 is used by my NAS, so I changed the standard-port to 8088 in the config.js
i start mm2 automatically with pm2, thats correct. but I do not start it twice.
do you mean to try to start another instance of mm2 with npm start?
Thanks!
-
@psteimann sorry for my poor English. You SHOUD NOT execute twice, before killing pm2.
-
@Sean So you mean I shall kill pm2 and start with npm?
how do I kill the pm2-process? If I try to close the pm2-window, it starts again immediately… in the console I guess, but whats the syntax?
-
@psteimann
pm2 stop mm
-
Ok, that worked so far. stopped mm2 and startet it manually with npm in the console.
Errors have gone, great. So is it an issue with pm2?
Unfortunately, still no access from outside.
-
@Sean
OK. it works now
I entered a second whitelist entry for the external ip:
ip is currently:
178.198.19.38so i added ffff:178.198.19.1/24…
thanks for help