I have downloaded the weather widget demo, and have managed to get it setup and running. I notice in the code that there is a variable for "wind", but that it's not setup in the widget. I assume to have it display I need to edit this section of code:
$("#temp").html(temp_c+"<sup>o</sup>C" );
$("#humid").html("Humidity: "+humid);
$("#city").html(location);
$("#synopsis").html(synopsis );
And the add a DIV in the body.
The DIV I could figure out I think, but what would I need to add in the first section though? And how would I set it to KM?
Thanks