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.

    MMM-Chores - Manage and keep track of your household Chores

    Scheduled Pinned Locked Moved Utilities
    104 Posts 19 Posters 28.5k Views 20 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.
    • PierreGodeP Offline
      PierreGode Module Developer @mischag
      last edited by PierreGode

      @mischag

      Hi the ip adress id 192.168.1.whatevertheipofghepi:5003

      S 1 Reply Last reply Reply Quote 0
      • PierreGodeP Offline
        PierreGode Module Developer @sarote
        last edited by

        @sarote
        It is done

        1 Reply Last reply Reply Quote 0
        • S Do not disturb
          sdetweil @PierreGode
          last edited by

          @PierreGode .1 is typically the router , not the pi

          on the MagicMirror system do

          ip addr
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          PierreGodeP 1 Reply Last reply Reply Quote 0
          • PierreGodeP Offline
            PierreGode Module Developer @sdetweil
            last edited by

            @sdetweil
            What?? 🤭
            Like I said I think it is 192.168.subdomain.yourip ❤️
            So yes you are right 1 could be 0 depending on your router. I mention http://yourmirrorip:5003/ in my readme for the reason that it can vary, it could even be 10. 24.x.x

            S 1 Reply Last reply Reply Quote 0
            • S Do not disturb
              sdetweil @PierreGode
              last edited by

              @PierreGode yes. all my routers set their ip address to.1 of the assigned address range

              home is 192.168.2.(1)
              a test network i have it 10.0.2.(1)

              all the devices start at .2

              on linux

              ip addr
              

              will give this machine’s address
              on windows its

              ipconfig /all
              

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • S Offline
                supascoopa74 @mischag
                last edited by

                @mischag I’m having the exact same problems that you describe here. Cannot connect to admin page via ip address/trying to use the admin.html page directly is non-responsive. Did you make any progress?

                PierreGodeP 1 Reply Last reply Reply Quote 0
                • PierreGodeP Offline
                  PierreGode Module Developer @supascoopa74
                  last edited by PierreGode

                  @supascoopa74 @mischag
                  I created a wiki on the repository I hope it helps.
                  https://github.com/PierreGode/MMM-Chores/wiki/MMM‐Chores-Wiki

                  KristjanESPERANTOK K S 3 Replies Last reply Reply Quote 1
                  • KristjanESPERANTOK Online
                    KristjanESPERANTO Module Developer @PierreGode
                    last edited by

                    @PierreGode The wiki page is empty :-(

                    S PierreGodeP 2 Replies Last reply Reply Quote 1
                    • S Do not disturb
                      sdetweil @KristjanESPERANTO
                      last edited by

                      @KristjanESPERANTO i see the link to the front page

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • PierreGodeP Offline
                        PierreGode Module Developer @KristjanESPERANTO
                        last edited by PierreGode

                        @KristjanESPERANTO
                        Thank you, updated

                        1 Reply Last reply Reply Quote 1
                        • K Offline
                          khayfer @PierreGode
                          last edited by

                          @PierreGode Hello, I’m having the same issues as supascoopa74 and mischag. I went through all the points in the wiki page and still unable to get to the admin page. Checked my firwalls and they were “open”… unsure how to proceed.

                          S PierreGodeP 2 Replies Last reply Reply Quote 0
                          • S Do not disturb
                            sdetweil @khayfer
                            last edited by

                            @khayfer what is the address: setting in config.js
                            it CANNOT be localhost. as thst mesns only apps INSIDE the same system can connect (a browser on the same system)

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            K 1 Reply Last reply Reply Quote 0
                            • S Offline
                              supascoopa74 @PierreGode
                              last edited by

                              @PierreGode Thank you for the wiki. I didn’t realize the MagicMirror needs to be running for the admin page to work. Doh! It works now trying to access myPIip:5003 from another computer on my network.

                              1 Reply Last reply Reply Quote 1
                              • PierreGodeP Offline
                                PierreGode Module Developer @khayfer
                                last edited by

                                @khayfer Hi!
                                Could you tell me about your setup?
                                Is it ”vanilla” raspberry pi setup?
                                What is pm2 logs saying?

                                1 Reply Last reply Reply Quote 0
                                • K Offline
                                  khayfer @sdetweil
                                  last edited by

                                  @sdetweil my apologies for the late reply, the stomach flu ravaged our home this past week.
                                  As for the address in config it is set to “local host” and it lists the raspberry pi 's ip address.

                                  S 1 Reply Last reply Reply Quote 0
                                  • S Do not disturb
                                    sdetweil @khayfer
                                    last edited by

                                    @khayfer address:“localhost”

                                    means ONLY apps INSIDE the same system can connect, means a browser started from the desktop

                                    if you want to use another system, set
                                    address:“0.0.0.0”,

                                    Sam

                                    How to add modules

                                    learning how to use browser developers window for css changes

                                    K 1 Reply Last reply Reply Quote 0
                                    • K Offline
                                      khayfer @sdetweil
                                      last edited by

                                      @sdetweil I changed it to 0.0.0.0 and it still says it could not connect to the server :-/

                                      S 1 Reply Last reply Reply Quote 0
                                      • S Do not disturb
                                        sdetweil @khayfer
                                        last edited by

                                        @khayfer can you open the MagicMirror page from that machine?

                                        many browsers have started to implement local network access security. i know on my mac, i cannot access my 3d print server w chrome anymore. i have to use safari

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        K 1 Reply Last reply Reply Quote 0
                                        • K Offline
                                          khayfer @sdetweil
                                          last edited by

                                          @sdetweil yes, I’m able to use the browser in the pi. I can navigate the internet no problem, but the moment I type the ip address, it still says could not connect to the server.
                                          I then tried it on multiple different devices/browsers on the same wifi and they all say the same thing.

                                          S 1 Reply Last reply Reply Quote 0
                                          • S Do not disturb
                                            sdetweil @khayfer
                                            last edited by

                                            @khayfer and you are doing
                                            http://address:port

                                            for MagicMirror
                                            port from config.js
                                            on the same machine
                                            you can use localhost

                                            http://localhost:8080

                                            ip addr
                                            

                                            will give you the address of the pi
                                            from your laptop

                                            http://xxxxx:8080
                                            

                                            where xxxxx was the addr from ip addr

                                            Sam

                                            How to add modules

                                            learning how to use browser developers window for css changes

                                            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
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 3 / 6
                                            • 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