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 clone from GitHub

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    107 Posts 3 Posters 74.4k Views 3 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.
    • S Offline
      sdetweil @MMRPi1
      last edited by

      @MMRPi1 what is the PC ip address? what is the PI ip address?
      (no one can get to them as they are behind your router)

      my desktop is 192.168.2.106
      my pi is 192.168.2.44
      nano is 192.168.2.37
      odroid is 192.168.2.119

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      M 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @bhepler
        last edited by

        @bhepler good idea!

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • M Offline
          MMRPi1 @sdetweil
          last edited by

          @sdetweil my desktop is 192.168.0.12, pi is 192.168.0.24. Hold on I’ll try to ping from the pi

          M 1 Reply Last reply Reply Quote 0
          • M Offline
            MMRPi1 @MMRPi1
            last edited by

            @MMRPi1 Also unreachable from the pi it seems

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @MMRPi1
              last edited by sdetweil

              @MMRPi1 so I would say firewall still on on pc…

              can u access mirror app from phone? at pi ip address?

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • M Offline
                MMRPi1
                last edited by

                I’ve also tried from Terminus on iOS and that didn’t work either

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @MMRPi1
                  last edited by

                  @MMRPi1 on the pi, if you have a keyboard can u ssh to itself?

                  ssh pi@localhost

                  works on mine

                  still doesn’t fix the ping problem

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  M 2 Replies Last reply Reply Quote 0
                  • M Offline
                    MMRPi1 @sdetweil
                    last edited by

                    @sdetweil I’ll try

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      MMRPi1 @sdetweil
                      last edited by

                      @sdetweil Alright so it says ‘the authenticity of localhost cannot be established’ but it lets me in

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @MMRPi1
                        last edited by

                        @MMRPi1 ok, so ssh server is running… 1 thing we know

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          sdetweil
                          last edited by

                          and I assume you can ping the router

                          route -n
                          Kernel IP routing table
                          Destination Gateway Genmask Flags Metric Ref Use Iface
                          0.0.0.0 192.168.2.1 0.0.0.0 UG 100 0 0 enp5s0

                          so in my case 192.168.2.1

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          M 1 Reply Last reply Reply Quote 0
                          • M Offline
                            MMRPi1 @sdetweil
                            last edited by

                            @sdetweil yes I can ping the router

                            S 1 Reply Last reply Reply Quote 0
                            • S Offline
                              sdetweil @MMRPi1
                              last edited by

                              @MMRPi1 I assume you can ping router from windows (

                              ipconfig /all, 
                               Default Gateway . . . . . . . . . : 192.168.2.1)
                              

                              but can’t ping the pi.

                              is there a firewall on the pi? open a terminal window and do

                              sudo iptables -L
                              

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

                              M 1 Reply Last reply Reply Quote 0
                              • M Offline
                                MMRPi1 @sdetweil
                                last edited by

                                @sdetweil Don’t think so, it says ‘policy accept’ on all three entrys

                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sdetweil @MMRPi1
                                  last edited by

                                  @MMRPi1 weird… didn’t expect it… but u couldn’t access from ios…

                                  Sam

                                  How to add modules

                                  learning how to use browser developers window for css changes

                                  M 1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    MMRPi1 @sdetweil
                                    last edited by

                                    @sdetweil I used to be able to about a week ago (both on the PC and iOS). It’s only very recently that it doesn’t let me in

                                    1 Reply Last reply Reply Quote 0
                                    • bheplerB Offline
                                      bhepler Module Developer
                                      last edited by

                                      Have you tried bouncing your router? If it thinks your devices are on different subnets it may be what’s keeping your network devices from connecting.

                                      S M 2 Replies Last reply Reply Quote 0
                                      • S Offline
                                        sdetweil @bhepler
                                        last edited by sdetweil

                                        @bhepler but their addresses are 192.168.0.x so shouldn’t be different subnets, but worth a try I suppose

                                        Sam

                                        How to add modules

                                        learning how to use browser developers window for css changes

                                        bheplerB 1 Reply Last reply Reply Quote 0
                                        • bheplerB Offline
                                          bhepler Module Developer @sdetweil
                                          last edited by

                                          @sdetweil - Yeah, shouldn’t. The router should manage it all through DHCP but something is really weird here. Especially if it all worked before and suddenly the routing stopped to the point where the two devices can’t even ping each other.

                                          1 Reply Last reply Reply Quote 0
                                          • bheplerB Offline
                                            bhepler Module Developer
                                            last edited by

                                            Hrm. Okay, basic connectivity check. From the pi, please try the following two commands and tell us the results of each:
                                            ifconfig | grep inet
                                            and
                                            curl www.abc.com

                                            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