I tried to create a Yahoo Weather plug-in.
You can see it at http://www.wesandkim.com/blog
The code is at http://www.wesandkim.com/blog/serendipi ... eather.zip
It allows you to put in up to 15 different locations you'd like to see the weather for. The configuration allow you to switch between Celsius and Fahrenheit.
Because of the way I parsed the RSS feed from Yahoo it requires php5.
This is my first plug-in so be gentle.
I noticed Iamyposted about creating one also, however I don't see the code for it anywhere.
I'm loving your plugin, its working just after the installation. No requierd perl or anything else . I'm not quite sure how i can costumise that plugin to display the weather condition in german .....
but that shouldt be a problem.
I am glad you like it. I would love to get it to work in German. If you can help me find a German rss feed for it. http://de.weather.yahoo.com/ would be the place to start looking I think.
You can have it work for anywhere in the world by figuring out the location code for anyplace and of course switching from degrees in F to C.
Yahoo Pipes can translate a RSS feed into German using Bablefish. Since I don't speak enough German to do more than order a beer I have no idea if it translates well enough.
Replaced the Submit button with javascript to submit the page.
Should no longer have the "drop down list has a blank line at the bottom that causes an error if you select it".
Added a closing </select> to fix a reported Safari error.