Plugin Directory

MFGetWeather

Shows current weather conditions by querying the weather.com website.

  1. Upload this plugin to your wordpress plugins directory
  2. Active the MFGetweather Plugin via the admin menu
  3. Drag 'n' Drop the widget to you sidebar OR Place this code in your template:

      get_weather('94115') ?>

    Or get much more fancy and include:

      get_weather('94115', 'SF, CA', 'icon,temp,high,low'); ?>

You need only change the "citycode" (the first variable in the function) to your own city. You may use a US zip code in place of a standard city code. International users will have to use a standard city code.

Extra Functionality:

<?php $mfgetweather->get_weather($citycode, $title, $options) ?>

$citycode A required attribute to define what city you want weather from $title If using the attribute "desc", this string will replace the default city name. $options A list of what attributes you want the plugin to return, and in what order to return them in. Look at the file "OPTIONS.TXT" for details!

Requires: 2.0.2 or higher
Compatible up to: 2.3
Last Updated: 2007-10-20
Downloads: 1,610

Average Rating

2 stars
(2 ratings)

Support

Got something to say? Need help?

Compatibility

+
=
Not enough data

0 people say it works.
0 people say it's broken.