More Unicode glyphs.
This commit is contained in:
parent
66924a2bf0
commit
f983cd21a5
@ -22,17 +22,17 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="right">Gesamter Regenfall</th>
|
||||
<td>#rain "%.1f mm"#</td>
|
||||
<td>#rain "%.1f ㎜"#</td>
|
||||
<td colspan="2"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="right">Durchschn. Windgeschwindigkeit</th>
|
||||
<td>#wind_ave "%.0f km/h" "-" "x * 3.6"#</td>
|
||||
<td>#wind_ave "%.0f ㎞/h" "-" "x * 3.6"#</td>
|
||||
<td colspan="2"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="right">Höchste Boe-Geschwindigkeit</th>
|
||||
<td>#wind_gust "%.0f km/h" "-" "x * 3.6"#</td>
|
||||
<td>#wind_gust "%.0f ㎞/h" "-" "x * 3.6"#</td>
|
||||
<td>#wind_gust_t "%Y-%m-%d</td><td>%H%M %Z"#</td>
|
||||
</tr>
|
||||
#idx " <tr><th colspan=\"4\"> </th></tr>" "" "[x, None][loop_count==1]"#
|
||||
|
@ -34,7 +34,7 @@
|
||||
<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>
|
||||
<td>#rel_pressure "%.0f ㍱"#, #pressure_trend "%s" "" "pressure_trend_text(x)"#</td>
|
||||
</tr>
|
||||
#jump 1#
|
||||
#endloop#
|
||||
|
@ -21,9 +21,9 @@
|
||||
<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>
|
||||
<td>#wind_ave "%.0f ㎞/h" "" "x * 3.6"#</td>
|
||||
<td>#wind_gust "%.0f ㎞/h" "" "x * 3.6"#</td>
|
||||
<td>#rain "%0.1f ㎜"#</td>
|
||||
</tr>
|
||||
#jump 1#
|
||||
#endloop#
|
||||
|
@ -27,7 +27,7 @@
|
||||
<td>#temp_out_min_hi "%.1f ℃"#</td>
|
||||
<td>#temp_out_min_ave "%.1f ℃"#</td>
|
||||
<td>#temp_out_min_lo "%.1f ℃"#</td>
|
||||
<td>#rain "%0.1f mm"#</td>
|
||||
<td>#rain "%0.1f ㎜"#</td>
|
||||
</tr>
|
||||
#jump -1#
|
||||
#endloop#
|
||||
|
@ -17,9 +17,9 @@
|
||||
<description>Temperatur: #temp_out_min "%.1f℃ (min)"#
|
||||
#temp_out_max ", %.1f℃ (max)"#
|
||||
, Wind: #wind_dir "%s, " "" "winddir_text(x)"#
|
||||
#wind_ave "%.0f km/h (durchschn.), " "" "x * 3.6"#
|
||||
#wind_gust "%.0f km/h (max.), " "" "x * 3.6"#
|
||||
Regenfall #rain "%.1f mm"#</description>
|
||||
#wind_ave "%.0f ㎞/h (durchschn.), " "" "x * 3.6"#
|
||||
#wind_gust "%.0f ㎞/h (max.), " "" "x * 3.6"#
|
||||
Regenfall #rain "%.1f ㎜"#</description>
|
||||
<guid isPermaLink="false">#idx "daily_%Y_%m_%d"#</guid>
|
||||
<pubDate>#idx "%a, %d %b %Y %H:%M:%S %z"#</pubDate>
|
||||
</item>
|
||||
|
@ -3,10 +3,10 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos##">
|
||||
<channel>
|
||||
<title>Falkensee Wetter - Stündliche Berichte</title>
|
||||
<title>Falkensee Wetter - Stündliche Berichte</title>
|
||||
<link>http://fks.birth-online.de/</link>
|
||||
<atom:link href="http://fks.birth-online.de/feed_hourly.xml" rel="self" type="application/rss+xml" />
|
||||
<description>Stündliche Berichte von einer Amateur-Wetterstation in Falkensee, Brandenburg, Deutschland</description>
|
||||
<description>Stündliche Berichte von einer Amateur-Wetterstation in Falkensee, Brandenburg, Deutschland</description>
|
||||
<ttl>60</ttl>
|
||||
<item>
|
||||
<title>#idx "%A %H:%M %Z"#</title>
|
||||
@ -15,11 +15,11 @@
|
||||
<link>http://fks.birth-online.de/</link>
|
||||
<description>Temperatur: #temp_out "%.1f℃" "-"#
|
||||
, Wind: #wind_dir "%s, " "" "winddir_text(x)"#
|
||||
#wind_ave "%.0f km/h (durchschn.), " "" "x * 3.6"#
|
||||
#wind_gust "%.0f km/h (max.)" "" "x * 3.6"#
|
||||
#wind_ave "%.0f ㎞/h (durchschn.), " "" "x * 3.6"#
|
||||
#wind_gust "%.0f ㎞/h (max.)" "" "x * 3.6"#
|
||||
, Luftfeuchte: #hum_out "%d%%"#
|
||||
, Regenfall (stündl.) #rain "%.1f mm"#
|
||||
, Luftdruck: #rel_pressure "%.0f hPa, "#
|
||||
, Regenfall (stündl.) #rain "%.1f ㎜"#
|
||||
, Luftdruck: #rel_pressure "%.0f ㍱, "#
|
||||
#pressure_trend "%s" "" "pressure_trend_text(x)"#</description>
|
||||
<guid isPermaLink="false">#idx "hourly_%Y_%m_%d_%H_%M_%Z"#</guid>
|
||||
<pubDate>#idx "%a, %d %b %Y %H:%M:%S %z"#</pubDate>
|
||||
|
@ -8,5 +8,5 @@ media /opt/pywws/localout/tweet.png
|
||||
#wind_gust "🔝 %.0f ㎞/h" "" "x * 3.6"#
|
||||
, Luftfeuchte: #hum_out "%d%%"#
|
||||
, 💧 (stdl.) #rain "%.1f㎜"#
|
||||
, Druck: #rel_pressure "%.0f h㎩, "#
|
||||
, Druck: #rel_pressure "%.0f ㍱, "#
|
||||
#pressure_trend "%s" "" "pressure_trend_text(x)"#
|
||||
|
Reference in New Issue
Block a user