MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. rkorell
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 25
    • Posts 420
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Need help with MMM-MQTTbridge not "communicating" with MMM-RTSPStream

      @Cr4z33 Good afternoon,
      I do not have the time to dig too deep into MMM-MQTTbridge …
      But what I see checking your console logfile and compare this to your first posting:
      You obviously had managed that the MQQT message arrives and is acknowledged.

      .
      The message you receive is:

      {
          "Action": "Pulse",
          "Code": "Invite",
          "Data": {
              "CallID": "5",
              "IsEncryptedStream": false,
              "LocaleTime": "2025-04-30 10:40:43",
              "LockNum": 2,
              "RealUTC": 1746002443,
              "SupportPaas": false,
              "TCPPort": 37777,
              "UTC": 1746006043.0,
              "UserID": "101"
          },
          "Index": 0,
          "deviceType": "DHI-VTO3311Q-WP",
          "serialNumber": "****"
      }
      

      This is what you trying to capture in your mqttDisctionary.js
      I’m not 100% sure if you

      1. catch the right data-value : - is your jsonpath correct?
      2. is “notiID” the right place for the module name you try to reach?

      Just spontaneous thoughts about your issue - maybe misleading …

      Regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Modul SQL Problem mit Variable

      @chris47803 :-)

      posted in Troubleshooting
      R
      rkorell
    • RE: Netatmo module will not shown

      @kusselin said

      One question: Do you have Netatmo installed and running at home as hardware and searching in MM…?

      Nope, Netatmo not used by me …

      Regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Netatmo module will not shown

      @kusselin
      Sorry I‘m out here because I do not have any experience with proxmox containers.

      But in general, what Sam means is that your last log-output indicates that you had tried to start a seond instance of MagicMirror -which fails.
      So I guess it is necessary to identify the primary instance and look for logs there .
      What I have seen in addition but cannot justify: Your above output looks like you‘re working with root permission.

      root@magicmirror-live:/opt/magicmirror# npm run server
      

      As far as I remember correctly, this may causes difficulties as well - at least I remember to read something like this - context was different and it‘s possible that this doesn‘t apply to container-environments …

      Good luck!
      Regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Netatmo module will not shown

      @kusselin Are there any error messages?
      Check log as well as dev-console …
      “Netatmo load” could be an indicator that module stucks in the middle of nowhere…

      Regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Modul SQL Problem mit Variable

      @chris47803 Ist es gelöst?

      Mein Tip wäre gewesen, dass der LIKE Oprator case-sensitiv ist, daher “%nordrhein%” nicht gefunden wird, da es “%Nordrhein” heißen müsste…

      • Wie hast Du es tatsächlich gelöst?

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Lost Swipe functionality

      @mischag
      cool!
      Congratulation!

      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Lost Swipe functionality

      @mischag
      This definitely sounds like a system not a MagicMirror problem.
      You didn’t provide system information, so it’s hard to say anything.
      What Pi? What OS? What screen?

      I recently upgraded a (really old) Pi 2B and the (until upgrade) smoothly running touch didn’t work anymore - clearly caused by OS-upgrade.
      The newer version introduced a completely different (touch) screen handling (without any warning, hint or message regarding this fact).
      The axes and x-y positionings were mirrored. Your description sounds like that…

      Regards,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: [MMM-NounishReminder] Nounish Event Reminder for your MM

      @xppaicyber said

      Now you can customize the header text through the config.js file using the new header option:

      Dear XppaiCyberr,
      this is awesome!
      Thanks a LOT.

      Warmest regards,
      Ralf

      posted in Showcase
      R
      rkorell
    • RE: MMM-MQTTScreenOnOff - alternative to PIR

      @sdetweil said in MMM-MQTTScreenOnOff - alternative to PIR:

      fun stuff

      yes, definitely!
      Ralf

      posted in System
      R
      rkorell
    • RE: Update Master Branch

      @sdetweil :-)
      Dear Sam,

      for all of your effort and all of your deep knowledge, all the kindness you are constantly showing

      • for me you ARE the Master Mind!

      THANKS for all of this!

      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: MMM-MQTTScreenOnOff - alternative to PIR

      @olex.s @sdetweil , dear all,

      As you know for sure I‘m really a fan of MMM-Pir - for (my) good reasons.
      For a friend of mine I‘ve build a second mirror and because he is heavily engaged in smarten his home :-) I‘ve considered to use alternatives to a PIR sensor - because they are definitely unsmart…
      With this I‘ve seeked for an integration for his homee solution which is not really capable for MQTT and randomly found a really cool device which I would like to share with you, guys!
      This is not a „motion“ sensor but a real „presence“ sensor (radar based, not infrared) which even is able to identify a silently sitting person!
      In addition this genius thingy talks MQTT, delivers the „presence“ status in a JSON object and so it is absolutely easy to use it with magic mirror and the herein presented module MQTTScreenOnOff.

      This sensor is pretty expensive and invented and build by a small startup here in Germany 🇩🇪 .
      You can find this sensor here.
      The webpage is in German but for some reason the default UI is in English :-)
      From my perspective this is defnitely worth the money (this is the fourth radar sensor I‘ve bought but the first one which is in the near of „working“)

      The mqttTopic transmitted is: „tele/senvolon/STATE“ and the mqttPayloadOccupancyField is „presence“.
      (The middle part is configurable in the sensor‘s UI, I‘ve decided to use vendor‘s name).

      I REALLY miss the nice animation and the dimming of MMM-Pir but I‘m definitely thinking about to use this sensor as well.
      (Which would be a major effort because my Mirror has an exact slot for the PIR sensor which is round and this sensor is squared so I will have to do some rough wood-work. On the other hand I MAY place the sensor away from the mirror on the opposite wall or in an other place and hide the hole from PIR sensor ….)

      Nice MQTT module - thanks for this idea!

      Warmest regards,
      Ralf

      posted in System
      R
      rkorell
    • RE: Update Master Branch

      @rkorell

      Ich höre jetzt hier auf, das es zu Doppelpostings kommt. Sam ist hier definitiv das MASTER MIND, der dir sicher helfen kann und wird…

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Update Master Branch

      @chris47803 said in Update Master Branch:

      @rkorell said in Update Master Branch:

      @chris47803 Achso, das was Sam meint und die Fehlermeldungen bedeuten: Du hast offensichtlich in den genannten Modulen Änderungen vorgenommen…
      Das „merkt“ das Update und verweigert sich…

      Gruß,
      Ralf

      Ja habe ich.
      In calender die Anzahl der Ausgaben von 10 auf 20 geändert.
      Bei den anderen Modulen weiß ich nicht mehr was ich geändert habe.

      Wie Sam schrieb: Solche Änderungen niemals im Quellcode der Mirror-Programme vornehmen…
      Stets: Parameter des Modulaufrufs in der Datei config.js oder (Stil-Anpassungen) in der Datei custom.css …

      WENN Änderungen dennoch vorgenommen werden, ist es immer eine gute Idee, diese Änderungen zu dokumentieren oder gut kenntlich zu machen, da sonst updates nicht mehr funktionieren.
      wenn Du nicht mehr weißt, WAS Du gemacht hast, hbist Du schon auf einem guten Weg: Du hast ja die modifizierten Dateien umbenannt - dann sind die Änderungen ja enthalten. Beim git pull hast Du die neuen (originalen) Dateien erhalten.
      Hier hilft die der Unix Befehl „diff“, der dir die Unterschiede zweier Dateien ausgibt…

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Update Master Branch

      @chris47803 said in Update Master Branch:

      @rkorell said in Update Master Branch:

      @chris47803 Und noch einen (dann höre ich auch auf :-) ) : Prüfe auch, ob du das Update überhaupt benötigst…
      Wenn Dich die Meldung stört, kannst du diese auch im autoupdater einfach deaktivieren…

      Gruß,
      Ralf

      Wie überprüfe ich das?

      Im changelog der aktuellen Version hier.

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Update Master Branch

      @chris47803 said in Update Master Branch:

      @sdetweil

      Ich habe diese Dateien jetzt umbenannt.

      git pull ausgeführt.

      reboot

      Nun startet MM nicht mehr.

      Mist, da war ich fünf Minuten zu spät…

      Soweit ich mich (dunkel!) erinnere benötigst Du ausser git pull noch einen nmp install ……
      Ich glaube aber, der war irgendwie speziell.
      Bin nicht sicher.
      Sam weiß das ganz bestimmt.
      Forum-Suche hilft Dir aber: mirror doesn‘t start gibt‘s dutzende Male …

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Update Master Branch

      @chris47803 Und noch einen (dann höre ich auch auf :-) ) : Prüfe auch, ob du das Update überhaupt benötigst…
      Wenn Dich die Meldung stört, kannst du diese auch im autoupdater einfach deaktivieren…

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Update Master Branch

      @chris47803 Achso, das was Sam meint und die Fehlermeldungen bedeuten: Du hast offensichtlich in den genannten Modulen Änderungen vorgenommen…
      Das „merkt“ das Update und verweigert sich…

      Gruß,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: Update Master Branch

      @chris47803 Zudem ist es IMMER eine SEHR gute Idee, das Update script von Sam (@sdetweil ) zu nutzen.
      Das Forum ist voll von postings, die bei selbstgemachten Updates Probleme melden …

      Gruß & viel Erfolg,
      Ralf

      posted in Troubleshooting
      R
      rkorell
    • RE: AHT20 Humidity + Temperature Sensor

      @JohnGalt Really COOL!
      Thanks for sharing!
      Ralf

      posted in Requests
      R
      rkorell
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 20
    • 21
    • 8 / 21