Read the statement by Michael Teeuw here.
MMM-MyCommute
-
so Ive installed MyCommute and activated the directions api in google and Im getting this error in log…
[14:09:09.679] [LOG] MMM-MyCommute: You must use an API key to authenticate each request to Google Maps Platform APIs.
Im using the same API key for GoogleMapsTraffic.
heres my config section:
// My Commute Start { module: "MMM-MyCommute", position: "bottom_right", config: { apikey: 'API - Key', origin: 'Start Address', startTime: '07:00', endTime: '23:30', destinations: [ { destination: 'Destination', label: 'Engine Center', mode: 'driving', color: '#82E5AA' }, { destination: 'Destination', label: 'WHE - Office', mode: 'driving', color: '#82E5AA' }, ] } },
any ideas?
Thanks
-
@banbutcher you have to sign on to the Google API console and enable the API.
And u must enter a credit card as part of that. -
@sdetweil
if your taking about the API for directions, ive already done that. have entered credit card details too, needed that for GoogleMapsTraffic. -
@banbutcher Google maps traffic uses the JavaScript map API. This module needs another api
-
i have both turned on, at least im sure i do…
https://drive.google.com/open?id=18ZReMNCAscxCxtJjd1dEo8s2D2u3MOY-
thanks again
-
@banbutcher did that solve the problem? I can’t see whatever is on that Google drive, as it tries to find it on mine
-
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