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.
pywws-page/_templates/feed_hourly.xml

31 lines
1.3 KiB
XML

#encoding utf8#
#locale True#
#timezone local#
#hourly#
<?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>
<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>
<ttl>60</ttl>
<item>
<title>#idx "%A %H:%M %Z"#</title>
<geo:lat>52.574</geo:lat>
<geo:long>13.128</geo:long>
<link>http://fks.birth-online.de/</link>
<description>Temperatur: #temp_out "%.1f℃" "-"#
, Wind: #wind_dir "%s, " "" "winddir_text(x)"#
#wind_ave "%.0f ㎞/h (durchschn.), " "" "wind_kmph(x)"#
#wind_gust "%.0f ㎞/h (max.)" "" "wind_kmph(x)"#
, Luftfeuchte: #hum_out "%d%%"#
, 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>
</item>
</channel>
</rss>