Added templates.
This commit is contained in:
parent
2af56537fd
commit
f148cec9f7
11
_graph_templates/2018_rain.svg.xml
Normal file
11
_graph_templates/2018_rain.svg.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
|
<xi:include href="includes/size_single_big.xml" parse="xml" />
|
||||||
|
<xi:include href="includes/format_svg.xml" parse="xml" />
|
||||||
|
<start>year=2018, month=1, day=1, hour=0</start>
|
||||||
|
<stop>year=2018, month=12, day=31, hour=23</stop>
|
||||||
|
<xformat>%b</xformat>
|
||||||
|
<xlabel></xlabel>
|
||||||
|
<dateformat></dateformat>
|
||||||
|
<xi:include href="includes/monthly_rain_sum_dual.xml" parse="xml" />
|
||||||
|
</graph>
|
11
_graph_templates/2018_temp.svg.xml
Normal file
11
_graph_templates/2018_temp.svg.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||||
|
<xi:include href="includes/size_single_big.xml" parse="xml" />
|
||||||
|
<xi:include href="includes/format_svg.xml" parse="xml" />
|
||||||
|
<start>year=2018, month=1, day=1, hour=0</start>
|
||||||
|
<stop>year=2018, month=12, day=31, hour=23</stop>
|
||||||
|
<xformat>%b</xformat>
|
||||||
|
<xlabel></xlabel>
|
||||||
|
<dateformat></dateformat>
|
||||||
|
<xi:include href="includes/monthly_temp_candle.xml" parse="xml" />
|
||||||
|
</graph>
|
19
_templates/current.txt
Normal file
19
_templates/current.txt
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#encoding utf8#
|
||||||
|
#locale True#
|
||||||
|
#timezone local#
|
||||||
|
#hourly#
|
||||||
|
Stand: #idx "%Y-%m-%d %H:%M %Z"#<br/>
|
||||||
|
Temp gemessen: #temp_out "%.1f ℃"#<br/>
|
||||||
|
Temp gefühlt: #calc "apparent_temp(data['temp_out'], data['hum_out'], data['wind_ave'])" "%.1f ℃"#<br/>
|
||||||
|
Luftfeuchte: #hum_out "%d%%"#<br/>
|
||||||
|
Wind aus #wind_dir "%s" "-" "winddir_text(x)"#<br/>
|
||||||
|
Wind mit #wind_ave "%.0f ㎞/h" "" "wind_kmph(x)"#<br/>
|
||||||
|
Wind max. #wind_gust "%.0f ㎞/h" "" "wind_kmph(x)"#<br/>
|
||||||
|
Regenfall #rain "%0.1f ㎜"#<br/>
|
||||||
|
Luftdruck rel. #rel_pressure "%.0f ㍱"#<br/>
|
||||||
|
Luftdruck abs. #abs_pressure "%.0f ㍱"#<br/>
|
||||||
|
Luftdruck Trend: #pressure_trend "%s" "" "pressure_trend_text(x)"#<br/>
|
||||||
|
Quellwolkenuntergrenze: #calc "cloud_base(data['temp_out'], data['hum_out'])" "%.0f m"#<br/>
|
||||||
|
|
||||||
|
Wettertrend: #calc "Zambretti(params, data)"#<br/>
|
||||||
|
|
Reference in New Issue
Block a user