MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Remote into MM not working

    Scheduled Pinned Locked Moved Solved Troubleshooting
    5 Posts 3 Posters 1.6k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      dazza120
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • lavolp3L Offline
        lavolp3 Module Developer
        last edited by lavolp3

        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.

        How to troubleshoot modules
        MMM-soccer v2, MMM-AVStock

        D 1 Reply Last reply Reply Quote 1
        • D Offline
          dazza120 @lavolp3
          last edited by

          @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: [],

          1 Reply Last reply Reply Quote 0
          • D Offline
            dazza120
            last edited by

            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

            bheplerB 1 Reply Last reply Reply Quote 0
            • bheplerB Offline
              bhepler Module Developer @dazza120
              last edited by

              @dazza120 - Remember to mark the topic as solved. I’m glad you got it working.

              1 Reply Last reply Reply Quote 1
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy