I use the weather module on two sites, and for about four days, both sites have not displayed the weather, showing instead the module message that the weather is not currently available.

There is a notice on the weatherroom.com site:

Weatherroom.com server and software has recently been upgraded. Please contact us if you have any issues

There is no date on the notice, but I wonder if they have changed something that has broken the weather module. Has anyone else noticed a problem?

Comments

larz’s picture

it appears that xml feeds from weatherroom.com are not functioning.

take a look farther down the page you mention,
http://www.weatherroom.com/add.html

about halfway down, you'll find the following text.
'NOTICE: Add a XML Weather Feed currently ofline'

(i think that should be 'offline' rather than 'ofline')
i interpret that as meaning the feeds are not available at this time.

i was trying to install the weather module for the first time.
so, i assume the reason it's not working for me is the xml feed problem.
does anyone have weather feeds working right now?

does anyone know of any other weather sources that can be used instead of weatherroom.com?

sepeck’s picture

The other catch is that the module will hang your entire website. It's why I stopped using it. Perhaps some ping availability test could be engineered into it at some point.

Nope, no other one currently. Perhaps someone can tak ea look at the firefox plugin and convert that to a php pull. :)

-sp
---------
Test site...always start with a test site.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

paddy_deburca’s picture

Please see http://drupal.org/node/10528 for more information.

Paddy.

http://deburca.org, and http://amadain.net

yelvington’s picture

U.S. observation and forecast data is available in XML form from NOAA. That won't help you in other countries, though.

NOAA supports RSS 2.0 and its own XML format. The latter is better. I don't know how it relates to the format assumed by the weather module, but it's easy to parse with the PEAR XML Unserializer tool.

http://www.nws.noaa.gov/data/current_obs/

paddy_deburca’s picture

I updated the weather.module such that adding www.nws.noaa.gov as a source should not be problematic.

The module was very well concieved such that adding tags from other XML sources is very easy.

I will update the module hosted on http://amadain.net/rssweather to support noaa and let you know.

Paddy.

http://deburca.org, and http://amadain.net

paddy_deburca’s picture

I am currently testing updates that adds weather.gov/www.nws.noaa.gov XML feeds into the weather module.

I am getting most of the results - no graphic though :-( I'll just have to find another may of getting it...

I just need to sort out some problems with the "feels like" temperature.

Paddy.

http://deburca.org, and http://amadain.net