Read the statement by Michael Teeuw here.
MMM-Remote-Control
-
@termeric Please double check, that you did not make any other typo, since the original error (
No permission
) indicates that you tried to access the correct site. Just go that site again, it should either showNo permission ...
again, or you should see the remote control page. If you get an errorCannot GET ...
then you have the wrong URL (also check port number and first part of URL again). -
@Jopyth I double checked everything and have used the same URL the entire time - http://10.0.0.251:8080/remote.html
I am only making changes to the ipwhitelist so if i have my config file like this, i get “this device is not allowed to access your mirror…”
var config = { port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ff:10.0.0.68"], // Set [] to allow all IP addresses. language: "en", timeFormat: 12, units: "Imperial",
If i change the IPwhitelist to the following, i get “cannot GET /remote.html”
var config = { port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses. language: "en", timeFormat: 12, units: "Imperial",
-
-
@Jopyth I misunderstood the installation instructions. i ran the quick install and assumed that everything would be done, including adding the module code to config.js. i just added it, and now it appears that the remote is working correctly. thank you for working through this with me.
-
I have recently installed this module and I love it. Suddenly ran into an issue where no modules load when looking at the edit view, shows no module loaded. What did I do wrong?