summaryrefslogtreecommitdiff
path: root/templates/plug-weatherforecast-weatherforecastdetailcurrent.xml
blob: d9233fd3518d7a25bd03d6702f854f9422edb2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?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:
    {menuheader}                        "Current Weather"
    {city}                              configured city to display weather for
    {latitude}                          latitude
    {longitude}                         longitude
    {timestamp}                         timestamp in hh:mm dd.mm of current forecast
    {temperature}                       current temperature in °C
    {apparenttemperature}               apparent (felt) temperature in °C
    {temperaturemin}                    minimum temperature the day in °C
    {temperaturemax}                    maximum temperature the day in °C
    {summary}                           short summary of current weather
    {icon}                              path to use in <drawimage> to display appropriate weather icon
    {precipitationintensity}            precipitation intensity in l/qm    
    {precipitationprobability}          precipitation probability in %
    {precipitationtype}                 precipitation type (snow, ...)
    {humidity}                          humidity in %
    {windspeed}                         wind speed in km/h
    {windbearing}                       wind bearing in degrees
    {windbearingstring}                 wind bearing as human readable string (e.g NE, NNE, ...)
    {visibility}                        visibility in km
    {cloudcover}                        cloud cover in %
    {pressure}                          pressure in HPa
    {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>