This device is not allowed to access your mirror.
Closed this issue · 1 comments
Hi guys, after a fresh install of my Magic Mirror and MMM-Remote-Control I did the correct configuration but when I try to connect to the mirror I recive an error: "This device is not allowed to access your mirror - Please check your config.js or config.js.sample to change this".
The IP of my Macbook is 192.168.86 (but I would like to be able to use any device on my network) and this is in my config.js
config = { address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.1/24"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
Any idea how to fix it?
It seems it was a problem of my router, after a reboot everything works!