Read the statement by Michael Teeuw here.
Changing ipwhitelist prevents Mirror from loading correctly
-
@Snille When I try this, the log stopped at this point:
0|mm | Connecting socket for: MMM-Fuel
0|mm | Starting module helper: MMM-Fuel
0|mm | Sockets connected & modules started …
0|mm | Launching application.
0|mm | Access denied to IP address: 0.0.0.0/0 -
@rcollie yep this works for me too, wierd!
-
How looks your config.js??
-
Mine looks like this:
var config = {
port: 8080,
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.0/28”, “::ffff:192.168.2.0/28”, “::ffff:192.168.3.0/28”, “192.168.2.219”, “192.168.2.3”, “192.168.2.72”, “192.168.2.78”],language: “en”,
timeFormat: 12,
units: “imperial”,modules: [ -
ok. try to split it into 2 entries…
pWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.0/28”, “::ffff:192.168.2.0/28”],
…
you are sure that port 8080 is not used by annother application or blocked by your firewall??
First, try the first entry only and then add the second-one
( I used /24 instead /28, works here…)
remove the " ," after the font?
-
var config = {
port: 8080,
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.0/28”, “::ffff:192.168.2.0/28”, “::ffff:192.168.3.0/28”, “10.0.0.16”],language: "de", modules: [ {..... -
var config = {
port: 8088,
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:192.168.1.1/24”,“192.168.1.1/24”],
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:178.198.19.1/24”,“178.198.19.1/24”],
language: “de”,
timeFormat: 24,
units: “metric”,modules: [ -
@psteimann I may have misunderstood. Are you asking for help or offering suggestions?
-
@rcollie thats the way it works here…:-)
-
@psteimann I’m still not understanding your intent. I’ve posted a solution (really a workaround), so I’m not clear as to whether you’re trying to help solve a problem that I’ve already solved, or if you are asking for help.
-
@rcollie if it works in your way, then its ok. My works also, so just an alternative “help”…
-
About all this mess it up
https://forum.magicmirror.builders/post/27658
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login