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

Scheduled Pinned Locked Moved Utilities
40 Posts 12 Posters 12.1k Views 12 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.
  • J Offline
    Jalibu Module Developer
    last edited by Jalibu Aug 29, 2021, 12:21 PM Aug 29, 2021, 12:12 PM

    This is a client implementation for the German emergency and disaster warning system “NINA”.

    NINA Warnapp
    Mit der Notfall-Informations- und Nachrichten-App des Bundes, kurz Warn-App NINA, erhalten Sie wichtige Warnmeldungen des Bevölkerungsschutzes für unterschiedliche Gefahrenlagen wie zum Beispiel Gefahrstoffausbreitung oder einen Großbrand. Wetterwarnungen des Deutschen Wetterdienstes und Hochwasserinformationen der zuständigen Stellen der Bundesländer sind ebenfalls in die Warn-App integriert.
    Quelle: www.bbk.bund.de

    d0d98d02-74ba-449d-ba74-bfd280e44d29-image.png

    7ba390e3-ede1-4947-be9e-7129eb3bc876-image.png

    Weitere Informationen und eine Anleitung zum Download auf Github.
    Feedback erwünscht.

    Support
    Wenn euch meine Arbeit gefällt und ihr mich unterstützen möchtet, dann freue ich mich über einen Kaffee von euch.
    Buy Me A Beer

    1 Reply Last reply Reply Quote 5
    • M Offline
      MZ-BER
      last edited by Oct 3, 2021, 5:44 PM

      Vielen Dank für dieses Modul! Leider erscheint das Modul nicht auf meinem MM. Ich bin deiner Anleitung Schritt für Schritt gefolgt.

      1. MagicMirror/modules -> git clone https://github.com/jalibu/MMM-NINA.git
      2. cd MMM-Nina
      3. npm install --only=production
      4. Einfügen in config.js:
      {
           module: "MMM-NINA",
           position: "top_right",
           config: {
               ags: "110000000000",
               maxAgeInHours: 6,
               maxWidth: "200px",
               showIcon: true,
               showNoWarning: true,
               updateIntervalInSeconds: 120,
               
           }
       }
      

      Bekomme auch keine Fehlermeldung angezeigt.

      S 1 Reply Last reply Oct 3, 2021, 6:25 PM Reply Quote 0
      • S Offline
        strawberry 3.141 Project Sponsor Module Developer @MZ-BER
        last edited by Oct 3, 2021, 6:25 PM

        @mz-ber I just installed the module. It shows No warnings for me. Also if I use your config.

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

        M 1 Reply Last reply Oct 3, 2021, 6:45 PM Reply Quote 0
        • M Offline
          MZ-BER @strawberry 3.141
          last edited by MZ-BER Oct 3, 2021, 6:50 PM Oct 3, 2021, 6:45 PM

          @strawberry-3-141 I found the error w/ @Jalibu together.

          The repo I have cloned from

          git clone https://github.com/jalibu/MMM-NINA.git
          

          created a folder with lower case letters (MMM-Nina). I renamed the folder to upper case (MMM-NINA). Now it works :-)

          1 Reply Last reply Reply Quote 0
          • J Offline
            Jalibu Module Developer
            last edited by Oct 13, 2021, 3:44 PM

            Hi Leute,

            ich habe eben ein neues Update veröffentlicht. Damit können nun auch mehrere Städte/Gemeinden gleichzeitig abgerufen werden.
            Da ich das Modul im Header/Top Bereich verwende, habe ich zusätzlich noch ein weiteres Theme erstellt.

            Viel Spaß beim Ausprobieren. Freue mich über Feedback.

            1 Reply Last reply Reply Quote 0
            • M Offline
              MajorC Project Sponsor
              last edited by MajorC Oct 14, 2021, 7:41 AM Oct 14, 2021, 7:41 AM

              Gibt es eine Möglichkeit, wie ich den Hinweis “Momentan keine Warnungen” rechtsbündig bekomme? Ich habe das Module auf der rechten Seite meinen MM und der Hinweis steht jetzt viel zu weit in der Mitte.

              Genau so wie in diesem Bild: Bild Text

              F 1 Reply Last reply Oct 14, 2021, 11:08 AM Reply Quote 0
              • F Offline
                Fozi Project Sponsor @MajorC
                last edited by Oct 14, 2021, 11:08 AM

                @majorc Versuch’s mal mit diesem Eintrag in der custom.css:

                .MMM-NINA .nina-wrapper .nina-alert.severity-Fine{
                  text-align: right;
                }
                

                HowTo: Replace PIR Sensor with a RCWL-0516 Microwave Sensor

                M 1 Reply Last reply Oct 14, 2021, 11:31 AM Reply Quote 0
                • M Offline
                  MajorC Project Sponsor @Fozi
                  last edited by Oct 14, 2021, 11:31 AM

                  @fozi said in MMM-NINA:

                  .MMM-NINA .nina-wrapper .nina-alert.severity-Fine{
                  text-align: right;
                  }

                  leider verändert sich da nichts

                  J 1 Reply Last reply Oct 14, 2021, 5:52 PM Reply Quote 0
                  • J Offline
                    Jalibu Module Developer @MajorC
                    last edited by Oct 14, 2021, 5:52 PM

                    @majorc zieh mal bitte die aller neuste Version (1.3.1). Das Alignment sollte jetzt automatisch funktionieren und besser sein.

                    M 1 Reply Last reply Oct 15, 2021, 7:31 AM Reply Quote 0
                    • M Offline
                      MajorC Project Sponsor @Jalibu
                      last edited by Oct 15, 2021, 7:31 AM

                      @jalibu so richtig leider nicht.
                      Ich habe das Update gezogen, aber sobald ein anderes Module vor MMM-NINA angezeigt wird, springt NINA etwas nach link.

                      Also NINA alleine in top_right funktioniert. NINA zusammen mit z.B. MMM-OpenmapWeather in top_right funktioniert nicht.

                      J 1 Reply Last reply Oct 15, 2021, 9:34 AM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 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