This example shows all of the information available in the weather feed.
$(document).ready(function () {
$('#test').weatherfeed(['UKXX0085'],{
unit: 'f',
image: true,
country: true,
highlow: true,
wind: true,
humidity: true,
visibility: true,
sunrise: true,
sunset: true,
forecast: true,
link: true
});
});