Read the statement by Michael Teeuw here.
MMM-MyCommute
-
Is it right that you have to pay for Google Directions API for now? So if I dont pay for that I only have one request for each day? Because my log says my daily request have exceeded:/
-
a question about,
sorry if i’m not clear, my english is bad.
now that the APIs are no longer free, when the functions ‘start time / end time’ are activated and the module is not displayed on MagicMirror, does it make requests to google?
Ex. : If i set
endTime: '09:00',
, module continues requests after ? -
This post is deleted! -
@smotx The module is designed to be as frugal as possible when making requests. Outside of your start and end times, no requests are being made to Google. Between those times, requests are made every ten minutes, one for each destination configured.
-
@bob so how often do you refresh the data to stay under the limit of the “free” tier?
-
This post is deleted! -
Hi, yesterday this module stopped working for me, I reinstalled it using the default config and still not working, I don’t even get the “loading” message
Anybody else?
Thanks
-
Hi, mine was working fine for me this morning.
-
@j-e-f-f - Thanks for creating this module.
I have a question - is it possible to use the Origin property inside the destination objects? The use case is that i’ll like to display the commute to work in the morning and in the evening display the traffic back from work. I believe this will be possible if origin can be defined at each destination level. -
@yupwho no, the module doesn’t work that way. However you can define a second instance if the module and use your work as the origin and route your way home. However it wouldn’t be an accurate representation of commute time because the module reflects current traffic patterns. So it might say your trip home right now is 20 minutes but it might actually be an hour at the time you actually commute home.