<table border="1" rules="all">
  <tr>
    <th rowspan="2">letzte 24 Std. bis</th>
    <th colspan="2">Temperatur</th>
    <th colspan="3">Wind</th>
    <th rowspan="2">Regenfall</th>
  </tr>
  <tr>
    <th>Tag max.</th>
    <th>Nacht min.</th>
    <th>Ri</th>
    <th>durchschn.</th>
    <th>max. Boe</th>
  </tr>
#timezone local#
#daily#
#jump -7#
#loop 7#
  <tr>
    <td>#idx "%Y-%m-%d %H:%M %Z"#</td>
    <td>#temp_out_max "%.1f ℃"#</td>
    <td>#temp_out_min "%.1f ℃"#</td>
    <td>#wind_dir "%s" "-" "winddir_text(x)"#</td>
    <td>#wind_ave "%.0f km/h" "" "x * 3.6"#</td>
    <td>#wind_gust "%.0f km/h" "" "x * 3.6"#</td>
    <td>#rain "%0.1f mm"#</td>
  </tr>
#jump 1#
#endloop#
</table>
