MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Viewing Mirror from Browser

    Bug Hunt
    3
    7
    3944
    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.
    • Z
      zimmerjo1 last edited by

      Hey there,
      I use my MagicMiror since two years. I updated the mirror from time to time for new feuteres . Now I have the problem, that I can’t view anymore the screen over a browser in the network.
      I have a Full whitelist configuration. I got the error message “This website is not accessible”
      My Network configuration at home didn’t changed. SSH and everything is working normal.
      Do you have any ideas what’s wrong?

      Mykle1 1 Reply Last reply Reply Quote 0
      • Mykle1
        Mykle1 Project Sponsor Module Developer @zimmerjo1 last edited by

        @zimmerjo1

        This helped someone on the forum 4 days ago…

        var config = {
        	address: "0.0.0.0",
        	port: 8080,
        	ipWhitelist: [], // Set [] to allow all IP addresses
        

        Create a working config
        How to add modules

        Z 1 Reply Last reply Reply Quote 1
        • bhepler
          bhepler Project Sponsor last edited by

          To expand upon @Mykle1’s post: You need to specify the IP address that the web server will use. If you don’t have the address: portion filled out like above, the framework won’t quite know where it should be hosting the web server.

          If “0.0.0.0” doesn’t work, try “127.0.0.1”. If that doesn’t work, try your Pi’s IP address on your network.

          Z 1 Reply Last reply Reply Quote 2
          • Z
            zimmerjo1 @bhepler last edited by

            @bhepler Thanks that’s worked for me!

            bhepler 1 Reply Last reply Reply Quote 1
            • Z
              zimmerjo1 @Mykle1 last edited by zimmerjo1

              @mykle1 Thank’s I read them. But it didn’t worked for me.

              Mykle1 1 Reply Last reply Reply Quote 0
              • Mykle1
                Mykle1 Project Sponsor Module Developer @zimmerjo1 last edited by

                @zimmerjo1

                I’m glad you got it working. Kudos to @bhepler ! Well done. sir. 🙂

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • bhepler
                  bhepler Project Sponsor @zimmerjo1 last edited by

                  @zimmerjo1 - Glad to hear it! Which part worked? The 127.0.0.1 address or the IP of your Pi?

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