Read the statement by Michael Teeuw here.
MMM-MyCommute
-
I saw the updates this morning at the office and updated. Looks great! Thanks for the work.
-
I re-installed the module and it works fine now.
-
@joela85 good to hear you got it working.!
-
Very good job j.e.f.f !!! nice update ! thanks !
-
Hey there,
very nice looking module! I only have a very little issue with my train icon.
When the MM loads for the first time I can see the train icon but only as long as the driving time is being retrieved from google, then it disappears…Before
After
I have already switched the order of the destinations to check that out, but it only concentrates on the train icon.
Can you support me on that?
Thank you Kind Regards
-
@beck0r Sure. Can you provide your config? Hide your API key, of course.
-
Of course… here it comes
{ module: 'MMM-MyCommute', position: 'top_left', config: { showHeader: true, headerText: 'Verkehr', apikey: '...', origin: '...', startTime: '05:00', endTime: '17:00', destinations: [ { destination: '...', label: 'Auto zur Arbeit', mode: 'driving', color: '#82E5AA' }, { destination: '...', label: 'Fahrrad zur Arbeit', mode: 'bicycling', color: '#FFB444' }, { destination: '...', label: 'RMV zur Arbeit', mode: 'transit' } ] } },
-
@beck0r Can you try doing a git pull in your MMM-MyCommute directory and restarting your mirror? I think I found your issue – I didn’t have an icon definition for High-speed rail.
EDIT Maybe not… I need to add definitions for all sorts of possible transit vehicle types. Stay tuned…
EDIT OK fixed for real this time. I added definitions for all of the transit modes listed here: https://developers.google.com/maps/documentation/directions/intro#VehicleType
Note: You’ll see the tram icon while the route is loading, as that is the default icon used when no transitMode is specified. But you’ll see it change to the train icon after your travel times are retrieved.
-
@j.e.f.f This is perfect! Thank you so much!
-
Hi,
once again for everybody with the same issue. It’s working now! Thumbs up for j.e.f.f, thank you!