Great work on this module! My stop is "Broadway @ Main St". There are two buses which stop there: the 89 and the 101. The module seems to mix up the routes and destinations, showing for example, "Clarendon Hill | 101", instead of "Clarendon Hill | 89". See picture
Great work on this module! My stop is "Broadway @ Main St". There are two buses which stop there: the 89 and the 101. The module seems to mix up the routes and destinations, showing for example, "Clarendon Hill | 101", instead of "Clarendon Hill | 89". See picture
Updating this line seems to fix the problem:
`diff --git a/MMM-MBTA.js b/MMM-MBTA.js index 613d4c0..d75add6 100644 --- a/MMM-MBTA.js +++ b/MMM-MBTA.js @@ -225,7 +225,7 @@ Module.register("MMM-MBTA", { descCell.innerHTML += " | CT3"; break; default:
Cheers, Joel