A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-MyCommute module shows up a bit random
-
I’m not sure what is going on. I see the mmm-mycommute show the distance sometimes, and other times not.
To save on API calls I’ve limited the showing of the module to mornings on workdays.{ module: "MMM-MyCommute", position: "bottom_right", classes: "xsmall", config: { apiKey: "xxx", startTime: "05:00", endTime: "12:00", hideDays: [0,6], origin: "My road 1, 2670 Greve", destinations: [ { destination: "Borgergade 14, 1300 Koebenhavn K", label: "Motorvej", mode: "driving", color: "#82E5AA" }, { destination: "Borgergade 14, 1300 København K", label: "Landevej", mode: "driving", color: "#82E5AA", avoid: "highways" } ] } },
Sometimes it shows up, other times it doesn’t, I can figure out the pattern.
Is it a timezone problem (so it’s not in local time, or is there an error somehow I don’t understand it. -
@fribse I wonder if this:
https://forum.magicmirror.builders/topic/14835/calendar-only-all-day-events-showing-moment-timezone-issue
is the same problem that I see here.
If I remove all time/day restrictions on MMM-MyCommute then it works, but if I try to limit the time it is active, it shows up on weird hours (I’m CET).