A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
ipWhitelist - still not working
-
@binderth
Try0.0.0.0/0
for IpWhiteList. -
@Sean said in ipWhitelist - still not working:
0.0.0.0/0
same error on the Laptop.
Still no change with the netstat:pi@MagicMirror2:~ $ sudo netstat -lnpt Aktive Internetverbindungen (Nur Server) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 441/sshd tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 462/mosquitto tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 490/vncserver-x11-c tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 909/electron.js
-
Add
address: "0.0.0.0",
to your config, outside your whitelist:var config = { port: 8080, address: "0.0.0.0", ipWhitelist: [], // Set [] to allow all IP addresses. language: "en", timeFormat: 12, units: "imperial",
-
@Mykle1 no Change here… :(
-
oh. not exactly. After some time now, it works! Don’t know, what it took some time, aber now it works!
-
@Mykle1 THAAANKS! ;) run in the same issue after the latest update
-
@schlachtkreuzer6 said in ipWhitelist - still not working:
@Mykle1 THAAANKS! ;) run in the same issue after the latest update
You’re welcome, mate! Enjoy!
-
@Mykle1 Thank you! This fixed a problem I was having with openHAB sending sendHttpGetRequest.
-
Nice!