Difference between revisions of "Weather"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | {{UI Object Header}}[[ | + | {{UI Object Header}} |
+ | Shows a weather panel with current conditions and forecast. Weather information are retrieved using the WXONLINE I/O Server. The id should be equal to the I/O Server’s name. | ||
+ | For further details refer to the WXONLINE I/O Server Application Note. | ||
+ | |||
+ | [[File:UI Object weather.png]] | ||
+ | |||
+ | == Parameters == | ||
+ | *'''id''': the object's ID, used by UISets. Required | ||
+ | *'''position''': the object's position. Use the pixels or rows and columns coordinates format | ||
+ | |||
+ | == Syntax == | ||
+ | (slider!id <name>; <position>; <label>) | ||
+ | E.g. | ||
+ | (slider!myslider slider1; x10y20; Label) |
Revision as of 11:58, 27 January 2014
Shows a weather panel with current conditions and forecast. Weather information are retrieved using the WXONLINE I/O Server. The id should be equal to the I/O Server’s name. For further details refer to the WXONLINE I/O Server Application Note.
Parameters
- id: the object's ID, used by UISets. Required
- position: the object's position. Use the pixels or rows and columns coordinates format
Syntax
(slider!id <name>; <position>; <label>)
E.g.
(slider!myslider slider1; x10y20; Label)