Read the statement by Michael Teeuw here.
[MMM-Remote-Control] Can not access remote control module
-
@ostfilinchen
i thought the whitelistened IPs are from the caller devices…this
"::ffff:192.168.188.1/24",
gives me the whole local network, is that correct?
-
@fox yeah. That’s right.
-
@ostfilinchen said in MMM-Remote-Control:
@fox yeah. That’s right.
i solved it. The access rights were the problem:
chmod -R 777 MMM-Remote-Control/
-
@fox I also have this issue, but using this line of code did not appear to solve my issue. I assume I run this in the /modules folder? Thank you for your help.
-
@Burner911 Have you installed restarted the mirror after installation (i.e.
pm2 restart mm
)?Edit: Did you install in the correct directory?
-
@Jopyth Yes I have it working now! Still not sure why only some modules can be hidden though
-
This post is deleted! -
This post is deleted! -
Hi @fox , where you able to access from other device? A smartphone for example. Because I can access from the browser where the MM is installed, but not from other devices.
My whitelist is empty [ ] -
Hello,
I’m also having issues connecting to the remote module on my PC through Chrome and IE. The page can’t be reached. The module is active and the link to use is shown on my magic mirror.
My IP whitelist which cotains my PC IP:
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.0.2"],
I also tried below based on on on the comments in this topic:
cd ~/MagicMirror/modules/ chmod -R 777 MMM-Remote-Control/
but that just tells me that it can’t access /MagicMirror/modules/, the file or folder doesn’t exist.
Another topic mentioned changing;
address: "localhost",
to;
address: "0.0.0.0",
Should I try that?
Update: I changed to 0.0.0.0. and that I got a responce but it told me my PC is not autorized although my IP is added in the whitelist, so I just removed the whole whitelist for the time being, and now I’m able to acces the remote module.