Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Cannot load remote control page

    Troubleshooting
    2
    4
    3414
    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
      dimitriospafos last edited by

      Re: [[Remote-Control] Shutdown](Configure and Update your MagicMirror)

      Hi, Thank you for creating this module in advance.

      I’m having an issue connecting to 192.168.XXX.XXX:8080/remote.html. The page just hangs trying to load and then it says connection refused. I followed the steps from the Remote control module repository on GitHub and even re-installed the module couple of times.

      No errors are shown in PM2 logs or in terminal. I whitelisted all “[]” but still no luck. I also checked the port 8080 and seems like only one process is listening to it, “electron.js” which I’m guessing is the magic mirror.

      Any help would be appriciated.

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @dimitriospafos last edited by

        @dimitriospafos said in Cannot load remote control page:

        Any help would be appriciated.

        Try this at the very beginning of your config.js file:

        var config = {
        	port: 8080,
                address: "0.0.0.0",
        	ipWhitelist: [], // Set [] to allow all IP addresses
        

        The addition of the address: "0.0.0.0", should do it

        1 Reply Last reply Reply Quote 1
        • D
          dimitriospafos last edited by

          Thanks it worked!

          Mykle1 1 Reply Last reply Reply Quote 1
          • Mykle1
            Mykle1 Project Sponsor Module Developer @dimitriospafos last edited by

            @dimitriospafos said in Cannot load remote control page:

            Thanks it worked!

            Fantastic!

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy