• 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 60.9k 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.
  • 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
    • W Offline
      wilbur245 @sdetweil
      last edited by Feb 12, 2020, 7:40 PM

      @sdetweil Thank you very much
      It worked

      1 Reply Last reply Reply Quote 0
      • M Offline
        MajorC Project Sponsor
        last edited by Oct 7, 2020, 6:49 AM

        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 Jul 26, 2021, 8:11 AM Reply Quote 0
        • M Offline
          MacG @MajorC
          last edited by Jul 26, 2021, 8:11 AM

          @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 Oct 20, 2021, 9:18 AM

            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!

            M 1 Reply Last reply Oct 20, 2021, 5:51 PM Reply Quote 0
            • M Offline
              mumblebaj Module Developer @Sebi76
              last edited by mumblebaj Oct 20, 2021, 5:53 PM Oct 20, 2021, 5:51 PM

              @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

              1 Reply Last reply Reply Quote 0
              • H Offline
                Harald-999
                last edited by Oct 22, 2023, 11:30 AM

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

                S 1 Reply Last reply Oct 22, 2023, 11:32 AM Reply Quote 0
                • S Offline
                  sdetweil @Harald-999
                  last edited by Oct 22, 2023, 11:32 AM

                  @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 Oct 23, 2023, 12:31 AM

                    @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
                    • 1
                    • 2
                    • 3
                    • 4
                    • 5
                    • 6
                    • 7
                    • 6 / 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