You are here

README.txt in Wunderground weather 7

Same filename and directory in other branches
  1. 8 README.txt
Description:
---------------
The Wunderground weather module provides two types of blocks, one with current
weather conditions and one with weatherforecasts for a certain location. You
can choose how many blocks of each kind you want. 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 @url. You can
either choose for a free account or you can sign up for a paid 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 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. You can
configure each block by choosing a location and the data you want to display.

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 if you want to use cache or not.
Choose the number of blocks you want of each kind.
Configure the blocks by selecting a location and fields.
Place your blocks on the page.

File

README.txt
View source
  1. Description:
  2. ---------------
  3. The Wunderground weather module provides two types of blocks, one with current
  4. weather conditions and one with weatherforecasts for a certain location. You
  5. can choose how many blocks of each kind you want. The weather data is retrieved
  6. by making calls to the Wunderground API.
  7. In order to use this module, you will need to create an API at @url. You can
  8. either choose for a free account or you can sign up for a paid account, in
  9. which case you will be 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 choose to use caching or not. Caching will reduce the
  13. number of calls to Wunderground and is a lot faster. If you choose not to
  14. cache, you will have the most up to date data in your blocks. When you have
  15. completed the settings form, you can place your block on the page. You can
  16. configure each block by choosing a location and the data you want to display.
  17. How to Install:
  18. ---------------
  19. Get your API key at http://www.wunderground.com/weather/api.
  20. Enable this module.
  21. Go to admin/config/services/wunderground-weather.
  22. Fill in your api key and the WUnderground api url.
  23. Choose your language and if you want to use cache or not.
  24. Choose the number of blocks you want of each kind.
  25. Configure the blocks by selecting a location and fields.
  26. Place your blocks on the page.