MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
Remote Control MagicMirror cannot load webpage
-
I’m having an issue connecting to 192.168.XXX.XXX:8080/remote.html. i have tried various ip whitelist, Magic mirror runs fine without any errors.
i currently have this on config.js file
var config = {
port: 8080,
address: “0.0.0.0”,
ipWhitelist: [ ],Using this gives me : “Cannot GET /remote.html”
-