saml-dev / MMM-Traffic

This a module for the MagicMirror. It displays travel time between two locations, using the Mapbox directions API to factor in current traffic conditions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cooridanates example includes space, but API does not like hte space

AzureAzim opened this issue · comments

commented

In hte coordinates example the string includes a space that mapbox does not like:
'-84.504259, 33.882107' should be '-84.504259,33.882107'

Fixed. Thank you!