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-COVID19-AMPEL (focus on Germany)

    Scheduled Pinned Locked Moved Health
    61 Posts 19 Posters 37.5k Views 20 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.
    • FoziF Offline
      Fozi Project Sponsor
      last edited by

      Thanks for sharing that module! I‘ll give it a try later.

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

      1 Reply Last reply Reply Quote 0
      • S Offline
        Solis
        last edited by

        Thanks for sharing. Works fine
        Is it possible to show more than one Area?

        M 1 Reply Last reply Reply Quote 0
        • M Offline
          magic21nrw @Solis
          last edited by

          @Solis

          Not at the moment as I made it only for the purpose of displaying one place (where I live ;-) ) at a time. But the change would not be so huge as it is pretty easy to loop through the results in the object.

          I will think about it and have a look later. Anyone else voting for this feature?

          1 Reply Last reply Reply Quote 0
          • thgmirrorT Online
            thgmirror
            last edited by

            I vote for this feature!

            But isn’t it possible to use the module twice? Rename the folder etc which is described several times here in the forum?

            Greetings
            Thomas (who needs it for Bonn and Ratingen)

            FoziF M 2 Replies Last reply Reply Quote 0
            • B Offline
              Baraka
              last edited by

              cool, habe es auch im Spiegel, :-) Top!

              1 Reply Last reply Reply Quote 0
              • FoziF Offline
                Fozi Project Sponsor @thgmirror
                last edited by

                @thgmirror That should work. I’ve done that with other modules, too.

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

                1 Reply Last reply Reply Quote 0
                • M Offline
                  magic21nrw @thgmirror
                  last edited by

                  @thgmirror
                  @Solis

                  No need to do that. I uploaded a new Version of the module. Just replace the CityID with the “223” number with an array [“223”,“221”,“225”] and it will show the different cities below each other.

                  Daniel

                  FoziF B 3 Replies Last reply Reply Quote 2
                  • FoziF Offline
                    Fozi Project Sponsor @magic21nrw
                    last edited by

                    @magic21nrw great! Thanks!

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

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      Baraka @magic21nrw
                      last edited by

                      @magic21nrw Great Working Fine!!

                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        Baraka @magic21nrw
                        last edited by

                        @magic21nrw hi ,Vorschlag von mir du kannst noch ein Pfeilchen hoch und runter zum Vortag setzen. Dann bekommt man auch ein Gefühl , wo die Zahlen aktuell hingehen.

                        M 1 Reply Last reply Reply Quote 0
                        • M Offline
                          magic21nrw @Baraka
                          last edited by

                          @Baraka

                          It would be nice to have this but the data source only supports actual data with a timestamp.

                          If I would remember the old value it would show the arrow only after the first update at midnight when new data is available. This means when rebooting the mirror once at night would reset the old value.

                          Any idea how to make a history? I could write the values in a file once it gets new values but this seems a bit of overkill for it…

                          Any ideas how to solve this easily?

                          B 1 Reply Last reply Reply Quote 0
                          • B Offline
                            Binog
                            last edited by

                            Hey, nice work ! Is it possible to merly see the value instead of Time-stamp and City?? a la “red - Incidense-value - red”

                            1 Reply Last reply Reply Quote 0
                            • B Offline
                              Baraka @magic21nrw
                              last edited by

                              @magic21nrw hi ihabe gesehen, das die Zahlen im log auch stehen, vielleicht da auslesen?

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

                                Excellent work, thanks for that!
                                As a suggestion, maybe you could add the timestamp on the header instead of close to each city? For users having more than 1 city, there is no need to see the timestamp more than once.

                                FoziF M 2 Replies Last reply Reply Quote 1
                                • FoziF Offline
                                  Fozi Project Sponsor @lucas781
                                  last edited by

                                  @lucas781 I’d second that proposal.

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

                                  1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    magic21nrw @lucas781
                                    last edited by

                                    @lucas781
                                    @Binog

                                    I updated the module to reflect the change with the update time-stamp. You got two new configuration items now:

                                    showUpdateDateInHeader: true, //Show update date in header
                                    showUpdateDateInRow: false, //Show update date in each row
                                    

                                    so you can customise it as you like. Defaults are displayed above.

                                    @Baraka

                                    Ich bekomme von der Datenabfrage immer nur die IST Werte. Im Log wird einfach was weg geschrieben, aber keine abfragbare Historie angezeigt. Das wird ein wenig schwieriger.

                                    L B 2 Replies Last reply Reply Quote 1
                                    • L Offline
                                      lucas781 @magic21nrw
                                      last edited by

                                      @magic21nrw Thank you so much! It is even better now

                                      1 Reply Last reply Reply Quote 0
                                      • B Offline
                                        Baraka @magic21nrw
                                        last edited by

                                        @magic21nrw Sieht viel besser aus im Header ! :-)

                                        1 Reply Last reply Reply Quote 0
                                        • B Offline
                                          bjoern
                                          last edited by

                                          Kann man sich auch die Werte von Deutschland anzeigen lassen und interessant wäre der Vergleich zum Vortag.

                                          M 1 Reply Last reply Reply Quote 0
                                          • M Offline
                                            magic21nrw @bjoern
                                            last edited by

                                            @bjoern

                                            Wenn die Datenbank Deutschland gesamt enthält, einfach den Code als Stadt eingeben. Dann geht es.

                                            Selbst im Modul alle Städte aufzuaddieren sind zu viele Daten, die dann abgefragt werden müssten, das macht recht wenig sinn und das Modul nur schwergängig.

                                            Der Vergleich zum Vortag ist auf Grund der Datenbasis (keine Historie in der Datenbank) leider nicht möglich.

                                            B 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
                                            • 3
                                            • 4
                                            • 2 / 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