You are here

README.txt in Wunderground weather 8

Same filename and directory in other branches
  1. 7 README.txt
Description:
---------------
The Wunderground weather module provides two blocks, one with current weather
conditions and one with weatherforecasts for a certain location. The weather
data is retrieved by making calls to the Wunderground API.

In order to use this module, you will need to create an API at
http://www.wunderground.com/weather/api. You can either choose for a free
account or you can sign up for a payed account, in which case you will be
allowed to make lot more requests per day.

Once you have obtained your API key, you can go to the Wunderground weather
settings page and fill in the key. Here you should also enter the language you 
would like to use and the location in which you want your blocks to be
displayed. On the settings form you can choose to use caching or not. Caching 
will reduce the number of calls to Wunderground and is a lot faster. If you
choose not to cache, you will have the most up to date data in your blocks.
When you have completed the settings form, you can place your block on the
page.

How to Install:
---------------
Get your API key at http://www.wunderground.com/weather/api
Enable this module
Go to admin/config/services/wunderground-weather
Fill in your api key and the WUnderground api url
Choose your language and location
Select if you want to use cache or not
Place your blocks on the page

File

README.txt
View source
  1. Description:
  2. ---------------
  3. The Wunderground weather module provides two blocks, one with current weather
  4. conditions and one with weatherforecasts for a certain location. The weather
  5. data is retrieved by making calls to the Wunderground API.
  6. In order to use this module, you will need to create an API at
  7. http://www.wunderground.com/weather/api. You can either choose for a free
  8. account or you can sign up for a payed account, in which case you will be
  9. allowed to make lot more requests per day.
  10. Once you have obtained your API key, you can go to the Wunderground weather
  11. settings page and fill in the key. Here you should also enter the language you
  12. would like to use and the location in which you want your blocks to be
  13. displayed. On the settings form you can choose to use caching or not. Caching
  14. will reduce the number of calls to Wunderground and is a lot faster. If you
  15. choose not to cache, you will have the most up to date data in your blocks.
  16. When you have completed the settings form, you can place your block on the
  17. page.
  18. How to Install:
  19. ---------------
  20. Get your API key at http://www.wunderground.com/weather/api
  21. Enable this module
  22. Go to admin/config/services/wunderground-weather
  23. Fill in your api key and the WUnderground api url
  24. Choose your language and location
  25. Select if you want to use cache or not
  26. Place your blocks on the page