Read the statement by Michael Teeuw here.
ipWhitelist HowTo
-
That doesn’t sound like an ipWhitelist problem. Did you install MMM-Remote-Control per the instructions? If so, what exactly are you getting your error message on and what are the IPs of your magicmirror and device?
-
This post is deleted! -
Please help me out, i do all the things whatever consulted in forum to access the remote control, but it is not working from my phone, or any other devices.
It just working on the pc from where raspberry pi is operated through vnc.
Please, help me. My project submission date is too close, please help. -
Re: [[Remote-Control] Shutdown](Configure and Update your MagicMirror)
Has anyone found a fix for the issue below? I tried hardcoding my raspberry pi IP address and creating a range of acceptable IP addresses but still not able to access the MagicMirror from my desktop or phone. Any advice?
-
@gjones444
hi
you must configure your config.js and maybe your interent router.This is my adress for global access to the mm2 via internet browser
http://raspi-mm2.xxxxxxxxxxxxxx.myfritz.net:8116/
an this is a part of my configuration in my config .js
var config = { address: "0.0.0.0", port: 8116, ipWhitelist: [],
Port forward configuration for my router for global access
screenshot browser:
screenshot VNC Viewer:
-
Anyone can help me please?
I tried everything but still cant get an access granted to my IP 192.168.254.107
-
@veejae addess: “localhost”, means listen ONLY inside (from myself)…
change to address: “0.0.0.0” (listen from anywhere)
-
This post is deleted! -
Hi
I recently installed MM and am viewing on screen rather than on a mirror. I’m unable to view MM in a web browser from another machine in the network. I get
This site can’t be reached
192.168.0.113 refused to connect.I’ve gone through this topic and tried the various suggestions including turning off IPv6. No joy.
No errors or connection refused messages in the pm2 logs. I’ve run config:check and it runs clean.netstat -lnpt Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 1861/electron.js tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
I’m trying to access with http://192.168.0.113. Ssh to the pi is fine.
Any ideas? -
Setting address: “0.0.0.0” has solved this.