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

Multiple Destinations REQUEST

lcowan94 opened this issue · comments

Hello,
I think it would be a good option to be able to have multiple destinations, eg. Work, Uni, School, etc.
Do you think this is something possible to add?
Thanks
Luke

You can actually do this now. If you just add a second and completely separate config object in your config.js, you can have multiple copies of the module running. Give it a try and let me know if you run into any issues.

Works fine. Thank you