Archived
1
0

Added output of day average temp. (day+night)

This commit is contained in:
Markus Birth 2016-10-19 12:57:29 +02:00
parent a16915c5de
commit d6614db3be
4 changed files with 14 additions and 3 deletions

View File

@ -1,11 +1,12 @@
<table border="1" rules="all">
<tr>
<th rowspan="3">Monat</th>
<th colspan="6">Temperatur</th>
<th colspan="7">Temperatur</th>
<th rowspan="3">Regenfall</th>
</tr>
<tr>
<th colspan="3">Tag max.</th>
<th rowspan="2">Ø</th>
<th colspan="3">Nacht min.</th>
</tr>
<tr>
@ -25,6 +26,7 @@
<td>#temp_out_max_hi "%.1f ℃"#</td>
<td>#temp_out_max_ave "%.1f ℃"#</td>
<td>#temp_out_max_lo "%.1f ℃"#</td>
<td>#temp_out_ave "%.1f ℃"#</td>
<td>#temp_out_min_hi "%.1f ℃"#</td>
<td>#temp_out_min_ave "%.1f ℃"#</td>
<td>#temp_out_min_lo "%.1f ℃"#</td>

View File

@ -15,6 +15,11 @@
<td>#temp_out_max "%.1f ℃"#</td>
<td>#temp_out_max_t "%Y-%m-%d</td><td>%H%M %Z"#</td>
</tr>
<tr>
<th class="right">Tag durchschn. Temperatur</th>
<td>#temp_out_ave "%.1f ℃"#</td>
<td colspan="2"></td>
</tr>
<tr>
<th class="right">Nacht min. Temperatur</th>
<td>#temp_out_min "%.1f ℃"#</td>

View File

@ -1,12 +1,13 @@
<table border="1" rules="all">
<tr>
<th rowspan="2">letzte 24 Std. bis</th>
<th colspan="2">Temperatur</th>
<th colspan="3">Temperatur</th>
<th colspan="3">Wind</th>
<th rowspan="2">Regenfall</th>
</tr>
<tr>
<th>Tag max.</th>
<th>Ø</th>
<th>Nacht min.</th>
<th>Ri</th>
<th>durchschn.</th>
@ -19,6 +20,7 @@
<tr>
<td>#idx "%Y-%m-%d %H:%M %Z"#</td>
<td>#temp_out_max "%.1f ℃"#</td>
<td>#temp_out_ave "%.1f ℃"#</td>
<td>#temp_out_min "%.1f ℃"#</td>
<td>#wind_dir "%s" "-" "winddir_text(x)"#</td>
<td>#wind_ave "%.0f ㎞/h" "" "wind_kmph(x)"#</td>

View File

@ -1,11 +1,12 @@
<table border="1" rules="all">
<tr>
<th rowspan="3">Monat</th>
<th colspan="6">Temperatur</th>
<th colspan="7">Temperatur</th>
<th rowspan="3">Regenfall</th>
</tr>
<tr>
<th colspan="3">Tag max.</th>
<th rowspan="2">Ø</th>
<th colspan="3">Nacht min.</th>
</tr>
<tr>
@ -24,6 +25,7 @@
<td>#temp_out_max_hi "%.1f ℃"#</td>
<td>#temp_out_max_ave "%.1f ℃"#</td>
<td>#temp_out_max_lo "%.1f ℃"#</td>
<td>#temp_out_ave "%.1f ℃"#</td>
<td>#temp_out_min_hi "%.1f ℃"#</td>
<td>#temp_out_min_ave "%.1f ℃"#</td>
<td>#temp_out_min_lo "%.1f ℃"#</td>