• 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.

MMM-DWD-WarnWeather - Wetterwarnungen

Scheduled Pinned Locked Moved Utilities
62 Posts 27 Posters 59.2k 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.
  • M Offline
    m0bed
    last edited by Jan 13, 2018, 7:53 AM

    Hello I updated this modul with git pull and npm install.
    It workes quit well but now it always say “Ort nicht gefunden”.

    I checked the map an changed the name to the “DWD-NAME” for my home town.

    What I’m doing wrong?

    Thanks Daniel

    M 1 Reply Last reply Jan 14, 2018, 12:27 PM Reply Quote 0
    • M Offline
      MrCoffee @m0bed
      last edited by Jan 14, 2018, 12:27 PM

      @m0bed
      I had the same issue.
      However, before the update “Region Hannover” worked well.
      Now after the update I had to change to “Hannover” without region which shows the weather for the city of Hannover instead of the region.

      So I guess you DWD-Name must be wrong.
      Maybe you might give another city a try, just to check the modul.

      Greetings.
      Mr.Coffee

      M 1 Reply Last reply Jan 14, 2018, 4:23 PM Reply Quote 0
      • M Offline
        m0bed @MrCoffee
        last edited by Jan 14, 2018, 4:23 PM

        @MrCoffee Hello,

        thank you for your advise.
        I dont know what has happed but let it run for over 24 hours and now it works.
        Still after 12h it was showing “ORT NICHT GEFUNDEN”.
        But today at the morning it worked as it was supposed.

        Thank you for support.

        Thanks Daniel

        1 Reply Last reply Reply Quote 0
        • M Offline
          Matthes0815
          last edited by Jun 12, 2018, 7:19 PM

          Could you maybe remove the modules header or make it fully configurable or include an option to deactivate it?
          Right now I can choose between “Wetterwarnungen” or “Wetterwarnungen: LineBreak Regionname”. The line break is annoying and I want to be able to set my own text.
          Modules shouldn’t force a header…

          1 Reply Last reply Reply Quote 0
          • A Offline
            anf
            last edited by anf Oct 6, 2018, 6:41 PM Oct 6, 2018, 2:31 PM

            Hi,
            since a short time the DW Warn Weather modul does not load anymore here my config:

            	module: 'MMM-DWD-WarnWeather',
            			position: 'bottom_right',
            			header: '',
            			config: {
            				lat: 51.15667,
            				lng: 7.192478,
            				changeColor: true,
            				minutes: false,
            				displayRegionName: false,
            				interval: 10 * 60 * 1000, // every 10 minutes
            				loadingText: 'Lade DWD ...',
            				noWarningText: 'Keine Warnungen'
            			}
            		},
            		
            

            Always the Message ist “Ort nicht gefunden” und “Lade DWD …”

            Any Ideas ?

            Thx for feedback

            AnF

            1 Reply Last reply Reply Quote 0
            • S Offline
              Sandy2503
              last edited by Oct 7, 2018, 7:43 AM

              Hi Anf,

              after updating the MMM-DWD-WarnWeather Module i had the issues.

              I have no Lat & Lng Settings. My Location is --> region --> Stadt Wuppertal.

              After Update i change the Region to Wuppertal and it works again.

                              {
                                      module: "MMM-DWD-WarnWeather",
                                      position: "bottom_right",
                                      header: "Deutscher Wetterdienst",
                                      config: {
                                              region: "Wuppertal",
                                              longversion: true
                                      }
                              },
              

              This is my setting. Maybe it will help you.

              Sandy2503

              1 Reply Last reply Reply Quote 0
              • A Offline
                anf
                last edited by Oct 14, 2018, 9:02 PM

                Hi Sandy,

                yes region: “Wuppertal” works now i struggle beause i have a “ö” in the region and all maskings e.g. oe or o or ö or \oe does not work.
                Any ideas ?
                Thx for feedback
                AnF

                S 1 Reply Last reply Apr 10, 2019, 12:46 PM Reply Quote 0
                • S Offline
                  snoopy78 @anf
                  last edited by Apr 10, 2019, 12:46 PM

                  @anf did you got a solution?
                  i’ve got the same issue about an “ö” in my cities name

                  1 Reply Last reply Reply Quote 0
                  • W Offline
                    wilbur245
                    last edited by wilbur245 Feb 12, 2020, 6:59 PM Feb 12, 2020, 6:57 PM

                    Hallo ich bekomme immer die Meldung das ein Update für das Modul vorliegt…wie kann ich das Modul updaten?
                    Ich habe es neu Installiert aber das Brachte nichts.

                    Google Translate
                    Hello I always get the message that there is an update for the module … how can I update the module?
                    I reinstalled it but it didn’t work.

                    S 1 Reply Last reply Feb 12, 2020, 7:22 PM Reply Quote 0
                    • S Offline
                      sdetweil @wilbur245
                      last edited by Feb 12, 2020, 7:22 PM

                      @wilbur245

                      to update a module

                      cd ~/MagicMirror/modules/??? (modulename)
                      git pull
                      if the module has a package.json, it is recommended to also do
                      npm install   in the module folder
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      W 1 Reply Last reply Feb 12, 2020, 7:40 PM Reply Quote 0
                      • 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