MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. termeric
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 13
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-Remote-Control

      @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",
      
      posted in Troubleshooting
      T
      termeric
    • RE: MMM-Remote-Control

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

      posted in Troubleshooting
      T
      termeric
    • MMM-Remote-Control

      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?

      posted in Troubleshooting
      T
      termeric
    • 1 / 1