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.

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

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    1 Posts 1 Posters 215 Views 1 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.
    • D Offline
      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 Sam, technical setup by Karsten.
      This forum is using NodeBB as its core | Contributors
      Contact | Privacy Policy