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.

    Weatherunderground - currently - hourly - daily - configurable

    Scheduled Pinned Locked Moved Utilities
    182 Posts 47 Posters 389.6k Views 51 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.
    • B Offline
      bennerzzz
      last edited by

      Yes, it said I went over 10 calls/minute while testing and perhaps refreshing the page caused it to do so. Anyway, thanks for the quick reply. Awesome module!

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

        Great module, I have always preferred wunderground.

        Thanks a bunch!

        1 Reply Last reply Reply Quote 0
        • RedNaxR Offline
          RedNax Module Developer
          last edited by RedNax

          New version now shows the current moon phase and there’s a new layout option :)

          in config set layout:“vertical” for the traditional layout:

          0_1472473973909_wunderground-vertical.png

          or layout: “horizontal” for:

          0_1472473998658_wunderground-horizontal.png

          yo-lessY 1 Reply Last reply Reply Quote 2
          • yo-lessY Offline
            yo-less Module Developer @RedNax
            last edited by

            @RedNax Excellent idea, I really like the new layout option. As soon as you have more than 4 days in the forecast table, though, you end up with a module that takes up a lot of your screen, I’d suggest adding a new table row every four days.

            RedNaxR 1 Reply Last reply Reply Quote 0
            • RedNaxR Offline
              RedNax Module Developer @yo-less
              last edited by

              @yo-less Thanks, i’ve added your suggestion :D

              1 Reply Last reply Reply Quote 0
              • yo-lessY Offline
                yo-less Module Developer
                last edited by

                @RedNax That was quick :D. Nice!
                I’m still toying around with my fork of your module but I’ve made so many minor and bigger adjustments that it will be hard to simply merge the two module versions, as I would have to make every adjustment customizable in the config file to submit a pull request you could easily merge, but I will keep you updated on my progress.

                1 Reply Last reply Reply Quote 0
                • mcgM Offline
                  mcg
                  last edited by

                  @RedNax Thanks a lot for this beauty! Really love it :)
                  And the new horizontal design is an awesome idea as well!

                  I have a little remark anyway: In the text area it states the min/max temperature. From my personal point of view it should be either “°C” or “°” but not just “C”. Maybe that’s a localization thing…?!

                  1 Reply Last reply Reply Quote 0
                  • RedNaxR Offline
                    RedNax Module Developer
                    last edited by RedNax

                    Thanks! The text area is reproduced as it is delivered by WeatherUnderground… so barring any heuristics on the actual content it’s beyond our control…

                    yo-lessY 1 Reply Last reply Reply Quote 1
                    • yo-lessY Offline
                      yo-less Module Developer @RedNax
                      last edited by

                      @RedNax I managed to parse my way through it with some crazy regex stuff a few days ago (As this is the first time I have done this, it took me an insane amount of time to add the degree symbol only where it should be added), I know I keep saying this, but I will eventually push it to my MMM-WunderGround fork and then you can decide which of my features you would like to implement.

                      RedNaxR ? 2 Replies Last reply Reply Quote 0
                      • RedNaxR Offline
                        RedNax Module Developer @yo-less
                        last edited by

                        @yo-less Wow, kudos… i consider regex to be black magic ;)

                        yo-lessY 1 Reply Last reply Reply Quote 1
                        • yo-lessY Offline
                          yo-less Module Developer @RedNax
                          last edited by

                          @RedNax Thanks, my head certainly felt like it had been occupied with occult practices when I was done :D

                          1 Reply Last reply Reply Quote 0
                          • P Offline
                            Plati
                            last edited by

                            @RedNax i have little question. I have a small question. If you want to update the module I have to copy the files manually from github? Is there a command or something that will do it automatically? Forgive the question, just starting to work with raspberry etc :)

                            strawberry 3.141S 1 Reply Last reply Reply Quote 0
                            • strawberry 3.141S Offline
                              strawberry 3.141 Project Sponsor Module Developer @Plati
                              last edited by

                              @Plati go into the modules directory and type git pull

                              Please create a github issue if you need help, so I can keep track

                              P 1 Reply Last reply Reply Quote 0
                              • P Offline
                                Plati @strawberry 3.141
                                last edited by

                                @strawberry-3.141 but always I get an answer “Already up-to-date.”

                                strawberry 3.141S 1 Reply Last reply Reply Quote 0
                                • strawberry 3.141S Offline
                                  strawberry 3.141 Project Sponsor Module Developer @Plati
                                  last edited by

                                  @Plati then there is no update and you are on the newest version

                                  Please create a github issue if you need help, so I can keep track

                                  P 1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    Plati @strawberry 3.141
                                    last edited by

                                    @strawberry-3.141 The last update is from yesterday, last updated my files was a week ago

                                    1 Reply Last reply Reply Quote 0
                                    • strawberry 3.141S Offline
                                      strawberry 3.141 Project Sponsor Module Developer
                                      last edited by

                                      are you on the master branch?

                                      Please create a github issue if you need help, so I can keep track

                                      P 1 Reply Last reply Reply Quote 0
                                      • P Offline
                                        Plati @strawberry 3.141
                                        last edited by paviro

                                        @strawberry-3.141 no, in module.

                                        cd ~/MagicMirror/modules/default/MMM-WunderGround
                                        git pull
                                        
                                        1 Reply Last reply Reply Quote 0
                                        • strawberry 3.141S Offline
                                          strawberry 3.141 Project Sponsor Module Developer
                                          last edited by

                                          that is not a default module path should be ~/MagicMirror/modules/MMM-WunderGround

                                          Please create a github issue if you need help, so I can keep track

                                          P 1 Reply Last reply Reply Quote 0
                                          • P Offline
                                            Plati @strawberry 3.141
                                            last edited by paviro

                                            @strawberry-3.141 Ok, i deleted my version (who i copy manually from github) and instal by commands:

                                            git clone https://github.com/RedNax67/MMM-WunderGround.git
                                            to ~/MagicMirror/modules/
                                            

                                            Now i see folder .git. Maybe the next updates this work.

                                            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
                                            • 9
                                            • 10
                                            • 2 / 10
                                            • 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