This is a CMS Made Simple module that will display the current weather for a given area.
Inserting this tag in a template or page
{CurrentWeather station='KNYC'}
would render this HTML for New York City
<div class="CurrentWeatherBox"> <div class="CurrentWeatherBox-FieldLabel">TEMP</div> <div class="CurrentWeatherBox-FieldValue">57.0 F</div> <div class="CurrentWeatherBox-FieldLabel">WIND</div> <div class="CurrentWeatherBox-FieldValue">4.6 ?</div> <div class="CurrentWeatherBox-FieldLabel">HUM</div> <div class="CurrentWeatherBox-FieldValue">96%</div> <div class="CurrentWeatherBox-FieldLabel">DEW</div> <div class="CurrentWeatherBox-FieldValue">55.9 F</div> </div>
Station codes are from the National Weather Service.