Configure a static portlet to show the weather
Purpose
At the time of this writing, I have been unable to find a Plone product that will show the weather of any location. So I did a quick search and found this http://plone.org/support/forums/general#nabble-td340141. This will show you how to create a weather portlet
Step by step
- Go to this web site, http://www.accuweather.com/netwxmobile.asp.
- Enter the information you wish to retrieve.

- Highlight and copy the information at the bottom.
- Open a Internet browser and log into your Plone site as "admin".
- In the url type: http://localhost:8080/Plone/@@manage-portlets
- On the left or right side, select from the dropdown "Static text portlet"
- Give the portlet a name, let say "Weather"
- In the text area, select the "HTML" button on Kupu.

- Delete everything in the text area and paste the code you copied from acccuweather.
- Now just click the "Save" button.
Now you should have a weather portlet.


