summaryrefslogtreecommitdiff
path: root/templates/plug-weatherforecast-weatherforecastdetailhourly.xml
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-15 13:12:47 +0100
committerlouis <louis.braun@gmx.de>2015-01-15 13:12:47 +0100
commitc7f71f3f2b580714bd9e5a5c773bc2179c0e8567 (patch)
treea39d3efd5494b60964152e559eaead76c7897af5 /templates/plug-weatherforecast-weatherforecastdetailhourly.xml
downloadvdr-plugin-weatherforecast-0.0.1.tar.gz
vdr-plugin-weatherforecast-0.0.1.tar.bz2
Initial commit0.0.1
Diffstat (limited to 'templates/plug-weatherforecast-weatherforecastdetailhourly.xml')
-rw-r--r--templates/plug-weatherforecast-weatherforecastdetailhourly.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/plug-weatherforecast-weatherforecastdetailhourly.xml b/templates/plug-weatherforecast-weatherforecastdetailhourly.xml
new file mode 100644
index 0000000..8d225c3
--- /dev/null
+++ b/templates/plug-weatherforecast-weatherforecastdetailhourly.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE menuplugin SYSTEM "../../../dtd/displaymenuplugin.dtd">
+
+<menuplugin x="0" y="0" width="100%" height="100%" fadetime="0">
+
+ <!-- Available Variables in detailheader and tab:
+ {summary} short summary of weather
+ {icon} path to use in <drawimage> to display appropriate weather icon
+ {city} configured city to display weather for
+ {latitude} latitude
+ {longitude} longitude
+
+ {hourly[]} array with up to 48 hourly forecasts
+ {hourly[num]} number of forecast, starting at 1
+ {hourly[timestamp]} timestamp in hh:mm
+ {hourly[temperature]} temperature in °C
+ {hourly[apparenttemperature]} apparent (felt) temperature in °C
+ {hourly[summary]} short summary
+ {hourly[icon]} path to use in <drawimage> to display appropriate weather icon
+ {hourly[precipitationintensity]} precipitation intensity in l/qm
+ {hourly[precipitationprobability]} precipitation probability in %
+ {hourly[precipitationtype]} precipitation type (snow, ...)
+ {hourly[humidity]} humidity in %
+ {hourly[windspeed]} wind speed in km/h
+ {hourly[windbearing]} wind bearing in degrees
+ {hourly[windbearingstring]} wind bearing as human readable string (e.g NE, NNE, ...)
+ {hourly[visibility]} visibility in km
+ {hourly[cloudcover]} cloud cover in %
+ {hourly[pressure]} pressure in HPa
+ {hourly[ozone]} Ozone in DU (Dobson Unit)
+ -->
+ <detailheader>
+ </detailheader>
+
+ <tab name="tab" x="0" y="0" width="100%" height="100%" layer="2" scrollheight="{areaheight}/4">
+ </tab>
+</menuplugin>