6.0.0-beta1
9/8/25

[#13299] Show humidity in WeatherUnderground forecasts
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

History
06/30/2014 04:25:12 PM Michael Rubinsky Comment #3
Assigned to Michael Rubinsky
State ⇒ Resolved
Reply to this comment
Committed, thanks!
06/30/2014 04:24:47 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

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: 13299 Adjust 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
06/27/2014 09:32:42 AM arjen+horde (at) de-korte (dot) org Comment #1
Priority ⇒ 1. Low
New Attachment: Horde_Service_Weather.patch Download
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Show humidity in WeatherUnderground forecasts
Type ⇒ Enhancement
State ⇒ New
Reply to this comment
It looks like WeatherUnderground no longer reports the 'maxhumidity' 
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.

Saved Queries