MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

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

    Troubleshooting
    2
    4
    1335
    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.
    • FlatPepsi
      FlatPepsi last edited by FlatPepsi

      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"],
      
      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @FlatPepsi last edited by Mykle1

        @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
        • FlatPepsi
          FlatPepsi last edited by

          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
          • FlatPepsi
            FlatPepsi last edited by

            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
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy