This example shows how to configure the plugin to automatically refresh the weatherfeed at 1 minute intervals.
$(document).ready(function () { $('#test').weatherfeed(['UKXX0085'], { refresh: 1 }); });