Wunderground module for Joomla 1.1
by computer - daten -netze | feeenders
http://www.feenders.de

/** INSTALLATION */
-------------------
* Make yourself an account at www.wunderground.com
* Generate an API-Key for your application http://www.wunderground.com/weather/api
* Download and install the "wuweather Module" with the Joomla installation manager
* Create a new "wuWeather Module"
* Set the key and Weather-location (Country, Town) and other in module-configuration

/** LIMIMITATIONS */
-------------------
* The module must be able to get an json-file from wunderground.com in order to work 
* Therefore "allow-url-fopen" should be enabled in the PHP configuration (php.ini)
* Alternatively you can install the php-curl extention
* php version 5 or bigger is required

If wuweather denies to work, open the customer-package-configuration of your provider.
There is often a possibility to switch from PHP4 to PHP5 an change values like
"allow-url-fopen".

In any case you must credit wunderground.com with log and link
see http://www.wunderground.com/weather/api/d/terms.html

/** CUSTOMIZE LAYOUT */
-----------------------
* You can fully customize your Layout by modifying wather.css in /modules/mod_wuweather
* Optional you can use your templates template.css and disable the css load in the advanced options of the module-settings

/** LICENSE */
------------
Copyright 2012 © Computer ⋅ Daten ⋅ Netze • Feenders. All rights reserved.

modWuWeather is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.
If not, see http://www.gnu.org/licenses/. 

