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 15.8k 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.
    • JalibuJ Offline
      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-BERM Offline
        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.141S 1 Reply Last reply Reply Quote 0
        • strawberry 3.141S Offline
          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-BERM 1 Reply Last reply Reply Quote 0
          • MZ-BERM Offline
            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
            • JalibuJ Offline
              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 Offline
                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

                FoziF 1 Reply Last reply Reply Quote 0
                • FoziF Offline
                  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 Offline
                    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

                    JalibuJ 1 Reply Last reply Reply Quote 0
                    • JalibuJ Offline
                      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 Offline
                        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.

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

                          @majorc Habe ich schon mal gesagt, wie sehr ich CSS hasse? :face_with_symbols_on_mouth:
                          Probier nochmal

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

                            @jalibu Ich glaube ich mache was nicht richtig. Das Update zieht er, aber der Text bleibt mittig/links. Vielleicht ist es auch eine andere App die dein CSS kaputt macht?

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

                              @majorc määähhhh…

                              Nee, ich hatte vergessen was zu commiten…

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

                                @jalibu said in MMM-NINA:

                                @majorc määähhhh…

                                Nee, ich hatte vergessen was zu commiten…

                                Yes yes yes, nun passt es. Vielen Dank!

                                S 1 Reply Last reply Reply Quote 0
                                • S Offline
                                  SARCux @MajorC
                                  last edited by

                                  Wie bekomme ich denn den Titel mit angezeigt?
                                  Trage ich in der config.js

                                  title: "NINA Warnungen",
                                  

                                  ein, wird es mir nicht angezeigt.

                                  JalibuJ 1 Reply Last reply Reply Quote 0
                                  • JalibuJ Offline
                                    Jalibu Module Developer @SARCux
                                    last edited by Jalibu

                                    @sarcux
                                    Mit der header property auf Modul Ebene

                                    {
                                      module: "MMM-NINA",
                                      position: "top_bar",
                                      header: "Ich werde Jalibu etwas spenden",
                                      config: {
                                         ...
                                    }
                                    
                                    M 1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      MajorC Project Sponsor @Jalibu
                                      last edited by

                                      @jalibu Super funktioniert. Da kann man dann auch mal ein Bier springen lassen!

                                      https://www.buymeacoffee.com/jalibu

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

                                        @majorc haha, danke.
                                        Wurde eben schon eingelöst und war köstlich 👌

                                        1 Reply Last reply Reply Quote 0
                                        • L Offline
                                          Locke35
                                          last edited by

                                          @jalibu {

                                           module: "MMM-NINA",
                                          
                                           position: "middle_center",
                                          
                                           config: {
                                          
                                               ags: ["05370016"],  // Liste der Gemeinden, die abgefragt werden sollen
                                          
                                               maxAgeInHours: 6,
                                          
                                               maxWidth: "200px",
                                          
                                               mergeAlerts: true,
                                          
                                               showIcon: true,
                                          
                                               showDate: true,
                                          
                                               showCity: true,
                                          
                                               showNoWarning: true,
                                          
                                               theme: "top", // Erlaubte Werte: top, side
                                          
                                               updateIntervalInSeconds: 120,
                                          
                                          
                                          
                                           }
                                          

                                          },
                                          funktioniert bei mir nicht …leider

                                          JalibuJ 1 Reply Last reply Reply Quote 0
                                          • JalibuJ Offline
                                            Jalibu Module Developer @Locke35
                                            last edited by

                                            @locke35 “Funktioniert nicht” heißt was genau?
                                            Ich kann btw. keine Gemeinde mit dem Schlüssel “05370016” finden

                                            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
                                            • 1 / 2
                                            • 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