• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Cannot load remote control page

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 4.0k Views 3 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
    dimitriospafos
    last edited by Oct 21, 2017, 3:15 AM

    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.

    M 1 Reply Last reply Oct 21, 2017, 12:59 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @dimitriospafos
      last edited by Oct 21, 2017, 12:59 PM

      @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

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 1
      • D Offline
        dimitriospafos
        last edited by Oct 21, 2017, 2:45 PM

        Thanks it worked!

        M 1 Reply Last reply Oct 21, 2017, 4:25 PM Reply Quote 1
        • M Offline
          Mykle1 Project Sponsor Module Developer @dimitriospafos
          last edited by Oct 21, 2017, 4:25 PM

          @dimitriospafos said in Cannot load remote control page:

          Thanks it worked!

          Fantastic!

          Create a working config
          How to add modules

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          1 / 1
          • First post
            1/4
            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