<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SenseHAT weather forecaster</title>
	<atom:link href="http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/</link>
	<description>reading, writing, coding, making</description>
	<lastBuildDate>Tue, 24 Oct 2023 13:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: blogmywiki</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-98967</link>
		<dc:creator>blogmywiki</dc:creator>
		<pubDate>Wed, 02 Dec 2020 12:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-98967</guid>
		<description>Hi John - this is quite an old project and I&#039;ve not looked at it in several years so I&#039;m really out of touch with it - and the Raspberry Pi - I&#039;m afraid. Is it possible feedparser is not installed for the same version of Python that you&#039;re running the Python script in? Also that BBC weather RSS feed doesn&#039;t seem to exist any more!
cheers
Giles</description>
		<content:encoded><![CDATA[<p>Hi John &#8211; this is quite an old project and I&#8217;ve not looked at it in several years so I&#8217;m really out of touch with it &#8211; and the Raspberry Pi &#8211; I&#8217;m afraid. Is it possible feedparser is not installed for the same version of Python that you&#8217;re running the Python script in? Also that BBC weather RSS feed doesn&#8217;t seem to exist any more!<br />
cheers<br />
Giles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Gleeson</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-98965</link>
		<dc:creator>John Gleeson</dc:creator>
		<pubDate>Wed, 02 Dec 2020 07:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-98965</guid>
		<description>Hi just wondering how ye are getting this to run?
I&#039;ve tried running it as a python file but it gives multiple errors such as Feedparser no module found when it is installed so thought I might be doing something wrong?
Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi just wondering how ye are getting this to run?<br />
I&#8217;ve tried running it as a python file but it gives multiple errors such as Feedparser no module found when it is installed so thought I might be doing something wrong?<br />
Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Spencer</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-93407</link>
		<dc:creator>Michael Spencer</dc:creator>
		<pubDate>Wed, 12 Dec 2018 23:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-93407</guid>
		<description>bbc have changed their weather provider and the quoted url is no longer available.
try
https://weather-broker-cdn.api.bbci.co.uk/en/forecast/rss/3day/2643123
(manchester forecast)
see bbc web page
https://www.bbc.co.uk/weather/about/17543675
for further details</description>
		<content:encoded><![CDATA[<p>bbc have changed their weather provider and the quoted url is no longer available.<br />
try<br />
<a href="https://weather-broker-cdn.api.bbci.co.uk/en/forecast/rss/3day/2643123" rel="nofollow">https://weather-broker-cdn.api.bbci.co.uk/en/forecast/rss/3day/2643123</a><br />
(manchester forecast)<br />
see bbc web page<br />
<a href="https://www.bbc.co.uk/weather/about/17543675" rel="nofollow">https://www.bbc.co.uk/weather/about/17543675</a><br />
for further details</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanael</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-89368</link>
		<dc:creator>Thanael</dc:creator>
		<pubDate>Fri, 16 Sep 2016 18:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-89368</guid>
		<description>I asked a friend to help me write some code to display images based on the weather. We came up with a decent proof of concept today. All it currently does it parse the feed for phrases BBC weather likes to use and outputs a different coloured dot for each phrase. It also adds a dot for today/tomorrow/next day. From there, I will edit in proper images and add a temperature readout of some sort. 

It&#039;s very much proof of concept at the minute, but if anyone wants to use it as a base it&#039;s at pastebin. Search the following, or append to the pastebin url:
A0gYmG16</description>
		<content:encoded><![CDATA[<p>I asked a friend to help me write some code to display images based on the weather. We came up with a decent proof of concept today. All it currently does it parse the feed for phrases BBC weather likes to use and outputs a different coloured dot for each phrase. It also adds a dot for today/tomorrow/next day. From there, I will edit in proper images and add a temperature readout of some sort. </p>
<p>It&#8217;s very much proof of concept at the minute, but if anyone wants to use it as a base it&#8217;s at pastebin. Search the following, or append to the pastebin url:<br />
A0gYmG16</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanael</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-89219</link>
		<dc:creator>Thanael</dc:creator>
		<pubDate>Wed, 10 Aug 2016 17:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-89219</guid>
		<description>Amazing! I&#039;ll keep an eye on your blog then. Thank you!</description>
		<content:encoded><![CDATA[<p>Amazing! I&#8217;ll keep an eye on your blog then. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogmywiki</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-89170</link>
		<dc:creator>blogmywiki</dc:creator>
		<pubDate>Fri, 05 Aug 2016 16:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-89170</guid>
		<description>Yes! I am actually hoping to do this in the next few weeks :)</description>
		<content:encoded><![CDATA[<p>Yes! I am actually hoping to do this in the next few weeks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thanael</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-89154</link>
		<dc:creator>Thanael</dc:creator>
		<pubDate>Tue, 02 Aug 2016 19:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-89154</guid>
		<description>Hey there :) This is exactly what I want to do with my sensehat - almost! Thank you for putting together this guide. My eyes cross when I try to figure out code though. Have you since created a version of the python script which displays today&#039;s weather in picture form, along with the min/max temperature?</description>
		<content:encoded><![CDATA[<p>Hey there :) This is exactly what I want to do with my sensehat &#8211; almost! Thank you for putting together this guide. My eyes cross when I try to figure out code though. Have you since created a version of the python script which displays today&#8217;s weather in picture form, along with the min/max temperature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okahiro</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-88039</link>
		<dc:creator>okahiro</dc:creator>
		<pubDate>Fri, 26 Feb 2016 09:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-88039</guid>
		<description>I inserted the following line just below the &quot;counter = *&quot; line to show title, including the data source (BBC) and city name faster. :-)

sense.show_message(d.feed.title, scroll_speed=0.05)</description>
		<content:encoded><![CDATA[<p>I inserted the following line just below the &#8220;counter = *&#8221; line to show title, including the data source (BBC) and city name faster. :-)</p>
<p>sense.show_message(d.feed.title, scroll_speed=0.05)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: okahiro</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-88036</link>
		<dc:creator>okahiro</dc:creator>
		<pubDate>Fri, 26 Feb 2016 07:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-88036</guid>
		<description>Thank you for the great job!
I made my Sense Hat a smart weather forecaster thanks to your job.
I had easily found ID of Yokohama from the following BBC website.
http://www.bbc.com/weather/
Just type the name of your town in the field &quot;Find a Forecast&quot; and push enter key.
Then, you will automatically jump to the page having URL &quot;http://www.bbc.com/weather/???????&quot;.
In case of Yokohama, ??????? is 1848354.</description>
		<content:encoded><![CDATA[<p>Thank you for the great job!<br />
I made my Sense Hat a smart weather forecaster thanks to your job.<br />
I had easily found ID of Yokohama from the following BBC website.<br />
<a href="http://www.bbc.com/weather/" rel="nofollow">http://www.bbc.com/weather/</a><br />
Just type the name of your town in the field &#8220;Find a Forecast&#8221; and push enter key.<br />
Then, you will automatically jump to the page having URL &#8220;http://www.bbc.com/weather/???????&#8221;.<br />
In case of Yokohama, ??????? is 1848354.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blogmywiki</title>
		<link>http://www.suppertime.co.uk/blogmywiki/2015/12/sensehat-weather/#comment-87126</link>
		<dc:creator>blogmywiki</dc:creator>
		<pubDate>Sat, 26 Dec 2015 11:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.suppertime.co.uk/blogmywiki/?p=2242#comment-87126</guid>
		<description>Hope you enjoy it! Are you using a different RSS feed?</description>
		<content:encoded><![CDATA[<p>Hope you enjoy it! Are you using a different RSS feed?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
