Read the statement by Michael Teeuw here.
MMM-google-route and coordinates
-
@Zippyczech use the latitude/longitude…
open google maps, find the location
in the address bar/locationfor New York, Ny, USA
maps/place/New+York,+NY/@40.6971478,-74.2605536,
the 2 numbers are the latitude (above/below equator), and longitude (east/west of London, approx)
use one set for origin and one for destination
-
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?
-
@Zippyczech sorry. Don’t know anything about the module
-
Looking at the code, it appears u could change the code to support train
travelMode: 'DRIVING'
But not thru config altho that would be an easy change I think.
-
Thank you, again, solved it moments later :) I used https://github.com/jclarke0000/MMM-MyCommute which has better configuration options
-
@Zippyczech cool. Thanks for providing feedback.