Thanks! That worked for me!
Read the statement by Michael Teeuw here.
Posts
-
RE: ipWhitelist HowTo
Thank you for posting this! However, I still haven’t got it working yet. Access via VNC works fine, but not via a remote web browser.
1: When I ran the command tail -f ~/MagicMirror/nohup.out I got this:
Loading module helpers …
Initializing new module helper …
No helper found for module: helloworld.
All module helpers loaded.
Starting server op port 8080 …
Server started …
Connecting socket for: updatenotification
Sockets connected & modules started …
Fontconfig warning: ignoring UTF-8: not a valid region tag
Launching application.Nothing more happens. I’ve tried to access the mirror both via Chrome and Safari. Both before and after I run the command. Nothing shows up in the log.
My desktops IP is 10.0.0.95, so I added the ipWhitelist line:
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:10.0.0.95"],
Still, I get the same error:
This device is not allowed to access your mirror.
Please check your config.js or config.js.sample to change this.I experimented with various writings, such as: “::fff:10.0.0.1/120” No dice.
Is there a way to disable the whitelist function completely?
-
Panic's StatusBoard is dead. Anyone want to port graph modules?
Panic Software recently announced that they are discontinuing StatusBoard, a simple but popular iOS app for iPads connected to a large display:
Blog post:
https://panic.com/blog/the-future-of-status-board/It’s pretty similar to MagicMirror2 in many respects. If you point StatusBoard to .json sources, it will format the data in nice ways. I hope someone out there looks into porting the graphs module. It would be really cool to have on MagicMirror2.
-
RE: AM/PM times shown even with timeFormat: 24,
Figured it out. In the config.js file, I had to put
language: 'nb',
I had:
language: 'en',
and tried, (but didn’t work) with:
language: 'no',
-
AM/PM times shown even with timeFormat: 24,
Fresh install of Raspbian, with MagicMirror working. The default clock module shows a 24 hour clock, but the calendar module, and other third party modules (MMM-Ruter) that show times for public transport show times with AM/PM (which I don’t want).
-I’ve set the locale and timezone on Raspbian to Norwegian.
-I’ve checked that I can make the default clock change to a 12 hour AM/PM clock with the config.js file.
Is there a separate secret spot I can choose 24 hour times to affect all other modules?