This is a simple widget to show the realtime status of the London Underground Tube lines.
You can update the list of the lines you would like to include in the list in the tfl_status.rb.
The widget uses tubeupdates.com as the API source and you can findout about the tube line names over there.
To install, just to a dashing install 8846431 and all should be good!
You might need to include HTTParty to your Gemfile if you haven't already:
gem 'httparty'
Most of the code is taken from Server Status Widget by willjohnson

Has anyone had any luck updating this widget to use the API from tfl as opposed to this defunct 3rd party? Not knowing how the old API was structured I'm struggling to figure out what needs to change in tfl_status.rb.
The new API is here:
cc: @khash