A Plone viewlet to display the weather at selected locations.
Project description
Life, the Universe, and Everything
A Plone viewlet to display the weather at selected locations.
Package supports Yahoo! Weather, Google Weather and NOAA’s National Weather Service.
Don’t Panic
Go to Plone’s control panel and open Weather Setup.
Select the service you want to use and the list of location ids that are going to be available on the viewlet.
The user will be able to select from one of those locations. This information will be stored inside a browser cookie.
The current weather condition of the selected location will be displayed at the viewlet.
Mostly Harmless
Have an idea? Found a bug? Let us know by opening a support ticket.
Installation
To enable this product in a buildout-based installation:
Edit your buildout.cfg and add collective.weather to the list of eggs to install:
[buildout] ... eggs = collective.weather
If you are using Plone 4.1, you may need to extend a Dexterity known good set (KGS) to make sure that you get the right versions of the packages that make up Dexterity:
[buildout] ... extends = http://good-py.appspot.com/release/dexterity/1.2.1
After updating the configuration you need to run ‘’bin/buildout’’, which will take care of updating your system.
Go to the ‘Site Setup’ page in a Plone site and click on the ‘Add-ons’ link.
Check the box next to ‘’collective.weather’’ and click the ‘Activate’ button.
Note: You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.
Changelog
Because you have to know where your towel is.
1.0a1 (2012-08-01)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.