Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.

47 lines
1.3 KiB
Plaintext

#daily#
#timezone local#
<table border="1" rules="all">
#jump -1#
#loop 2#
<tr>
<th colspan="2" class="left">
#start "Von %H%M %Z am %d %b bis" "letzte 24 Std. bis" "[x, None][loop_count == 2]"#
#idx " %H%M %Z am %d %b %Y"#
</th>
<th colspan="2">Datum &amp; Zeit</th>
</tr>
<tr>
<th class="right">Tag max. Temperatur</th>
<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>
<td>#temp_out_min_t "%Y-%m-%d</td><td>%H%M %Z"#</td>
</tr>
<tr>
<th class="right">Gesamter Regenfall</th>
<td>#rain "%.1f ㎜"#</td>
<td colspan="2"></td>
</tr>
<tr>
<th class="right">Durchschn. Windgeschwindigkeit</th>
<td>#wind_ave "%.0f ㎞/h" "-" "wind_kmph(x)"#</td>
<td colspan="2"></td>
</tr>
<tr>
<th class="right">Höchste Boe-Geschwindigkeit</th>
<td>#wind_gust "%.0f ㎞/h" "-" "wind_kmph(x)"#</td>
<td>#wind_gust_t "%Y-%m-%d</td><td>%H%M %Z"#</td>
</tr>
#idx " <tr><th colspan=\"4\">&nbsp;</th></tr>" "" "[x, None][loop_count==1]"#
#jump 1#
#endloop#
</table>