wazup Thread last updated on 2006-09-25 20:58:42

Posted by member 342921 on 2006-09-24 20:08:25

Hi. Who has adjustments in step.rc of the module wazup please lay out.

Posted by member 5575 on 2006-09-24 22:55:52 link

I read what you wrote but I do not grok what you meant.

Posted by member 342921 on 2006-09-25 04:10:33 link

I probably have incorrectly translated. I wanted to ask adjustment step.rc a file for the module wazup

Posted by member 212670 on 2006-09-25 04:58:30 link

I think he's asking for an example?

Posted by member 342921 on 2006-09-25 13:33:04 link

yes. ;)
Thanks xcal
I need examples of adjustment the module wazup.

Posted by member 212670 on 2006-09-25 20:58:42 link

Here's an example getting weather info:
*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


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.