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 access from external browser. (RPI zero non-W)

    Scheduled Pinned Locked Moved Troubleshooting
    11 Posts 3 Posters 6.5k 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @ImTheBadWolf
      last edited by Mykle1

      @ImTheBadWolf

      Try adding the address line as seen below, or “localhost”:

      var config = {
              address: "0.0.0.0", 
      	port: 8080,
      	ipWhitelist: [],
      

      That should do it.

      Create a working config
      How to add modules

      I 1 Reply Last reply Reply Quote 0
      • I Offline
        ImTheBadWolf @Mykle1
        last edited by

        @Mykle1 Thanks for your answer but that doesnt work either :(

        Mykle1M 1 Reply Last reply Reply Quote 0
        • brobergB Offline
          broberg Project Sponsor
          last edited by

          You are specifying the port as well in the address?

          like this :
          http://192.168.0.2:8080

          I 1 Reply Last reply Reply Quote 0
          • I Offline
            ImTheBadWolf @broberg
            last edited by

            @broberg Yes

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

              @ImTheBadWolf said in Can’t access from external browser. (RPI zero non-W):

              Thanks for your answer but that doesnt work either :(

              Can you post the beginning portion of your config?

              var config = {
              	port: 8080,
                      address: "0.0.0.0",
              	ipWhitelist: [],
              
              	language: "en",
              	timeFormat: 12,
              	units: "imperial",
              
              	modules: [
              

              Create a working config
              How to add modules

              I 1 Reply Last reply Reply Quote 0
              • I Offline
                ImTheBadWolf
                last edited by

                This post is deleted!
                1 Reply Last reply Reply Quote 0
                • I Offline
                  ImTheBadWolf @Mykle1
                  last edited by

                  @Mykle1
                  var config = {
                  address: “0.0.0.0”,
                  port: 8085,
                  //ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “192.168.1.112”, “192.168.1.102”],
                  ipWhitelist: [],
                  language: “”,
                  timeFormat: 24,
                  units: “metric”

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

                    @ImTheBadWolf

                    So then, this SHOULD work:

                    http://192.168.1.20:8085 substitute your Pi’s ip address

                    You took the language OUT of your config???

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • I Offline
                      ImTheBadWolf
                      last edited by

                      Thanks guys it is working now… I dont know why but in the morning it wasnt working and now it is :D I didnt change everything except rebooted rpi so that may be the answer

                      1 Reply Last reply Reply Quote 0
                      • brobergB Offline
                        broberg Project Sponsor
                        last edited by

                        And the " marks your have posted are the wrong type as well.

                        " " and not “ ”

                        This is a common mistakes when using word editors to alter your config file, Smart Quotes I think it’s called, and is not accepted in the code.

                        1 Reply Last reply Reply Quote 0

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        • 1 / 1
                        • 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