@yawns I was thinking of making the font the line colours but then the Northern line would have never shown up :( It turns out TfL provide detailed UI and colour guides so I was able to get the correct colours for each line.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Tube-Status (London Underground)
-
RE: MMM-Tube-Status (London Underground)
@djbenny07 check out the read me file on Github, it details the options and provides an example.
-
RE: London tube status
@djbenny07 I just posted the first version of a module to do this MMM-Tube-Status under the Transport section here. Let me know how you get on with it. If you find any bugs just let me know and I’ll try and figure it out.
I will be making an update at some point; as far as I can tell I ‘should’ be using an
app_id
and anapi_key
but whenever I try to use them I cannot get data at all. I’ve emailed TfL to try and figure out what’s going on. In the meantime I’ve used the anonymous version of their API and it seems to work, I’m just not sure if it will run out of requests at some point. I.e. it may just stop at some point.As soon as I know more I’ll update the module’s topic and let you know.
-
MMM-Tube-Status (London Underground)
This module will display the status of the the lines on the London Underground based on the API provided by Transport for London (TfL) here. This module lets you see all of the lines or just those impacted by a part or full closure. You can get this module from here. Enjoy! -
MMM-Fish - Fish of the Day!
Description:
This module displays fish of the day :)
Screenshot:
Download:
[card:nigel-daniels/MMM-Fish]
Initial Version
-
RE: London tube status
@djbenny07 nice idea! Looks like TfL have a fairly comprehensive API, I’ll take a look at it :)
-
RE: MMM-3Day-Forecast
@cowboysdude enjoy… you won’t have missed the ‘chance of rain’ icon there :)
-
RE: MMM-FAA-Delay
@nigel-daniels Update to fix a bug where the reported data on an airport can get assigned the wrong airport code. This is to support the updated configuration that allows for multiple airports, for example:
{
module: 'MMM-FAA-Delay',
position: 'top_left',
header: 'Airport Delays',
config: {
interval: 300000, // 5 min updates
airports: ['SFO', 'SJC']
}
},
-
RE: MMM-Weather-Now
I recommend re-cloning to anyone using the module, there were a couple of missing icons. They are now in place.
-
RE: MMM-3Day-Forecast
I recommend re-cloning to anyone using the module, there were a couple of missing icons. They are now in place.