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.8k 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.
    • A Offline
      Anhalter42 @termeric
      last edited by

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

      1 Reply Last reply Reply Quote 0
      • T Offline
        termeric
        last edited by

        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 Reply Quote 0
        • J Offline
          Jopyth Moderator @termeric
          last edited by

          @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

            @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 Reply Quote 0
            • J Offline
              Jopyth Moderator @termeric
              last edited by

              @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

                @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

                  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