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 issues

    Scheduled Pinned Locked Moved Troubleshooting
    4 Posts 2 Posters 730 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.
    • M Offline
      mrlowndes
      last edited by mrlowndes

      Hello, I’m having difficulty getting access. I have changed the config.js file multiple times to no affect. All the things I have read talk about IP addresses in the 192 range, but all mine are 10.0.0.xxx. I have added the IPs of my phone and laptop to the config but it just doesn’t work. Here are the settings currently:

      var config = {
      	//address: "localhost", // Address to listen on, can be:
      address: "0.0.0.0",
      	                      // - "localhost", "0.0.0.0", "::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 or empty, is "localhost"
      	port: 8080,
      	ipWhitelist: ["::fff:10.0.0.110", "::fff:128.0.0.0/2", "::fff:192.0.0.0/3", "::fff:224.0.0.0/4", "127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      

      and here is the module in my config.js file:

      {
              module: 'MMM-Remote-Control',
              // uncomment the following line to show the URL of the remote control on the mirror
              position: 'bottom_left',
              // you can hide this module afterwards from the remote control itself
              config: {
              //customCommand: {},  // Optional, See "Using Custom Commands" below
              //customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
              //showModuleApiMenu: true, // Optional, Enable the Module Controls menu
              apiKey: "",         // Optional, See API/README.md for details
              }
      
      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @mrlowndes
        last edited by

        @mrlowndes remove everything from the ipWhitelist

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • M Offline
          mrlowndes
          last edited by

          @sdetweil so the whitelist doesn’t work?

          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @mrlowndes
            last edited by

            @mrlowndes it does, but 1st thing is to get connected

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            • 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