@sdetweil I do as i copy and pasted im in VNC viewer! i just double checked still not working :/ happy to let you vnc in or anything needed to get this right
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
U
Posts
-
RE: MMM-MyCommute Bug
-
RE: MMM-MyCommute Bug
@sdetweil says this API project is not authorized to use this API??? which makes no sense as its the only project and only api i have except the photos one which is working just fine
-
RE: MMM-MyCommute Bug
says this API project is not authorized to use this API??? which makes no sense as its the only project and only api i have except the photos one which is working just fine
-
MMM-MyCommute Bug
Hi there I am trying to get my commute working but am having an awful time with googles api. i enabled the javascript API key have the free trial with 300 dollars and can get the module to load but it says error. Went into the console and it doesnt even look like its sending requests out… here is my code below. thank you for any help you can provide!!!
{ module: 'MMM-MyCommute', position: 'bottom_left', config: { apikey: '*************', origin: '65 Front St W, Toronto, ON M5J 1E6', 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' } ] } },