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

Whilst the widget itself works fine, the webservice that it's hitting to collect the TFL data is, unfortunately, no good. It doesn't reflect the true state of the tube lines (always reports everything green, even when TFL is falling to its knees), which in turn makes this widget useless :(