summaryrefslogtreecommitdiff
path: root/skins/nopacity/xmlfiles/plug-weatherforecast-weatherforecastdetaildaily.xml
blob: 433bf99e4041025f4a1612148525c7f2f8bda98e (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE menuplugin SYSTEM "../../../dtd/displaymenuplugin.dtd">

<menuplugin x="0" y="0" width="100%" height="100%" fadetime="0">
   <background>
        <area x="0" y="0" width="100%" height="100%" layer="1">
            <fill color="{clrTransBlack}" />
            <drawrectangle x="0" y="0" width="100%" height="10%" color="{clrBackground}" />
        </area>
        <area x="0" y="0" width="100%" height="10%" layer="2">
            <drawimage imagetype="skinpart" path="headertop" x="0" y="0" width="100%" height="100%"/>
        </area>
    </background>
    <scrollbar>
        <area x="97%" y="25%" width="2%" height="60%" layer="2">
            <fill color="{clrBorder}" />
            <drawrectangle x="2" y="2" width="{areawidth} - 4" height="{areaheight} - 4" color="{clrTransparent}" />
            <drawrectangle x="4" y="4 + {areaheight} * {offset} / 1000" width="{areawidth} - 8" height="{areaheight} * {height} / 1000 - 8" color="{clrScrollbar}" />
        </area>
    </scrollbar>

    <!-- 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

    {daily[day]}                        day of forecast in dd.mm
    {daily[dayname]}                    three letter abbrivated day name
    {daily[temperaturemin]}             minimum temperature at this day in °C
    {daily[temperaturemintime]}         time of minimum temperature
    {daily[temperaturemax]}             maximum temperature at this day in °C
    {daily[temperaturemaxtime]}         time of maximum temperature
    {daily[summary]}                    short summary
    {daily[icon]}                       path to use in <drawimage> to display appropriate weather icon
    {daily[precipitationintensity]}     precipitation intensity in l/qm    
    {daily[precipitationprobability]}   precipitation probability in %
    {daily[precipitationtype]}          precipitation type (snow, ...)
    {daily[humidity]}                   humidity in %
    {daily[windspeed]}                  wind speed in km/h
    {daily[windbearing]}                wind bearing in degrees
    {daily[windbearingstring]}          wind bearing as human readable string (e.g NE, NNE, ...)
    {daily[visibility]}                 visibility in km
    {daily[cloudcover]}                 cloud cover in %
    {daily[pressure]}                   pressure in HPa
    {daily[ozone]}                      Ozone in DU (Dobson Unit)
    -->

    <detailheader>
        <area x="1%" y="10%" width="98%" height="15%" layer="2">
            <fill color="{clrTransBlack}" />
        </area>
        <area x="1%" y="10%" width="97%" height="15%" layer="3">
            <drawimage name="weathericon" imagetype="icon" path="{icon}" align="right" valign="center" width="{areaheight}*0.7" height="70%"/>
            <drawtextbox x="2%" y="15%" width="80%" maxlines="2" font="{semibold}" fontsize="35%" color="{clrWhite}" text="{summary}" />
        </area>
    </detailheader>

    <tab name="current" x="2%" y="25%" width="94%" height="60%" layer="2" scrollheight="{areaheight}/4">
       <loop name="daily" x="0" y="1%" orientation="vertical" columnwidth="{areawidth}" rowheight="{areaheight}/5">
            <drawtext x="0" font="{semibold}" fontsize="8%" valign="center" color="{clrWhite}" text="{daily[dayname]} {daily[day]}" />
            <drawimage imagetype="icon" path="{daily[icon]}" x="2.2*{rowheight}" valign="center" width="{rowheight}*0.8" height="{rowheight}*0.8"/>
            <drawtext x="3.5*{rowheight}" font="{vdrOsd}" fontsize="{rowheight}*0.3" y="0" color="{clrWhite}" text="{daily[temperaturemin]}°C - {daily[temperaturemax]}°C   ({tr(max)} {daily[temperaturemaxtime]}, {tr(min)} {daily[temperaturemintime]})" />
            <drawtext x="3.5*{rowheight}" font="{vdrOsd}" fontsize="{rowheight}/4" y="{rowheight}*0.25" width="{columnwidth} - 3.5*{rowheight}" color="{clrWhite}" text="{daily[summary]}" />
            <drawtext x="3.5*{rowheight}" font="{vdrOsd}" fontsize="{rowheight}/4" y="{rowheight}*0.5" width="{columnwidth} - 3.5*{rowheight}" color="{clrWhite}" text="{tr(precipitationprobability)} {daily[precipitationprobability]}%, {daily[precipitationintensity]} l/qm, {tr(windspeed)} {daily[windspeed]} km/h {tr(from)} {daily[windbearingstring]}" />
            <drawtext x="3.5*{rowheight}" font="{vdrOsd}" fontsize="{rowheight}/4" y="{rowheight}*0.75" width="{columnwidth} - 3.5*{rowheight}" color="{clrWhite}" text="{tr(cloudcover)} {daily[cloudcover]}%, {tr(visibility)} {daily[visibility]} km, {tr(pressure)} {daily[pressure]} HPa, {tr(ozone)} {daily[ozone]} DU" />
            <drawrectangle x="0" y="{rowheight} - 1" width="{columnwidth}" height="1" color="{clrWhite}" />
        </loop>
    </tab>
</menuplugin>