A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    8 Posts
    1k Views
  • Evening starts too early

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    776 Views
    M

    Hi,

    Although I have set the afternoonEndTime to 18:00 (see below) the evening compliments start at 17:00. Anyone an idea what I’m doing wrong?

    Thanks, Hans.

    module: "compliments", position: "lower_third", config: { updateInterval: 3000, fadeSpeed: 1000, morningStartTime: 6, morningEndTime: 12, afternoonStartTime: 12, afternoonEndTime: 18, compliments: { morning: [
  • MMM-Buller

    Productivity
    3
    0 Votes
    3 Posts
    3k Views
    da4throuxD

    Hi @canadrian sorry I missed your message, I’ll take a look this week, if this makes sense to me.

    thanks

  • 0 Votes
    2 Posts
    2k Views
    RobThreeR

    Hmm, nevermind… I created a debug.json to figure out which values are currently actually used and it turns out it’s cloudy_windy… not cloudy. My bad.

    So to debug this yourself, just point the remoteFile to this link or add this to your compliments config:

    { "anytime" : ["anytime"], "morning" : ["morning"], "afternoon" : ["afternoon"], "evening" : ["evening"], "day_sunny" : ["day_sunny"], "day_cloudy" : ["day_cloudy"], "cloudy" : ["cloudy"], "cloudy_windy" : ["cloudy_windy"], "showers" : ["showers"], "rain" : ["rain"], "thunderstorm" : ["thunderstorm"], "snow" : ["snow"], "fog" : ["fog"], "night_clear" : ["night_clear"], "night_cloudy" : ["night_cloudy"], "night_showers" : ["night_showers"], "night_rain" : ["night_rain"], "night_thunderstorm" : ["night_thunderstorm"], "night_snow" : ["night_snow"], "night_alt_cloudy_windy" : ["night_alt_cloudy_windy"] }