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.

    Working Weather Underground module?

    Scheduled Pinned Locked Moved Troubleshooting
    63 Posts 9 Posters 33.8k Views 9 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 @Saabman
      last edited by

      @Saabman funny, one has to READ the message to reply properly…

      git clone should get all branches, unless u specifically ask for depth=??1

      u can get another branch with git fetch remotename remotebranch_name: localbranch_name
      then git checkout localbranch_name should work

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • C Offline
        c1olli
        last edited by

        After the new installation of MM, I installed the module and I can see some weather data from my wether station - really good beginning.

        @sdetweil Thanks for the fantastic installation script.

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

          Nice that some people are working on it. I want also my pws in the mirror, and willing to help, but im not able to program. But can test if necessary. I tried the module so far , and yes there are some signs of live in the module. Thanks already.

          1 Reply Last reply Reply Quote 0
          • S Offline
            Saabman Project Sponsor
            last edited by

            Ive been spending some time working out how to use github a bit better. Thanks for the tips sdetweil.

            So havent progressed any further on the module.

            What I have noticed is the original module MMM-Wunderground has quiet a lot in it - been able to choose different icons/color moon phase etc. which is not stuff that your PWS will provide. So thinking of doing a cut down version that just provides current weather data as provided by your PWS.

            C 1 Reply Last reply Reply Quote 0
            • C Offline
              chanster @Saabman
              last edited by

              @Saabman Thanks again for all the work you have put into updating this module. Have you checked out MMM-Currentweather-MQTT ? I got it to work with my PWS. It takes an interesting approach of blending in data from PWS where available and supplements it with data from OpenWeather. It does require your PWS to publish its data via MQTT.

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                Saabman Project Sponsor @chanster
                last edited by

                @chanster I Wasnt aware of that one, That would definantly be another way to go and not rely on an external API that will probably change :lol:

                My Weather station is about 20years old and I use a Raspberry pi runnig WEEWX to get the data of it and onto WunderGround and I just had a look and found a MQTT “plugin” for WEEWX so it would be simple enough to do. I already USE MQTT for energy Monitoring so Im half way there.

                Thanks for that

                C 1 Reply Last reply Reply Quote 0
                • C Offline
                  chanster @Saabman
                  last edited by

                  @Saabman That’s great! Once I got my MQTT feed up, this module worked very well to display the data from my PWS.

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    c1olli
                    last edited by

                    I tried out the MMM-ioBroker and this works properly.
                    IoBroker gets the Data directly from my WH4000ws Weatherstation with the module WLAN-Wetterstation from SBorg2014.

                    Next Step ist to install MagicMirror and ioBroker on one Raspberry Pi.
                    mmmiobrok.jpg

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      Saabman Project Sponsor @c1olli
                      last edited by

                      @c1olli Thats good to know there are some options.

                      Im thinking doing something along the lines of pulling Data from one of those “offline” systems and seeing if it is possible to integrate it into the new MagicMirror weather module.

                      The last couple of days Ive been re writing and simplifying the Wunderground module to just display the current PWS data pulled from WunderGround. more as an exercise in trying to understand NodeJS and gitHub.

                      my head is just about exploding :lol: but its getting there. I am not a programer by any stretch of the imagination. Im just sitting down looking at the code and try and work it out.

                      to start with I pick something obvious like Temperature and just look through the code and find where it appears and then try and work out where it comes from and where it goes.

                      1 Reply Last reply Reply Quote 0
                      • C Offline
                        c1olli
                        last edited by c1olli

                        It would be nice to have a better looking solution, combinated witch the “offline” data.
                        I can understand, that your head ist exploding, for me is it the same - if you are a little bit older and you can’t program than it is not easy (for me) to learn such things.
                        I’m happy when I can change little things and combinate such things that they are working for me.
                        The ioBroker module for catching the data from the weatherstation is here (in german): WLAN-Wetterstation

                        S 1 Reply Last reply Reply Quote 0
                        • S Offline
                          Saabman Project Sponsor @c1olli
                          last edited by

                          @c1olli said in Working Weather Underground module?:

                          The ioBroker module for catching the data from the weatherstation is here (in german): WLAN-Wetterstation

                          thanks for that, in German explains why I couldn’t find it.

                          Ive been working on the module just to display the weather station data with no forecast getting the data to display is no problem - getting it to display nicely is another story all together.

                          So im working through trying to understand how the HTML works and Style sheets etc.

                          I would encourage anyone to take some time to sit down and have a go at modifying a module. Its not easy when you first look at it but parts of it do start to make sense after a while.

                          S 1 Reply Last reply Reply Quote 0
                          • S Offline
                            Saabman Project Sponsor @Saabman
                            last edited by

                            OK I think I have got something worth having a look its basic but its there at least.

                            Ive got some ideas on further customisation ie changeing sizes of the parameters etc. but ill add those as I go.

                            https://github.com/saabman/MMM-WunderGround-PWS-Observations

                            ![alt text](Screen Shot 2021-01-17 at 22.32.06.png image url)

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

                              Hey - looks pretty good :thumbs_up:

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                Saabman Project Sponsor @Saabman
                                last edited by

                                I should mention in the config you can select which parameters to display

                                Mitch1138M 1 Reply Last reply Reply Quote 0
                                • Mitch1138M Offline
                                  Mitch1138 @Saabman
                                  last edited by

                                  @Saabman Nice work. No issues running it, even with imperial display units!

                                  S 1 Reply Last reply Reply Quote 0
                                  • J Offline
                                    jasondreher @chanster
                                    last edited by jasondreher

                                    This post is deleted!
                                    1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      jasondreher @chanster
                                      last edited by

                                      This post is deleted!
                                      1 Reply Last reply Reply Quote 0
                                      • J Offline
                                        jasondreher @chanster
                                        last edited by

                                        @chanster said in Working Weather Underground module?:

                                        My current workaround to get my weather station data into MM is via Home Assistant (HA).
                                        Sweet, another home assistant/Magic mirror user. Check out some of my posts…
                                        https://forum.magicmirror.builders/topic/10666/samsung-washer-and-dryer-status-on-mm/3?_=1611416170540
                                        https://forum.magicmirror.builders/topic/1232/mmm-snow-yet-another-snow-module/10?_=1611416170543

                                        1 Reply Last reply Reply Quote 0
                                        • S Offline
                                          Saabman Project Sponsor @Mitch1138
                                          last edited by

                                          @Mitch1138 Im glad they were worth the effort ;)

                                          B Mitch1138M 2 Replies Last reply Reply Quote 0
                                          • B Offline
                                            Baraka @Saabman
                                            last edited by

                                            @Saabman hi, i testet it with my data of my weather station and works fine.

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