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-DWD-WarnWeather - Wetterwarnungen

    Scheduled Pinned Locked Moved Utilities
    62 Posts 27 Posters 63.3k Views 28 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.
    • strawberry 3.141S Offline
      strawberry 3.141 Project Sponsor Module Developer @LukeCodewalker
      last edited by

      @LukeCodewalker to display different things in a module, i implemented kind of caroussels in a couple of my modules to show only one part per time interval e.g. 20 seconds. this will result in a small display but can handle a lot of informations. in the develop branch is a new feature to extend the header defined by the user with custom values. you could add there the region.

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

      1 Reply Last reply Reply Quote 0
      • LukeCodewalkerL Offline
        LukeCodewalker Module Developer
        last edited by

        Ok now it looks like this:
        0_1479324527521_screenshot.png
        It’s using the default header functionality now.
        To have more than one region you have to put the module two times in your config like

        {
        	module: 'MMM-DWD-WarnWeather',
        	position: 'bottom_left',
        	header: 'Oberbergischer Kreis',
        	config: {
        		region: 'Oberbergischer Kreis',
        		changeColor: true,
        		interval: 10*60*1000
        	}
        },
        {
        	module: 'MMM-DWD-WarnWeather',
        	position: 'bottom_left',
        	header: 'Kreis Deggendorf',
        	config: {
        		region: 'Kreis Deggendorf',
        		changeColor: true,
        		interval: 10*60*1000
        	}
        }
        
        1 Reply Last reply Reply Quote 0
        • M Offline
          Matthes0815
          last edited by

          Hey,

          nice work, great addition to my setup, thank you!

          I currently have two problems.
          When there are two notifications, the second one is indented (can’t make a screenshot right now, sorry).
          And on Firefox (I usually open the mm on my pc, too) the symbols are really, really large: .sprite_sturm has a size of 256x256px, this could be a little bit smaller… I guess Firefox handles the css different, on the mirror they have the right size.

          0_1479468868193_dwd.jpg

          LukeCodewalkerL 1 Reply Last reply Reply Quote 0
          • LukeCodewalkerL Offline
            LukeCodewalker Module Developer @Matthes0815
            last edited by

            @Matthes0815 Thank you.
            I will have a look over that, when I got some time.

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

              You’re welcome… take your time, it’s not really a problem.

              Here now a photo of the indented warnings:

              0_1479588125181_dwd2.jpg

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

                @LukeCodewalker
                Great module, thanks a lot!

                Having the same issue on Firefox with the icon size as Matthes0815.
                Also the warnings are shown twice.
                I´ve setup the config to poll DWD warnings for my region (Landkreis), any idea why this happens?

                0_1479651787580_DWD.png

                1 Reply Last reply Reply Quote 0
                • LukeCodewalkerL Offline
                  LukeCodewalker Module Developer
                  last edited by

                  Ok. Firefox bug should be fixed now.
                  Maybe you see the warning twice because DWD is having it twice on their website?
                  For further issues please use the new Trubleshooting thread. Thank you.

                  T 1 Reply Last reply Reply Quote 0
                  • LukeCodewalkerL Offline
                    LukeCodewalker Module Developer @Matthes0815
                    last edited by

                    @Matthes0815 said in MMM-DWD-WarnWeather - Wetterwarnungen:

                    You’re welcome… take your time, it’s not really a problem.

                    Here now a photo of the indented warnings:

                    0_1479588125181_dwd2.jpg

                    Are you using the latest version of this module? I could not reproduce this bug.

                    Are you

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

                      It was the latest version when I took the photo. Sadly the weather here is nice and friendly, no warnings at the moment…
                      Where are the autumn storms when you need them?

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        thk @LukeCodewalker
                        last edited by

                        @LukeCodewalker Many thanks for the Firefox fix, awesome.
                        Now everything is displayed correctly.

                        Regarding the duplicate warnings, you were right, they were displayed twice on the DWD website.
                        One for the whole region and another one for altitudes above 600m.

                        Great work :-)

                        1 Reply Last reply Reply Quote 1
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 6
                        • 7
                        • 5 / 7
                        • 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