This example gets the weather conditions for London using the Yahoo! WOEID location identifier.
$(document).ready(function () { $('#test').weatherfeed(['44418'],{ woeid: true }); });