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

Can't view MM page from PC after update [Fixed]

Scheduled Pinned Locked Moved Troubleshooting
4 Posts 2 Posters 1.8k 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.
  • F Offline
    FlatPepsi
    last edited by FlatPepsi Feb 11, 2018, 1:44 AM Feb 10, 2018, 2:39 AM

    I used to be able to view my Mirror’s web page from my phone & PC (nice when in the house, but not at the mirror). Yesterday I updated the MM core to the latest, and now the page won’t show remotely. Did something change in the MM core around this?

    My config.js includes:

    port: 8080,
    ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.1.14"
              , "192.168.1.199", "192.168.1.0"],
    
    M 1 Reply Last reply Feb 10, 2018, 3:18 AM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @FlatPepsi
      last edited by Mykle1 Feb 10, 2018, 3:18 AM Feb 10, 2018, 3:18 AM

      @FlatPepsi

      This should work, although it whitelists all IP’s

              address: "0.0.0.0",
              port: 8080,
              ipWhitelist: [],
      

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 3
      • F Offline
        FlatPepsi
        last edited by Feb 11, 2018, 12:56 AM

        Made that change, and still can’t view the web page remotely.
        Odd, since I was able to before the MM update.

        I can VNC into the mirror, so I know the IP is right, and it’s got a good network connection.

        Anyone have tips on seeing logs on the mirror to start troubleshooting?

        1 Reply Last reply Reply Quote 0
        • F Offline
          FlatPepsi
          last edited by Feb 11, 2018, 1:43 AM

          Got it solved, but not sure what exactly fixed it.

          I changed my config lines:

              address: "0.0.0.0",
              ipWhitelist: [],
          

          And then rebooted. Didn’t fix it.
          Rebooted again later, and then it was fixed.
          Very odd - but fixed is fixed!

          1 Reply Last reply Reply Quote 1
          • 1 / 1
          1 / 1
          • First post
            3/4
            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