MagicMirror Forum

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

    MMM-NINA

    Utilities
    12
    40
    4113
    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.
    • Jalibu
      Jalibu Module Developer last edited by Jalibu

      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
      • MZ-BER
        MZ-BER last edited by

        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.

        strawberry 3.141 1 Reply Last reply Reply Quote 0
        • strawberry 3.141
          strawberry 3.141 Project Sponsor Module Developer @MZ-BER last edited by

          @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

          MZ-BER 1 Reply Last reply Reply Quote 0
          • MZ-BER
            MZ-BER @strawberry 3.141 last edited by MZ-BER

            @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
            • Jalibu
              Jalibu Module Developer last edited by

              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
                MajorC Project Sponsor last edited by MajorC

                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

                Fozi 1 Reply Last reply Reply Quote 0
                • Fozi
                  Fozi Project Sponsor @MajorC last edited by

                  @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 Reply Quote 0
                  • M
                    MajorC Project Sponsor @Fozi last edited by

                    @fozi said in MMM-NINA:

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

                    leider verändert sich da nichts

                    Jalibu 1 Reply Last reply Reply Quote 0
                    • Jalibu
                      Jalibu Module Developer @MajorC last edited by

                      @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 Reply Quote 0
                      • M
                        MajorC Project Sponsor @Jalibu last edited by

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

                        Jalibu 1 Reply Last reply 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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy