How looks your config.js??
Read the statement by Michael Teeuw here.
Posts
-
RE: Changing ipwhitelist prevents Mirror from loading correctly
-
Module Compliments expandable?
hi,
would it be possible to extend the module for seasonal selection? (summer, winter,authum,spring)
If its is a sunny day and its wintertime, a compliment like “today is a perfect beachday” makes no sense:-)
-
RE: Access MagicMirror with HTTP?
@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
-
RE: Access MagicMirror with HTTP?
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.
-
RE: Access MagicMirror with HTTP?
@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?
-
RE: Access MagicMirror with HTTP?
@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!
-
RE: Access MagicMirror with HTTP?
I started MM2 with the console now:-) Thanks Mikle1.
It works in the local network now as I wrote in the posting above. But I get an issue-report. Is this important?
Whoops! There was an uncaught exception…
{ Error: listen EADDRINUSE :::8088
at Object.exports._errnoException (util.js:1050:11)
at exports._exceptionWithHostPort (util.js:1073:20)
at Server.setupListenHandle [as _listen2] (net.js:1263:14)
at listenInCluster (net.js:1304:12)
at Server.listen (net.js:1402:7)
at new Server (/home/pi/MagicMirror/js/server.js:26:9)
at /home/pi/MagicMirror/js/app.js:219:18
at loadNextModule (/home/pi/MagicMirror/js/app.js:168:5)
at /home/pi/MagicMirror/js/app.js:163:6
at Class.loaded (/home/pi/MagicMirror/modules/node_modules/node_helper/index.js:19:3)
code: ‘EADDRINUSE’,
errno: ‘EADDRINUSE’,
syscall: ‘listen’,
address: ‘::’,
port: 8088 }
MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
Launching application.Greez Peter
-
RE: Access MagicMirror with HTTP?
OK, it works from my internal network now, just had to change the values to 192.168.1.1./24, thanks for this.
Before, I tried IpWhitelist: [ ], as documented, but then MM2 was showing a black screen only.
What I want to do is now to make it accessible from out of my place, so I did a port-forwarding in the router with a dns-service to the pi. But this does not work, same error like before at the local network. Current IP starts with 85… Can I add another entry or just edit one of the 192. value and if yes, which one?
Thanks!
Peter
-
RE: Access MagicMirror with HTTP?
Hi,
Thats what I thought also…in my case, I got the following error in my browser:
‘This device is not allowed to access your mirror.
Please check your config.js or config.js.sample to change this.’What kind of entry could be missing?
-
RE: Problem with module email
@Mykle1 how do I get the results into my dev console? (beginner:-()
But I got it now. As a username, try to use xxxx instead of xxx@xx.com, this worked for me with map
trying to setup a second account with an apple-account did not work. I heard that they changed something about security and certificates, so the module may have to be checked for this issue.
If you use 2 accounts and the second one is not reachable for any kind (wrong password etc), MM2 will stay and loading…and will not even show the mails from the first working account. btw: No constellation worked in my MM2 as soon as i used more than 1 account, but I do not whirled need it, just for information.