Provided by: wmforecast_0.11-1build1_amd64 bug

NAME

       wmforecast - a weather dockapp for Window Maker using the Yahoo Weather API

SYNOPSIS

       wmforecast [OPTIONS]

OPTIONS

       -v, --version
              print the version number

       -h, --help
              print the help screen

       -i, --interval <min> number of minutes between refreshes (default 60)

       -u, --units <c|f>
              whether to use Celsius or Fahrenheit (default f)

       -w, --woeid <woeid>
              Where  on  Earth  ID  (default  is 2502265 for Sunnyvale, CA -- to find your WOEID,
              search for your city at http://weather.yahoo.com and look in the URL.)

       -z, --zip <zip>
              ZIP code or Location ID (Yahoo has deprecated this option and it is not  guaranteed
              to work)

       -b, --background <color>
              set background color

       -t, --text <color>
              set text color

NOTES

       •      Double click the icon at any time to refresh data.

       •      Right click the icon to edit your preferences in a GUI.

       •      Preferences  may  be  manually  configured in GNUSTEP_USER_ROOT/Defaults/wmforecast
              (usually ~/GNUstep/Defaults/wmforecast).  This file is in proplist format, e.g.,
              {
                interval = 60;
                units = f;
                woeid_or_zip = w;
                woeid = 2502265;
                background = "black";
                text = "light sea green"
              }

AUTHOR

       Doug Torrance <dtorrance@piedmont.edu>