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] Cannot GET /remote.html

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    17 Posts 5 Posters 5.2k Views 5 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.
    • K Offline
      kasperb @sdetweil
      last edited by

      @sdetweil Yup, that’s what I have - sample of config here:

      let config = {
      	address: "0.0.0.0",	// Address to listen on, can be:
      							// - "localhost", "127.0.0.1", "::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,
      	basePath: "/",	// The URL path where MagicMirror² is hosted. If you are using a Reverse proxy
      									// you must set the sub path here. basePath must end with a /
      	ipWhitelist: [],	// 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"],
      
      
      Y 1 Reply Last reply Reply Quote 0
      • Y Offline
        Ypsimm @kasperb
        last edited by

        @kasperb

        In case you’re still interested…

        After fighting with this for I don’t know how long, for poops and giggles I changed the permissions on my modules/MMM-Remote-Control folder to full r/w for all users…

        Now I can access the remote control.

        YMMV, change permissions at your own risk, etc.

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

          @Ypsimm interesting. Git clone should set the permissions that way.

          Did you install the module some other way than git?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          Y 1 Reply Last reply Reply Quote 0
          • Y Offline
            Ypsimm @sdetweil
            last edited by

            @sdetweil Originally? Quite possibly something other than git, but it’s been such a long time since I first installed that I couldn’t tell you for sure.

            Most recently, yes, git clone was one of the methods I tried after completely removing the module and attempting reinstalls. Not sure if the module install doesn’t do it like the full application clone would or what, but it’s been running just dandy since the manual change. I’m curious to see if anything changes after the next update or three.

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

              @Ypsimm ok, please make sure NOT to use sudo with any MagicMirror commands

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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