Downloads

Download tar.gz 20.97 KB
MD5: bd178a99cce8a84becf2ad0f26b2945b
SHA-1: ca42869f2add1ac94efb4c417a6738352b6b7a3c
SHA-256: 06ead0d0aa4e33041b813f088f56a31652edbeee6a3ce18825522df050e4e370
Download zip 22.63 KB
MD5: 3ae149888cec20d6fdba091647049863
SHA-1: 7fa59d0efacb6353a2e6d0de0aa66428579f9687
SHA-256: 48dddac21c6eb82bb06d487943964128105e6b5e583f5186bce90c68a262eda8

Release notes

DESCRIPTION
-----------

This module takes xml feeds from wunderground.com and displays weather information in blocks.

Features include:
* Multiblock (http://drupal.org/project/multiblock) module support
* Caching of feeds
* Integration with locations (http://drupal.org/project/location) module to find weather at user locations
* Lots of options!

Module comes with three kinds of blocks
* PWS (personal weather station) Block: Choose from thousands of user contributed weather stations around
the world that serve detailed weather readings.
* User Local Forecast Block: If users have entered a location through the user locations module, this block will
display a six day forecast for that location, as a list or as a jquery slider.
* Weather Lookup Block: Users can enter in a location and query the Wunderground feed for current weather.
Uses autocomplete functionality to help users pick.

INSTALLATION
------------

* Download the module
* Enable the module
* If you are going to use the user local forecast block, download the location module and enable Location and
User Location. However, if you just want this block to display weather at a default location, you do not need the
Location module.
* Assign the "access wunderground content" permission to all user roles that you want to be able to see the
Wunderground blocks.
* Go to Site Configuration -> Wunderground and set things like timezone, default location and default PWS ID.
* Place the blocks!

COMMON ISSUES
-------------

* If pages containing Wunderground blocks throw Javascript errors, make sure you are using a theme that includes
block ids.

THEMING
-------

In this version, we made an effort to include all block content in theme functions for easy theming access.

Created by: monan
Created on: 12 Dec 2010 at 06:38 UTC
Last updated: 12 Dec 2010 at 12:26 UTC
New features
Bug fixes

Other releases