Read the statement by Michael Teeuw here.
MMM-MyTTC (Toronto Transit)
-
@infinitempg OK That’s good! So far it looks like it’s working nicely then.
-
@j.e.f.f yup! The only problem I seem to be having is that the colors do not work.
{ routeNo: "wknd1", stop: "hillw", color : '#82BAE5' //colours the transit icon a light blue colour },
That’s what I have right now, but it still shows up as white.
-
@infinitempg Take a look at the Readme:
https://github.com/jclarke0000/MMM-MyNextBusAll the way at the bottom it tells you how to configure color. It’s different for the generic version than it is for TTC.
-
@j.e.f.f I guess the mirror is smarter than I am…
Thanks! Works like a charm.
-
This post is deleted! -
Hey Jeff,
The actual badge for the bus number is it possible to change this color?
The color works for me but it just changes the color of the bus/streetcar icon.
Thanks
Ru -
This may help.
From the readMe
Finally, it you would like to colour code your entries, you can specify an optional parameter ‘color’ property that will give the icon whatever color you specify in hexadecimal format. e.g.:
{ routeNo : '501', stop : '6108', label : 'Queen Westbound', color : '#82BAE5' //colours the transit icon a light blue colour },
-
MyTTC stops at loading - does it require an API? - followed all steps for the ttc.
Another GREAT MODULE !!!
-
@TheGeekfather said in MMM-MyTTC (Toronto Transit):
MyTTC
I installed the module and setup using the default config in the readme
it failed with this message
[22:04:25.291] [LOG] raw ={"copyright":"All data copyright Toronto Transit Commission 2019.","Error":{"content":"For agency=ttc stop s=1148 is on none of the directions for r=143 so cannot determine which stop to provide data for.","shouldRetry":"false"}}
i removed stop 1148 from the stop request and it all works…
add this line to the node_helper.js and then look at the output on the terminal window or in the pm2 logs
var predictionsArray = new Array(); console.log("raw ="+JSON.stringify(rawJSON)); // add this line < - -- if (rawJSON.predictions.length) { the module is unable to tell u about error conditions like this
-
AWESOME !!!
You are correct - removed the stop 1148 and it WORKS !! :)
Thank you - worked on this for hours!!