Posted by waverate on October 14, 2011 at 2:35pm
Information on the Yahoo! Weather RSS Feed is available at http://developer.yahoo.com/weather/.
In the text, they describe that we can get current weather by RSS using the following feed syntax:
http://weather.yahooapis.com/forecastrss?w=2502265
where 2502265 is the location for the weather forecast as a WOEID.
I would like to add feeds like this and display their results in Views. However, while the Yahoo! Weather RSS response has many elements (yweather:location, yweather:condition, etc), they are not available in Views. I am only able to use Aggregator: Title, Aggregator: Body, Aggregator: Timestamp and a few others.
Is there a way to have access to these other elements?