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
-
@matt216 there might be an issue with your start and end time. Can you post your config for the module?
-
{ module: 'MMM-MyCommute', position: 'bottom_left', header: 'Google Maps', config: { apiKey: 'xyz', origin: 'xyz', startTime: '05:00', endTime: '20:00', showUpdated: false, destinations: [ { destination: 'xyz', label: 'Erica commute', mode: 'driving' } ] } },
Thanks
-
@matt216 no errors here.
You could also try @qistophs fork
https://github.com/qistoph/MMM-MyCommute
If you’e not doing already.
The original module has been abandoned. -
@lavolp3 already using @qistoph fork, yes. I can see on github there are issues raised around this. Also another fork by @radokristof which I’ll try.
-
Initial test with @radokristof fork looks good. Doesn’t come up immedately at startTime, but soon after. Guess that has to do with the poll interval.