You are here

INSTALL.txt in Weather 5

Installation
------------

* Create a new directory "weather" in your modules directory.
* Copy the module into the newly created module/weather directory.
* Go to admin/modules and enable the weather module.
* Go on with the configuration, see below.

Upgrade from Drupal 4.5
-----------------------

* If you have the previous version of this module (compatible with
  Drupal 4.5) installed, first disable the module.
* Remove the weather directory from your modules directory.
* Create a new directory "weather" in your modules directory.
* Copy the module into the newly created module/weather directory.
* Enable the weather module again.
* Run update.php.
* Go on with the configuration, see below.

Configuration
-------------

* If you want to have a system-wide weather block (i.e. the same
  location for every user), go to administer->weather and configure
  the location. Go to administer->blocks and enable the
  "System-wide weather" block.
* If you want to allow users to configure their own custom weather
  blocks, go to administer->blocks and enable the "Custom user weather"
  block. You might want to change the "Custom visibility settings"
  in the configuration page of the block to "Hide this block by default
  but let individual users show it." Afterwards, go to
  administer->access control and set the "administer custom weather block"
  permission for the appropriate role.
* Go to administer->weather or "my weather" and select the location
  for which you would like to display the current weather conditions.
* If you want to add another location to your block, click on the link
  "Add another location to the block", right under the button
  "Save configuration". If you have configured multiple locations, they
  will be listed on the bottom of the page. Click on the location to
  change the configuration, or click on "delete" to remove it from your
  block.  
* Optionally, decide whether to show data in metric or imperial
  units.
* You can also set the weight of the location, to change the order
  of appearance in the block.  

Requirements
------------
This module works with Drupal 4.7.

File

INSTALL.txt
View source
  1. Installation
  2. ------------
  3. * Create a new directory "weather" in your modules directory.
  4. * Copy the module into the newly created module/weather directory.
  5. * Go to admin/modules and enable the weather module.
  6. * Go on with the configuration, see below.
  7. Upgrade from Drupal 4.5
  8. -----------------------
  9. * If you have the previous version of this module (compatible with
  10. Drupal 4.5) installed, first disable the module.
  11. * Remove the weather directory from your modules directory.
  12. * Create a new directory "weather" in your modules directory.
  13. * Copy the module into the newly created module/weather directory.
  14. * Enable the weather module again.
  15. * Run update.php.
  16. * Go on with the configuration, see below.
  17. Configuration
  18. -------------
  19. * If you want to have a system-wide weather block (i.e. the same
  20. location for every user), go to administer->weather and configure
  21. the location. Go to administer->blocks and enable the
  22. "System-wide weather" block.
  23. * If you want to allow users to configure their own custom weather
  24. blocks, go to administer->blocks and enable the "Custom user weather"
  25. block. You might want to change the "Custom visibility settings"
  26. in the configuration page of the block to "Hide this block by default
  27. but let individual users show it." Afterwards, go to
  28. administer->access control and set the "administer custom weather block"
  29. permission for the appropriate role.
  30. * Go to administer->weather or "my weather" and select the location
  31. for which you would like to display the current weather conditions.
  32. * If you want to add another location to your block, click on the link
  33. "Add another location to the block", right under the button
  34. "Save configuration". If you have configured multiple locations, they
  35. will be listed on the bottom of the page. Click on the location to
  36. change the configuration, or click on "delete" to remove it from your
  37. block.
  38. * Optionally, decide whether to show data in metric or imperial
  39. units.
  40. * You can also set the weight of the location, to change the order
  41. of appearance in the block.
  42. Requirements
  43. ------------
  44. This module works with Drupal 4.7.