• 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.

MMM-Remote-Control

Scheduled Pinned Locked Moved Solved Troubleshooting
8 Posts 4 Posters 5.4k Views 4 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.
  • T Offline
    termeric
    last edited by Jul 9, 2017, 4:45 PM

    I’m new to magic mirror and am having a problem setting up the remote control module. I tried to whitelist certain IPs and got a message saying that i didn’t have permission to access the page, so i changed my whitelist to [ ]. Now instead, i get a message saying Cannot GET /remote.htm

    I looked in the folder for MMMRC and i can see remote.htm in there. I’ve also rebooted MM and the Pi, but with no luck.

    Any suggestions on what i should try next?

    A 1 Reply Last reply Jul 9, 2017, 6:14 PM Reply Quote 0
    • T Offline
      termeric
      last edited by Jul 11, 2017, 1:43 PM

      @Jopyth I misunderstood the installation instructions. i ran the quick install and assumed that everything would be done, including adding the module code to config.js. i just added it, and now it appears that the remote is working correctly. thank you for working through this with me.

      1 Reply Last reply Reply Quote 4
      • A Offline
        Anhalter42 @termeric
        last edited by Jul 9, 2017, 6:14 PM

        @termeric isn’t it remote.html instead of remote.htm?!

        1 Reply Last reply Reply Quote 0
        • T Offline
          termeric
          last edited by Jul 9, 2017, 8:11 PM

          it is remote.html, that’s what i had in the browser and i verified in the folder, i mistyped it in my post.

          J 1 Reply Last reply Jul 10, 2017, 6:28 AM Reply Quote 0
          • J Offline
            Jopyth Moderator @termeric
            last edited by Jul 10, 2017, 6:28 AM

            @termeric Please double check, that you did not make any other typo, since the original error (No permission) indicates that you tried to access the correct site. Just go that site again, it should either show No permission ... again, or you should see the remote control page. If you get an error Cannot GET ... then you have the wrong URL (also check port number and first part of URL again).

            Helpful sticky: How to troubleshoot

            1 Reply Last reply Reply Quote 0
            • T Offline
              termeric
              last edited by Jul 10, 2017, 11:22 AM

              @Jopyth I double checked everything and have used the same URL the entire time - http://10.0.0.251:8080/remote.html

              I am only making changes to the ipwhitelist so if i have my config file like this, i get “this device is not allowed to access your mirror…”

              var config = {
              	port: 8080,
              	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ff:10.0.0.68"], // Set [] to allow all IP addresses. 
              
              	language: "en",
              	timeFormat: 12,
              	units: "Imperial",
              

              If i change the IPwhitelist to the following, i get “cannot GET /remote.html”

              var config = {
              	port: 8080,
              	ipWhitelist: [], // Set [] to allow all IP addresses. 
              
              	language: "en",
              	timeFormat: 12,
              	units: "Imperial",
              
              J 1 Reply Last reply Jul 11, 2017, 6:55 AM Reply Quote 0
              • J Offline
                Jopyth Moderator @termeric
                last edited by Jul 11, 2017, 6:55 AM

                @termeric That is interesting. But you have added the module to your config.js as described here? Are there any errors when you start up the mirror?

                Helpful sticky: How to troubleshoot

                1 Reply Last reply Reply Quote 1
                • T Offline
                  termeric
                  last edited by Jul 11, 2017, 1:43 PM

                  @Jopyth I misunderstood the installation instructions. i ran the quick install and assumed that everything would be done, including adding the module code to config.js. i just added it, and now it appears that the remote is working correctly. thank you for working through this with me.

                  1 Reply Last reply Reply Quote 4
                  • Y Offline
                    yoey2112
                    last edited by Oct 17, 2018, 4:24 PM

                    I have recently installed this module and I love it. Suddenly ran into an issue where no modules load when looking at the edit view, shows no module loaded. What did I do wrong?

                    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 Sam, technical setup by Karsten.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy