• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 27.9k 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.
  • C Offline
    c1olli
    last edited by Dec 26, 2020, 12:27 PM

    For me it’s the same Problem.
    My new Weatherstation can upload the dato to Ecowitt, Wunderground, Weathercloud, WOW an all Servers with the Ecowitt oder Wunderground protocol.
    The problem is to find a working module to get my weather data on the mirror.
    The biggest problem - i cannot code.

    C 1 Reply Last reply Dec 26, 2020, 4:45 PM Reply Quote 0
    • C Offline
      chanster @c1olli
      last edited by Dec 26, 2020, 4:45 PM

      @c1olli I have the same problem too - cannot code :P

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil
        last edited by Dec 26, 2020, 4:47 PM

        @c1olli @chanster but its worse than that… the service no longer exists for free, AND the data has changed…
        and any other provider the data has changed… so its almost a complete rewrite

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • S Offline
          Saabman Project Sponsor
          last edited by Dec 27, 2020, 12:33 PM

          Ive been wanting to change over to Wundergorund Data just havent got around to looking into it as I also want to display my station data rather than the official observations which are a good 20km from my location.

          Im not a coder but have managed to bumble my way through modifying the weather module from the WallberryTheme for MM to work with the Australian BOM data, its not a user friendly implementation but it works.
          @chanster I jumped in not knowing anything about Node JS and just started playing with it seeing what did what and eventually got what I wanted out of it.
          So… take stab at it clone a Wunderground repository on github and just start looking at the code and and let it speak to you.

          But if that doesnt work for you I want to get a Wunderground module working on my MM so will be looking into it shortly. Ive got a pressing project Im working on that I hope to get finished in the next couple of weeks after that I will be looking into it. If you (or anyone else) would like to help out who knows what we will be able to achieve.
          You can see what Ive done with the Wallberry theme weather module https://github.com/saabman/BOMAU-weather and keep an eye out for when I get started on the Wunderground module.

          C 1 Reply Last reply Dec 27, 2020, 6:01 PM Reply Quote 0
          • C Offline
            chanster @Saabman
            last edited by Dec 27, 2020, 6:01 PM

            @Saabman Thanks for sharing your experience ! I will absolutely take your suggestion and start poking around. As I’m new to MM, I wanted to get an operational dashboard up and running and now that I have, I can go and see if I can get WU to work as you’ve suggested.

            My current workaround to get my weather station data into MM is via Home Assistant (HA). I have a plug-in for HA that brings WU data into my HA dashboard. I’m using the MMM-HomeAssistant module to push that over to my MM dashboard.

            S J 4 Replies Last reply Jan 1, 2021, 10:52 AM Reply Quote 0
            • H Offline
              hummeruli @sdetweil
              last edited by Dec 27, 2020, 9:42 PM

              @sdetweil Sorry but the new API is free at all. Look at the german FHEM group. I use it there and it works absolutely perfect. Here is only the changed API the problem for the module. They have all written in Perl. Unfortunately I can’t really program it to work.

              Uli

              1 Reply Last reply Reply Quote 0
              • C Offline
                c1olli
                last edited by Dec 28, 2020, 10:30 AM

                It’s nice to find some guys with the same problem.
                My Son showed me yesterday a little bit about programming - but without any knowlege about programming it’s not easy.
                For my weatherstation (Froggit WH4000ws, same as ELV WS980 and Fine Offset WH2350) are two ways possible - direkt from the station oder via a provider (Wunderground, Wethercloud and Ecowitt, WOW).
                It would be nice to have a working solution.

                1 Reply Last reply Reply Quote 0
                • C Offline
                  c1olli
                  last edited by Dec 28, 2020, 12:05 PM

                  One way I forgot.

                  Upload the data to openweathermap and use a module it is working with, but I was unable to connect my weather station to openweathermap.

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    Saabman Project Sponsor @chanster
                    last edited by Jan 1, 2021, 10:52 AM

                    @chanster Thats one way to get around it.

                    Ive just been having a look at it this evening. I found the new API Documentation https://docs.google.com/document/d/1KGb8bTVYRsNgljnNH67AMhckY8AQT2FVwZ9urj8SWBs/edit

                    I punched my details in along with my API key just into my browser and it returned the data in JSON format which looked good so it shouldnt take too much to modify it to work again.

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      c1olli
                      last edited by c1olli Jan 1, 2021, 11:12 AM Jan 1, 2021, 11:09 AM

                      That is correct - here is my reply from Wounderground:

                      {"observations":[{"stationID":"IWURST7",
                      "obsTimeUtc":"2021-01-01T10:57:13Z",
                      "obsTimeLocal":"2021-01-01 11:57:13","neighborhood":"Deichsende",
                      "softwareType":"EasyWeatherV1.5.6","country":"DE",
                      "solarRadiation":16.0,
                      "lon":8.590322,
                      "realtimeFrequency":null,"epoch":1609498633,
                      "lat":53.771483,
                      "uv":0.0,
                      "winddir":193,
                      "humidity":98,
                      "qcStatus":1,"metric":{"temp":3,
                      "heatIndex":3,
                      "dewpt":2,
                      "windChill":3,
                      "windSpeed":5,
                      "windGust":5,
                      "pressure":1006.74,
                      "precipRate":1.19,
                      "precipTotal":2.01,
                      "elev":6}}]}
                      
                      S 1 Reply Last reply Jan 1, 2021, 11:23 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 1 / 7
                      1 / 7
                      • First post
                        10/63
                        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