Read the statement by Michael Teeuw here.
Viewing Mirror from Browser
-
Hey there,
I use my MagicMiror since two years. I updated the mirror from time to time for new feuteres . Now I have the problem, that I can’t view anymore the screen over a browser in the network.
I have a Full whitelist configuration. I got the error message “This website is not accessible”
My Network configuration at home didn’t changed. SSH and everything is working normal.
Do you have any ideas what’s wrong? -
This helped someone on the forum 4 days ago…
var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses
-
To expand upon @Mykle1’s post: You need to specify the IP address that the web server will use. If you don’t have the
address:
portion filled out like above, the framework won’t quite know where it should be hosting the web server.If “0.0.0.0” doesn’t work, try “127.0.0.1”. If that doesn’t work, try your Pi’s IP address on your network.
-
@bhepler Thanks that’s worked for me!
-
@mykle1 Thank’s I read them. But it didn’t worked for me.
-
I’m glad you got it working. Kudos to @bhepler ! Well done. sir. :-)
-
@zimmerjo1 - Glad to hear it! Which part worked? The 127.0.0.1 address or the IP of your Pi?