Read the statement by Michael Teeuw here.
MMM-MyCommute
-
another question… as im running GoogleMapsTraffic as a full screen page i was wondering if its possible to show the quickest routes on the map between origin and destination?
-
@banbutcher I don’t know what API parameters are available or used by that module
-
its just a pic of the list of enabled Apis and directions is on there… no still hasnt solved problem.
is their a different key for directions api and another different key for the javascript map api?
-
@banbutcher no. Just have to use the same project and key to enable the apis
-
thats what i thought, i have the right ones enabled and using the same key! :/
-
turns out i didnt have the address formatted correctly! took them directly from google maps and it worked great!
thanks,
Richie -
is there any way of knowing if calendar events are being passed? Ive added this code to mine and nothing gets added to my commute:
maxCalendarEvents: 2, maxCalendarTime: 24 * 60 * 60 * 1000, calendarOptions: [ { mode: 'driving' } ],
am i missing something?
-
Created issue for calendar events regarding arrival time & transit option.
Also worth noting that calendar events are only first added when the module refreshes traffic (after 10 minutes from startup) -
@testdruif is this module getting cal events as broadcast by the calendar module? How often does the cal module refresh/broadcast?
-
@testdruif said in MMM-MyCommute:
Created issue for calendar events regarding arrival time & transit option.
Also worth noting that calendar events are only first added when the module refreshes traffic (after 10 minutes from startup)When the calendar events are added the code crashes further down the line.
Code doesn’t add the calendar collor variable.