Posted by member 212670 on 2006-09-25 20:58:42 link
Here's an example getting weather info:
format:
m = celsius
s = fahrenheit
cidtydcode = you get this from certain_weather_site
formattype = F or C, depending on formattype
temperatureURL and its following line are a single line.
*Wazup temperature ;name the wazup settings prefix
temperatureURL "http://xoap.certain_weather_site.com/weather/local/citycode?cc=*&dayf=3&unit=format"
temperatureInputString "{%}{*}{%}{*}{%}"
temperatureOutputString "Weather: {%2} °formattype Currently: {%3}"
;displayed on label. {%n} is expanded from InputString
temperatureEnabled true
temperatureUpdateInterval 1200 ;time in ms
temperatureDisplayOn SomeLabel ;label to display on
temperatureURL "http://xoap.certain_weather_site.com/weather/local/citycode?cc=*&dayf=3&unit=format"
temperatureInputString "{%}{*}{%}{*}{%}"
temperatureOutputString "Weather: {%2} °formattype Currently: {%3}"
;displayed on label. {%n} is expanded from InputString
temperatureEnabled true
temperatureUpdateInterval 1200 ;time in ms
temperatureDisplayOn SomeLabel ;label to display on
format:
m = celsius
s = fahrenheit
cidtydcode = you get this from certain_weather_site
formattype = F or C, depending on formattype
temperatureURL and its following line are a single line.