Summary | Show humidity in WeatherUnderground forecasts |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | arjen+horde (at) de-korte (dot) org |
Created | 06/27/2014 (4091 days ago) |
Due | |
Updated | 06/30/2014 (4088 days ago) |
Assigned | |
Resolved | 06/30/2014 (4088 days ago) |
Milestone | |
Patch | Yes |
Assigned to Michael Rubinsky
State ⇒ Resolved
commit 25478ccc40900bed091b7063efa7dde663a2485b
Author: arjen+horde (at) de-korte (dot) org <arjen+horde@de-korte.org>
Date: Mon Jun 30 12:22:22 2014 -0400
Bug: 13299Adjust to changes in Wunderground API.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
.../Service/Weather/Current/WeatherUnderground.php | 4 ++--
.../Service/Weather/Period/WeatherUnderground.php | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
http://github.com/horde/horde/commit/25478ccc40900bed091b7063efa7dde663a2485b
Priority ⇒ 1. Low
New Attachment: Horde_Service_Weather.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Show humidity in WeatherUnderground forecasts
Type ⇒ Enhancement
State ⇒ New
in forecasts. The field is still there, but it always reports '0' (at
least for the stations I tried). It seems that we should be using
'avehumidity' instead.
The attached patch will also default to using the 'wind_kph' and
'wind_gust_kph' in the current conditions when metric units are used,
instead of converting the 'wind_mph' and 'wind_gust_mph' values.