<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MMM-metoffice-datapoint A module to pull UK MetOffice 3 hourly forecasts]]></title><description><![CDATA[<h1>Description:</h1>
<p dir="auto">This is a weather module that used the MetOffice Datapoint as its data-source for 3 hourly forecasts.<br />
Very much a first release, I’ve squished some bugs, and it works for me, but I’m sure there’s more in there.</p>
<h1>Screenshots:</h1>
<p dir="auto">Default View<br />
<img src="https://github.com/rummyr/MMM-metoffice-datapoint/blob/master/screenshots/metoffice-defaults.png?raw=true" alt="default" class=" img-fluid img-markdown" /></p>
<p dir="auto">Compact View<br />
<img src="https://github.com/rummyr/MMM-metoffice-datapoint/blob/master/screenshots/metoffice-defaults-compact.png?raw=true" alt="compact" class=" img-fluid img-markdown" /></p>
<p dir="auto">Compact with everything turned on - ugly!<br />
<img src="https://github.com/rummyr/MMM-metoffice-datapoint/blob/master/screenshots/metoffice-allOn-compact.png?raw=true" alt="compact with everything displayed" class=" img-fluid img-markdown" /></p>
<h1>Download:</h1>
<p dir="auto">[card:rummyr/MMM-metoffice-datapoint]</p>
<hr />
<h2>Version 0.1-initial</h2>
<p dir="auto">My first attempt at a module, comments welcome.<br />
Documentation is <a href="https://github.com/rummyr/MMM-metoffice-datapoint" target="_blank" rel="noopener noreferrer nofollow ugc">on GitHub</a><br />
screenshots are a teeny bit different from the release, but not much.</p>
]]></description><link>https://forum.magicmirror.builders/topic/9281/mmm-metoffice-datapoint-a-module-to-pull-uk-metoffice-3-hourly-forecasts</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 13:26:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9281.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Dec 2018 10:51:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-metoffice-datapoint A module to pull UK MetOffice 3 hourly forecasts on Sun, 05 Apr 2020 21:02:33 GMT]]></title><description><![CDATA[<p dir="auto">Ive tried to install this onto my project however I am not able to load the module up. The error is located to API key.</p>
<p dir="auto">modules:<br />
{<br />
module: “MMM-metoffice-datapoint”, // Weather app.<br />
position: “right”,<br />
config: {<br />
apikey: “&lt;&lt;<i>&gt;&gt;”,<br />
sitename: “Ashford (Kent)”,<br />
}<br />
},</i></p>
<p dir="auto">can you help?</p>
]]></description><link>https://forum.magicmirror.builders/post/72021</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/72021</guid><dc:creator><![CDATA[Sparkie579]]></dc:creator><pubDate>Sun, 05 Apr 2020 21:02:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-metoffice-datapoint A module to pull UK MetOffice 3 hourly forecasts on Wed, 27 Nov 2019 07:51:15 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, my MM has been turned off for a few months, I’ve just turned it back on today.<br />
I’ll see if the code in git is upto date and push it if not.</p>
<p dir="auto">Once I’ve done that we can try to work out what’s up with it.</p>
<p dir="auto">Right, I’ve pushed the latest code.<br />
I see that Swindon is on the list of sites, so hopefully it should work,<br />
If not, looking at<br />
<a href="http://datapoint.metoffice.gov.uk/public/data/val/wxfcs/all/json/sitelist?key=" target="_blank" rel="noopener noreferrer nofollow ugc">http://datapoint.metoffice.gov.uk/public/data/val/wxfcs/all/json/sitelist?key=</a>… in my browser shows swindon as<br />
{<br />
“elevation”:“131.0”,<br />
“id”:“310150”,<br />
“latitude”:“51.5556”,<br />
“longitude”:“-1.7784”,<br />
“name”:“Swindon”,<br />
“region”:“sw”,<br />
“unitaryAuthArea”:“Swindon”<br />
},<br />
So the site id should be 310150</p>
<p dir="auto">the region lookup from<br />
<a href="http://datapoint.metoffice.gov.uk/public/data/txt/wxfcs/regionalforecast/json/sitelist?key=" target="_blank" rel="noopener noreferrer nofollow ugc">http://datapoint.metoffice.gov.uk/public/data/txt/wxfcs/regionalforecast/json/sitelist?key=</a>…<br />
gives<br />
{“<a class="plugin-mentions-user plugin-mentions-a" href="/user/id" aria-label="Profile: id">@<bdi>id</bdi></a>”:“513”,“<a class="plugin-mentions-user plugin-mentions-a" href="/user/name" aria-label="Profile: name">@<bdi>name</bdi></a>”:“sw”}<br />
so the regionId should be 513</p>
]]></description><link>https://forum.magicmirror.builders/post/65188</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/65188</guid><dc:creator><![CDATA[rummyr]]></dc:creator><pubDate>Wed, 27 Nov 2019 07:51:15 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-metoffice-datapoint A module to pull UK MetOffice 3 hourly forecasts on Thu, 22 Aug 2019 20:32:54 GMT]]></title><description><![CDATA[<p dir="auto">I am having trouble in getting this to work fully. Please can you help regarding the siteName or siteId issues I am having regarding this place:<br />
<a href="https://www.metoffice.gov.uk/weather/forecast/gcntr93j0#?date=2019-08-22" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.metoffice.gov.uk/weather/forecast/gcntr93j0#?date=2019-08-22</a></p>
<p dir="auto">I have used Swindon in the siteName as well as even trying out the siteId of gcntr93j0, if that is even the correct siteId.</p>
<p dir="auto">I have applied for an API weeks ago and have put this in place too. I just get either the ‘Loading…’ message or ‘Loading… Looking up SiteId for Swindon’</p>
<p dir="auto">Any suggestions would be gratefully received!</p>
<p dir="auto">Many thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/60330</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60330</guid><dc:creator><![CDATA[unclerdaverules]]></dc:creator><pubDate>Thu, 22 Aug 2019 20:32:54 GMT</pubDate></item></channel></rss>