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.

42 lines
1.0 KiB
Plaintext

<table border="1" rules="all">
<col />
<col />
<col align="char" char="." />
<col />
<col />
<col align="char" char="m" />
<col align="char" char="m" />
<col align="char" char="." />
<col align="char" char="," />
<tr>
<th colspan="2" rowspan="2">Datum &amp; Zeit</th>
<th rowspan="2">Temp</th>
<th rowspan="2">Feuchte</th>
<th colspan="3">Wind</th>
<th rowspan="2">Regen</th>
<th rowspan="2">Luftdruck</th>
</tr>
<tr>
<th>Ri</th>
<th>Ø</th>
<th>Boe</th>
</tr>
#timezone local#
#hourly#
#jump -6#
#loop 7#
<tr>
<td>#idx "%Y-%m-%d" "" "[None, x][x.hour == 0 or loop_count == 7]"#</td>
<td>#idx "%H%M %Z"#</td>
<td>#temp_out "%.1f ℃"#</td>
<td>#hum_out "%d%%"#</td>
<td>#wind_dir "%s" "-" "winddir_text(x)"#</td>
<td>#wind_ave "%.0f ㎞/h" "" "x * 3.6"#</td>
<td>#wind_gust "%.0f ㎞/h" "" "x * 3.6"#</td>
<td>#rain "%0.1f ㎜"#</td>
<td>#rel_pressure "%.0f h㎩"#, #pressure_trend "%s" "" "pressure_trend_text(x)"#</td>
</tr>
#jump 1#
#endloop#
</table>