Frequently Asked Questions... ** I can't find the example run_wig.sh # command line options wig timeout_value web_address window_header # first is the path to the wig application (ie. /home/dave/bin/wig) # next is the timeout_value (ie. 120) # ** Don't pound the image server - 2 minutes should be fine :) ** # next is the image web_address (ie. # http://image.weather.com/web/radar/us_dfw_closeradar_plus_usen.jpg ) # last is the window_header (ie. "Weather.Com Radar"); note the quotes around # the window_header text to process spaces correctly. # and really last is the ampersand '&' - this means run the command in # background mode wig 120 http://image.weather.com/web/radar/us_dfw_closeradar_plus_usen.jpg "Weather.com Radar" & wig 120 http://kxas.weatherplus.com/sh/wxplus/maps/wxp007/radar/d640x480/default.jpeg "KXAS Weather Radar" & wig 120 http://www.dfwtraffic.dot.state.tx.us/C2Csnaps/I35W@I20_CIMSNAP_FTW.jpg "I35 @ I20" & ====================================================================== ** Why do I see only part of an image? The image on the website has not been updated completely. WIG is getting the image but the image server has not completely written out the image.