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!