You are here

README.txt in Weather 7

Description
-----------

This module uses METAR data to display current weather conditions from
anywhere in the world.

Features
--------

* Supports an unlimited number of blocks and an unlimited number
  of locations per block
* Provides a custom block which can be administrated by a user
* Users can search for a location and get a display of the
  weather conditions
* Integrates with Location module and shows the weather nearby
  a node's location
* Displays different images for daytime and nighttime
* Download of current METAR data is scheduled in a smart way
  to reduce unnecessary network traffic and keep your site
  responsive
* Provides three different methods to download the METAR data
  (fopen, curl, and wget) and multiple download locations
* Displayed units of the weather data are completely configurable
* Layout of displayed block is configurable with the template engine
* Fully translatable, currently available in English, German,
  Dutch, Czech, Norwegian, Russian, Hungarian, Danish, Italian,
  Spanish, French, Polish, Brazilian Portuguese, Turkish,
  Romanian, Greek, and Croatian.
* Works well with MySQL or PostgreSQL databases

Author
------
Tobias Quathamer <t.quathamer@gmx.net>

It was inspired by the Weather module which was written in 2004 by
Gerard Ryan <gerardryan@canada.com>.

File

README.txt
View source
  1. Description
  2. -----------
  3. This module uses METAR data to display current weather conditions from
  4. anywhere in the world.
  5. Features
  6. --------
  7. * Supports an unlimited number of blocks and an unlimited number
  8. of locations per block
  9. * Provides a custom block which can be administrated by a user
  10. * Users can search for a location and get a display of the
  11. weather conditions
  12. * Integrates with Location module and shows the weather nearby
  13. a node's location
  14. * Displays different images for daytime and nighttime
  15. * Download of current METAR data is scheduled in a smart way
  16. to reduce unnecessary network traffic and keep your site
  17. responsive
  18. * Provides three different methods to download the METAR data
  19. (fopen, curl, and wget) and multiple download locations
  20. * Displayed units of the weather data are completely configurable
  21. * Layout of displayed block is configurable with the template engine
  22. * Fully translatable, currently available in English, German,
  23. Dutch, Czech, Norwegian, Russian, Hungarian, Danish, Italian,
  24. Spanish, French, Polish, Brazilian Portuguese, Turkish,
  25. Romanian, Greek, and Croatian.
  26. * Works well with MySQL or PostgreSQL databases
  27. Author
  28. ------
  29. Tobias Quathamer
  30. It was inspired by the Weather module which was written in 2004 by
  31. Gerard Ryan .