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 70.6k 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
      Matthes0815
      last edited by

      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

        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
        • Sandy2503S Offline
          Sandy2503
          last edited by

          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

            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 Reply Quote 0
            • S Offline
              snoopy78 @anf
              last edited by

              @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

                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 Reply Quote 0
                • S Offline
                  sdetweil @wilbur245
                  last edited by

                  @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 Reply Quote 0
                  • W Offline
                    wilbur245 @sdetweil
                    last edited by

                    @sdetweil Thank you very much
                    It worked

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

                      Hi,

                      thank you for this wonderful MMM. Is there a way to hide the hole module if no warnings are present at the moment? That would give me some needed space on the mirror.

                      Thank you.

                      M 1 Reply Last reply Reply Quote 0
                      • M Offline
                        MacG @MajorC
                        last edited by

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

                        … Is there a way to hide the hole module if no warnings are present at the moment? …

                        I would want to have that as well. ;)

                        1 Reply Last reply Reply Quote 1
                        • S Offline
                          Sebi76
                          last edited by

                          Hello,

                          this is my Problem after i update MagicMirror.

                          [20.10.2021 11:13.03.190] [ERROR] WARNING! Could not load config file. Starting with default configuration. Error found: Error: Cannot find module ‘request’
                          Require stack:

                          • /home/pi/MagicMirror/modules/MMM-DWD-WarnWeather/node_helper.js
                          • /home/pi/MagicMirror/js/app.js
                          • /home/pi/MagicMirror/js/electron.js
                          • /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js

                          This “default_app.asar/” is only a file not a Folder!

                          mumblebajM 1 Reply Last reply Reply Quote 0
                          • mumblebajM Offline
                            mumblebaj Module Developer @Sebi76
                            last edited by mumblebaj

                            @sebi76 request is no longer a default module. You have to go into the MMM-DWD-WarnWeather module folder and perform the following steps

                            npm init -y
                            npm install request --save
                            

                            This should solve the issue.

                            Check out my modules at: https://github.com/mumblebaj?tab=repositories
                            Check my blog-post: https://mumblebaj.xyz/
                            Check my MM Container: https://hub.docker.com/repository/docker/mumblebaj/magicmirror/general

                            1 Reply Last reply Reply Quote 0
                            • H Offline
                              Harald-999
                              last edited by

                              The module no longer runs since the last version of MagicMirror² v2.25.0. MM2 gets stuck at startup.

                              S 1 Reply Last reply Reply Quote 0
                              • S Offline
                                sdetweil @Harald-999
                                last edited by

                                @Harald-999 update the module, they made a fix

                                go to the module folder

                                git pull
                                npm install
                                

                                Sam

                                How to add modules

                                learning how to use browser developers window for css changes

                                1 Reply Last reply Reply Quote 0
                                • C Offline
                                  Chazzer @LukeCodewalker
                                  last edited by

                                  @LukeCodewalker Great Work, Thank you for build it.

                                  • good description
                                  • it works fine for me
                                  • now, I dont habe warn weathy entries :-)
                                  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