A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
[MMM-Remote-Control] Can not access remote control module
- 
 you mean this? 0.0.0.0 or?  
- 
 @Mr-Gysy 
 config.js has a typoadresss: “0.0.0.0”,should be. address: “0.0.0.0”,
- 
 @OldSunGuy said in [MMM-Remote-Control] Can not access remote control module: address: “0.0.0.0”, what a shit failure. THANKS VERY MUCH!!! 
- 
 @Mr-Gysy hm … the default according to the API used is 0.0.0.0 if not specified. The typo would make it not specified… 
- 
 Isn’t the default localhost?
 General property optionOn my rpi I get the ::1IPv6 addresspi@raspberrypi ~ % getent hosts localhost ::1 localhost ip6-localhost ip6-loopback pi@raspberrypi ~ %Both IPv4 and IPv6 addresses are in my local /etc/hostsfile:pi@raspberrypi ~ % grep localhost /etc/hosts 127.0.0.1 localhost ::1 localhost ip6-localhost ip6-loopback pi@raspberrypi ~ %
- 
 @Mykle1 said in [MMM-Remote-Control] Can not access remote control module: Thank you so much, also from my side! I spent hours to look for the mistake and it was again the wrong written “address” 
