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 not showing
-
@semihbakrac said in MMM-MyCommute not showing:
MMM-MyCommute
your config looks something like this… with proper start and end and the
google api key{ module: 'MMM-MyCommute', position: 'top_left', config: { apikey: 'API_KEY_FROM_GOOGLE', origin: '65 Front St W, Toronto, ON M5J 1E6', startTime: '00:00', endTime: '23:59', hideDays: [0,6], destinations: [ { destination: '14 Duncan St Toronto, ON M5H 3G8', label: 'Air Canada Centre', mode: 'walking', color: '#82E5AA' }, { destination: '317 Dundas St W, Toronto, ON M5T 1G4', label: 'Art Gallery of Ontario', mode: 'transit' }, { destination: '55 Mill St, Toronto, ON M5A 3C4', label: 'Distillery District', mode: 'bicycling' }, { destination: '6301 Silver Dart Dr, Mississauga, ON L5P 1B2', label: 'Pearson Airport', avoid: 'tolls' } ] } }
-
@sdetweil my config
{ module: 'MMM-MyCommute', position: 'top_right', header: 'Tahmin Edilen Varis Suresi', config: { apikey: 'myAPI', origin: 'Menderes, 381. Sk. 13-1, 34225 Esenler/Istanbul', startTime: '00:00', endTime: '23:59', hideDays: [0,6], destinations: [ { destination: 'Sekerpinar, Otomotiv Cd. No:2, 41435 CAYIROVA/Cayirova/Kocaeli', label: 'Araba', mode: 'driving', alternatives: true, }, { destination: 'Sekerpinar, Otomotiv Cd. No:2, 41435 CAYIROVA/Cayirova/Kocaeli', label: 'Toplu Tasima', mode: 'transit' }, { destination: 'Halicioglu, 34445 Beyoglu/Istanbul', label: 'Servis Kalkis Noktasi', mode: 'transit' }, ] } },
-
@semihbakrac said in MMM-MyCommute not showing:
hideDays: [0,6],
so, you hid all the days??
I edited out everything but this module def
-
@sdetweil omg. My brain is not working. I’m sorry to keep you busy :((( . Thanks for support
-
-
-
@sdetweil I can only color the driving icon. I cannot color other icons. Bus,subway etc. The application acts as if the config file does not exist and only the warning screen appears. Do you know anything about this?
-
@semihbakrac sorry, know nothing about the internals…
-