MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    MMM-DWD-WarnWeather - Wetterwarnungen

    Utilities
    25
    59
    33465
    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.
    • A
      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
        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
          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
            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

            Create a working config
            How to add modules

            W 1 Reply Last reply Reply Quote 0
            • W
              wilbur245 @sdetweil last edited by

              @sdetweil Thank you very much
              It worked

              1 Reply Last reply Reply Quote 0
              • M
                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
                  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
                    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!

                    mumblebaj 1 Reply Last reply Reply Quote 0
                    • mumblebaj
                      mumblebaj Project Sponsor @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.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 6 / 6
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy