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-rain-forecast

    Scheduled Pinned Locked Moved Utilities
    22 Posts 8 Posters 12.7k Views 8 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.
    • cirdanC Offline
      cirdan
      last edited by

      great work Charley.

      Was thinking about rewriting that part with the external sparkline. Got a sudden error on my implementation a few days ago (xmlhttprequest on the sparkline invocation and load errors 404 on the jquery). Never did anything with SVG. So was heading for some coding this weekend :-)

      This is what I like about open source 👍

      Modules MMM-rainfc, MMM-bustimes, MMM-Harmony, MMM-Rijks

      1 Reply Last reply Reply Quote 0
      • C Offline
        Charley Module Developer
        last edited by

        Hello Cirdan.

        Buienradar changed the URL. It is now gpsgadget.buienradar.nl

        That’s why the data stopped.

        In my graph I included the times and by not using the sparkline plugin there is no problem with not loading or slowing down.

        MMM-Bose-Soundtouch, MMM-Domoticz, MMM-crypto-portfolio, MMM-Fibaro, MMM-rain-forecast

        1 Reply Last reply Reply Quote 0
        • cirdanC Offline
          cirdan
          last edited by

          Changed the url in my codebase, and everything works like a charm again. Tnx for pointing it out. Still love the svg part 😀

          Modules MMM-rainfc, MMM-bustimes, MMM-Harmony, MMM-Rijks

          1 Reply Last reply Reply Quote 0
          • C Offline
            Charley Module Developer
            last edited by

            Hello Cirdan,

            If you are interested to look into the SVG part this is where I found some of the information

            Creating Interactive Graphs With SVG

            If you like to take it a step further

            How to Make Charts with SVG

            Let me know if you need any help.

            MMM-Bose-Soundtouch, MMM-Domoticz, MMM-crypto-portfolio, MMM-Fibaro, MMM-rain-forecast

            1 Reply Last reply Reply Quote 0
            • C Offline
              Charley Module Developer
              last edited by

              Today I have updated the module.
              By request the width of the graph have been decreased by about 25%
              The graph line has been updated to fit the canvas better according to received data.

              MMM-Bose-Soundtouch, MMM-Domoticz, MMM-crypto-portfolio, MMM-Fibaro, MMM-rain-forecast

              1 Reply Last reply Reply Quote 0
              • C Offline
                Charley Module Developer
                last edited by

                The MMM-rain-forecast module has been updated. The brightness level was too low on some mirrors. The size of the graphics matches the module.
                Download

                MMM-Bose-Soundtouch, MMM-Domoticz, MMM-crypto-portfolio, MMM-Fibaro, MMM-rain-forecast

                1 Reply Last reply Reply Quote 0
                • T Offline
                  teresab
                  last edited by

                  Hallo,
                  I have a Problem.
                  I want to use this module, but I live in Germany and I will need the rain forecast for my hometown in Germany. How can I change the Code? With the coordinations (latitude/longitude) of my city, ist doesn‘t work…
                  Please help me.

                  cirdanC 1 Reply Last reply Reply Quote 0
                  • cirdanC Offline
                    cirdan @teresab
                    last edited by

                    @teresab
                    Hi there,

                    the source I use for the rainforecast uses a dutch rain radar. The data provided is limited to roughly the size of the netherlands. Though some german users near the dutch border are able to use the module

                    So unless you are located close to the dutch border, the module is not going to work for you. Maybe a german implementation exist, or you could build one yourself based on the dutch code and a german rain radar provider?

                    Slightly offtopic. Currently i’m testing a rebuild of the module, to be released soon

                    Regards cirdan

                    Modules MMM-rainfc, MMM-bustimes, MMM-Harmony, MMM-Rijks

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      MajorC Project Sponsor
                      last edited by

                      So now I have to find a good soure for German rain data.

                      1 Reply Last reply Reply Quote 0
                      • lavolp3L Offline
                        lavolp3 Module Developer
                        last edited by lavolp3

                        @MajorC You could try my MMM-Buienalarm. I just recently integrated the climacell API. Not as good as the dutch service but available in all Germany (and Europe.
                        Care to try it out?

                        How to troubleshoot modules
                        MMM-soccer v2, MMM-AVStock

                        1 Reply Last reply Reply Quote 0
                        • J Offline
                          jermaine171993
                          last edited by

                          Hey guys, does anyone have the latitude and longitude for Dallas Texas, I’ve tried the setting recommendations from the city list text file and many others, all i get is “no data”, but if i set the setting to default it collects the data no problem, please let me know if im missing something,

                              "id": 4684904,
                              "name": "Dallas County",
                              "state": "TX",
                              "country": "US",
                              "coord": {
                                  "lon": -96.783607,
                                  "lat": 32.7668
                          

                          Thanks in advance,

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

                            @jermaine171993 got the numbers reversed,

                            lat is left/right of england
                            long is up/down from equator

                            put address in google maps, drill to where u want
                            lat/lng are in the url

                            Sam

                            How to add modules

                            learning how to use browser developers window for css changes

                            1 Reply Last reply Reply Quote 0
                            • W Offline
                              Wenike @jermaine171993
                              last edited by

                              @jermaine171993 The data for this particular module is based in the Netherlands and the original developer stated it was for the Netherlands. I’m suspecting it won’t display data for anywhere not in the Netherlands. (I really want to use this too here in the US).

                              lavolp3L 1 Reply Last reply Reply Quote 0
                              • lavolp3L Offline
                                lavolp3 Module Developer @Wenike
                                last edited by

                                @Wenike @jermaine171993 I’m working on somthing similar based on the climacell API (providing worldwide data). Will be ready in a few days.
                                Currently working on https://github.com/lavolp3/MMM-Buienalarm/tree/climacell

                                Will move to a new rep soon.

                                How to troubleshoot modules
                                MMM-soccer v2, MMM-AVStock

                                W J 2 Replies Last reply Reply Quote 1
                                • W Offline
                                  Wenike @lavolp3
                                  last edited by

                                  @lavolp3 Awesome, please let me know when you do have one and I’ll even offer testing if you want.

                                  1 Reply Last reply Reply Quote 0
                                  • J Offline
                                    jermaine171993 @lavolp3
                                    last edited by

                                    @lavolp3 just wondering if your done with the followng module ?

                                    Can you provide the config for dallas Taxas US cant get this to work with my mirror ?

                                    lavolp3L 2 Replies Last reply Reply Quote 0
                                    • lavolp3L Offline
                                      lavolp3 Module Developer @jermaine171993
                                      last edited by

                                      @jermaine171993 I’m working on it but have to say that the climacell data is very disappointing for Germany, where I live.
                                      I will publish it so you can test out Texas :-)

                                      How to troubleshoot modules
                                      MMM-soccer v2, MMM-AVStock

                                      1 Reply Last reply Reply Quote 0
                                      • lavolp3L Offline
                                        lavolp3 Module Developer @jermaine171993
                                        last edited by lavolp3

                                        @jermaine171993 @Wenike
                                        I have finished the module, would you mind trying that out?
                                        https://github.com/lavolp3/MMM-RainCast

                                        As said, it uses the climacell api and I’m currently not satisfied with the output.
                                        Openweathermap has a minutely output for 1 hour, that might be another option.

                                        How to troubleshoot modules
                                        MMM-soccer v2, MMM-AVStock

                                        W 1 Reply Last reply Reply Quote 0
                                        • W Offline
                                          Wenike @lavolp3
                                          last edited by Wenike

                                          @lavolp3 It looks real good! Sorry for the delayed response, I find it easier to do the work over VNC and my Chromebook (which I use for that) decided that it was going to frequently crash on me and after powerwashing it, I didn’t have VNC configured anymore. Of course, its also been somewhat dry lately, so I can’t say what it looks like with actual rain forecasted but I like how neatly it slots into my weather card.

                                          Weather Card

                                          lavolp3L 1 Reply Last reply Reply Quote 0
                                          • lavolp3L Offline
                                            lavolp3 Module Developer @Wenike
                                            last edited by

                                            @wenike Thanks for the feedback. I am currently not using it since climacell really gave me very unreliable numbers here in Germany. Happy to hear how it is for anyone else over in the US or elsewhere.

                                            How to troubleshoot modules
                                            MMM-soccer v2, MMM-AVStock

                                            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
                                            • 1 / 2
                                            • 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