MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Compliments Module - MagicMirror freeze if the depending date is not the actual date.

    Troubleshooting
    1
    1
    63
    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.
    • D
      dave-a-palooza last edited by

      Hi folks,

      i’ve got an issue with the compliments module. I just want to use it dependent on several dates. When the depending date matches the actual date everything works fine. But if the depending date is not equal the actual date the following happens: The compliments module shows nothing (as it should be), but with the first refresh (updateInterval) MagicMirror crashes/freezes. No module refreshes anymore and the clock stops. All modules and MagicMirror itself are up to date.

      The code i’m testing with:

                  {
                          module: "compliments",
                          position: "lower_third",
                          config: {
                                  compliments: {
                                          "....-03-27": [
                                                  "Happy Birthday, alter Sack!\nUnd natürlich auch dir, Balu!"
                                          ]
                                  }
                          }
                  },
      

      If it’s "…-03-26“ (the actual date) -> perfect!
      If it’s "…-03-27“ or "…-03-25“ (not the actual date) -> MagicMirror freezes after the first update (30 seconds).

      Any ideas?

      Thanks!

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