diff --git a/curweather.tgz b/curweather.tgz index ce8b12be..76e0646c 100644 Binary files a/curweather.tgz and b/curweather.tgz differ diff --git a/curweather/curweather.php b/curweather/curweather.php index 77f3bf80..c935eb57 100644 --- a/curweather/curweather.php +++ b/curweather/curweather.php @@ -40,6 +40,7 @@ function curweather_network_mod_init(&$fk_app,&$b) { $weather = $wxdata['WEATHER']; $rhumid = $wxdata['RELATIVE_HUMIDITY']; $pressure = $wxdata['PRESSURE_STRING']; + $wind = $wxdata['WIND_STRING']; $curweather = '

'.t("Current Weather").'

'; @@ -47,7 +48,8 @@ function curweather_network_mod_init(&$fk_app,&$b) { $curweather .= "Weather: $weather
Temperature: $temp
Relative Humidity: $rhumid
- Pressure: $pressure"; + Pressure: $pressure
+ Wind: $wind"; $curweather .= '
';