CHANGELOG.txt |
CHANGELOG.txt |
|
Version: 7.x-1.9 Date: 2013-10-16
---------------------------------------------------------------------
* Support Geofield module. Closes: [#1419888], [#2091391]
* Add station CWMJ. Thanks to Michael Clermont and
… |
INSTALL.txt |
INSTALL.txt |
|
Installation
------------
* Copy the module into your sites/all/modules directory.
* Go to admin/modules and enable the weather module.
Configuration
-------------
* If you want to have a system-wide weather block (i.e. the same
location for… |
parser.test |
tests/parser.test |
|
Tests parsing of raw METAR data. |
permissions.test |
tests/permissions.test |
|
Tests permission and access settings for different users. |
README.txt |
README.txt |
|
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… |
weather.forms.inc |
weather.forms.inc |
|
Provide forms for configuration of weather displays. |
weather.info |
weather.info |
|
name = Weather
description = Displays METAR weather data
core = 7.x
dependencies[] = block
configure = admin/config/user-interface/weather
files[] = weather.module
files[] = weather.install
files[] = weather.forms.inc
files[] =… |
weather.install |
weather.install |
|
Install, update and uninstall functions for the weather module. |
weather.module |
weather.module |
|
Display current weather data from many places in the world. |
weather.tpl.php |
weather.tpl.php |
|
Template for the weather module. |
weather_compact.tpl.php |
weather_compact.tpl.php |
|
Compact template for the weather module. |
weather_data.txt |
weather_data.txt |
|
OAHR 34.216667 62.216667 Afghanistan Herat
OAKB 34.633333 69.200000 Afghanistan Kabul Airport
OAKN 31.513639 65.861056 Afghanistan Kandahar
OAUZ 36.665111 … |
weather_parser.inc |
weather_parser.inc |
|
Retrieves and parses raw METAR data and stores result in database. |
weather_theme.inc |
weather_theme.inc |
|
Prepare themed weather output. |