Read the statement by Michael Teeuw here.
Remote into MM not working
-
Ive setup remote control on the mirror via config file but for the life of me via html I can’t get onto the web page this is my config
{
module: ‘MMM-Remote-Control’,
position: ‘center’,
address : “0.0.0.0”,
ipWhitelist: [],
port: 8080,
},so I’ve done http://192.x.x.x:8080/remote.html in safari on the phone but it’s not having a bar of it 😢 the mirror is operational I can see the ip on the mirror from MMM remote control so I know I’m entering the right IP address on the web page but it’s not wanting to play ball, I only downloaded this to try and keep my modules updated easier coupled with mmm remote control repository or have I got this function wrong? Any help will be appreciated, thanks
-
The “address”, “port” and “ip Whitelist” parts do not belong into this module but into the main structure of the config file. Look it up in other people 's config files.
-
@lavolp3 cheers it’s at the top of the config file yep done that thanks but no dice 🎲 on connecting to it, this is how it is now
var 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, is “localhost”
port: 8080,
ipWhitelist: [], -
Sorted hard reboot and all is working I’m in and it’s updated the modules as I hoped now it will be easier to maintain thanks for your help
-
@dazza120 - Remember to mark the topic as solved. I’m glad you got it working.