diff options
author | louis <louis.braun@gmx.de> | 2015-01-14 14:20:22 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-14 14:20:22 +0100 |
commit | 3de7f8f13d2cef164b52a8dc1f5b09b3d4e12278 (patch) | |
tree | 9618d7f34091562f332a49e9396d24d1e21874fa /skinskeleton | |
parent | 645f625d79f8181e043fffc5bcbf4ad2a86f036a (diff) | |
download | vdr-plugin-skindesigner-3de7f8f13d2cef164b52a8dc1f5b09b3d4e12278.tar.gz vdr-plugin-skindesigner-3de7f8f13d2cef164b52a8dc1f5b09b3d4e12278.tar.bz2 |
added weather viewelement to metrix main menu
Diffstat (limited to 'skinskeleton')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenumain.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml index 7d372cc..15c2f4a 100644 --- a/skinskeleton/xmlfiles/displaymenumain.xml +++ b/skinskeleton/xmlfiles/displaymenumain.xml @@ -86,6 +86,27 @@ <currentschedule> </currentschedule> + <!-- Available Variables currentweather: + {timestamp} timestamp of forecast in dd.mm hh:mm + {temperature} current temperature in °C + {apparenttemperature} apparent (feeled) temperature + {summary} short weather summary + {icon} weather icon + {precipitationintensity} precipitation intensity in l/m2 + {precipitationprobability} precipitation probability in % + {precipitationtype} precipitation type + {humidity} humidity in % + {windspeed} windspeed in km/h + {windbearing} wind bearing in ° + {windbearingstring} wind bearing (N, NE, ...) + {visibility} visibility in km + {cloudcover} cloud cover in % + {pressure} pressure in HPo + {ozone} ozone value in DU + --> + <currentweather> + </currentweather> + <!-- Available Variables customtokens: all custom tokens set by the svdrp command SCTK are available in this viewelement For instance, use an appropriate script which runs periodically as cronjob and |