Thank you, again, solved it moments later :) I used https://github.com/jclarke0000/MMM-MyCommute which has better configuration options
Read the statement by Michael Teeuw here.
Best posts made by Zippyczech
-
RE: MMM-google-route and coordinates
Latest posts made by Zippyczech
-
RE: MMM-Moon, See the moon phases and rise/set times!
Guys, can somebody please post sample config? Im having troubles setting it up with something else than empty config. Thanks
-
RE: MMM-google-route and coordinates
Thank you, again, solved it moments later :) I used https://github.com/jclarke0000/MMM-MyCommute which has better configuration options
-
RE: MMM-google-route and coordinates
I´m retarded, of course, it worked. I tried the first time and did some mistake so it didnt work.
Thank youBtw, do you know how to specify that the route should use subway only?
-
MMM-google-route and coordinates
Hey guys,
I´m working on my MM, and I found module MMM-google-route which I want to use for showing the route from my home to my work, but I´m not able to set the coordinates from google.maps.DirectionsRequest interface because of my lack of skills :) Any help would be welcomed.
Btw, for anyone who want to use the module, there is mistake on github example, its missing , at end of the exaple, its should be
{ module: 'MMM-google-route', position: 'top_left', config: { key: '<YOUR_KEY>', directionsRequest:{ origin: '<ROUTE START>', destination: '<ROUTE FINISH>' } } },
code_text