A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
mmm-google-route help?
-
I am not sure how to define my origin and destination does anyone have any experience? I have tried a few things including plain text, lattitude and longitude, even just leaving it blank and I get a config error. Thank you In advance
{ module: 'MMM-google-route', position: 'bottom_left', config: { key: 'I PUT MY API KEY HERE', directionsRequest:{ origin: '<ROUTE START>', destination: '<ROUTE FINISH>' } } }
-
So I answered my own question. It seems I was missing a comma from the end of my module. Listing my orgin and destination in plain text did did work so I am leaving this here for future people to find if that’s ok?