<?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-SoccerLiveScore]]></title><description><![CDATA[<h1>Description:</h1>
<p dir="auto">Hey guys,<br />
here is my new module called ‘MMM-SoccerLiveScore’.</p>
<p dir="auto">It displays live scores of your favorite soccer leagues and competitions. If you want to have more than 1 league displayed the module automatically switches between the leagues. It also takes care of the update-interval. If there’s a game running it will update the standings more often. The standings of running games are displayed in red. You can choose weather you want to display the names or logos of the teams - or both =)<br />
I hope you’ll enjoy it!</p>
<h1>Screenshots:</h1>
<p dir="auto"><img src="/uploads/files/1481482320900-preview-resized.png" alt="0_1481482321187_preview.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="https://github.com/LukeSkywalker92/MMM-SoccerLiveScore/raw/master/table.png?raw=true" alt="alt text" class=" img-fluid img-markdown" /></p>
<h1>Download:</h1>
<p dir="auto">[card:LukeSkywalker92/MMM-SoccerLiveScore]</p>
<hr />
<h2>Initial Version</h2>
<h2>Update 1</h2>
<ul>
<li>added tables and an option</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/topic/1169/mmm-soccerlivescore</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 01:38:39 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1169.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Dec 2016 18:14:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Sat, 02 Nov 2024 15:07:08 GMT]]></title><description><![CDATA[<p dir="auto">The module has been released with its newly delivered version 4.0:<br />
<a href="https://github.com/0m4r/MMM-SoccerLiveScore" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/0m4r/MMM-SoccerLiveScore</a></p>
<p dir="auto">Please note that you need to obtain an API key from <a href="https://www.football-data.org/pricing" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.football-data.org/pricing</a> (a free plan is also available)</p>
]]></description><link>https://forum.magicmirror.builders/post/120986</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120986</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Sat, 02 Nov 2024 15:07:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Sun, 13 Oct 2024 14:06:00 GMT]]></title><description><![CDATA[<p dir="auto"><strong>IMPORTANT UPDATE:</strong></p>
<p dir="auto">Following the unavailability of the API used by this module, a new version is under development and available for beta testing.</p>
<p dir="auto">If you are interested in trying it out, please follow the steps (they assume you are in the MMM-SoccerLiveScore folder):</p>
<pre><code>&gt; git checkout beta
&gt; git pull -r
&gt; npm ci
</code></pre>
<p dir="auto">update the configuration as follows:</p>
<pre><code class="language-json">{
  token: "TOKEN",
  leagues: [LEAGUE_ID_1, LEAGUE_ID_2],
  displayTime: 1 * 60 * 1000, // 1 minute
  requestInterval: 10 * 60 * 1000, // 10 minutes
  showNames: true,
  showLogos: true,
  showStandings: true,
  showTables: true,
  showScorers: true,
}
</code></pre>
<p dir="auto">You must obtain the <strong>TOKEN</strong> from <a href="https://www.football-data.org/pricing" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.football-data.org/pricing</a> (there is a free plan too!).</p>
<p dir="auto">The list of available leagues you can add to the configuration depends on your subscription plan, the full list of leagues is available here: <a href="https://docs.football-data.org/general/v4/lookup_tables.html#_league_codes" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.football-data.org/general/v4/lookup_tables.html#_league_codes</a> (you need the <code>competitionId</code>)</p>
]]></description><link>https://forum.magicmirror.builders/post/120568</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/120568</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Sun, 13 Oct 2024 14:06:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Thu, 28 Sep 2023 18:41:13 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a>, this is my RPI configuration:</p>
<ul>
<li>S.O.: Buster</li>
<li>MM: v2.23.0 (the 2.24.0 version it gives me some problems…)</li>
<li>RPI4 4gb</li>
</ul>
<p dir="auto">Below my module’s configuration:</p>
<pre><code>{
		  module: 'MMM-SoccerLiveScore',
		  position: 'top_right',
		  //header: 'Live-Scores',
		  config: {
			leagues: [23],
			showNames: true,
			showLogos: true,
			displayTime: 60 * 1000,
			showStandings: true,
			showTables: false,
			showDetails: true,
			showScorers: false,
			scrollVertical: false,
			language: 'it', // supported values are en, de, it
		  }
		},
</code></pre>
<p dir="auto">Thanks for your help!</p>
]]></description><link>https://forum.magicmirror.builders/post/111124</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111124</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Thu, 28 Sep 2023 18:41:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Thu, 28 Sep 2023 05:50:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a>, I am not able to replicate it.<br />
I can see from the logs it is a server error (500, Internal Server Error).<br />
This has something to do with the server that provides the data to display.</p>
<p dir="auto">Anyway, can show me your config for the module?<br />
And, have you tried to pull the latest version?</p>
<p dir="auto">Thanks - Omar</p>
]]></description><link>https://forum.magicmirror.builders/post/111108</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111108</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Thu, 28 Sep 2023 05:50:00 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Wed, 27 Sep 2023 22:12:53 GMT]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
i have these errors refer to the “MMM-SoccerLiveScore” module in “MagicMirror-error.log” file:</p>
<pre><code>[27.09.2023 18:40.07.575] [ERROR] MMM-SoccerLiveScore doPost URL {
  href: 'https://toralarm.com/api/api/competitions/23/matches/30580909/details',
  origin: 'https://toralarm.com',
  protocol: 'https:',
  username: '',
  password: '',
  host: 'toralarm.com',
  hostname: 'toralarm.com',
  port: '',
  pathname: '/api/api/competitions/23/matches/30580909/details',
  search: '',
  searchParams: URLSearchParams {},
  hash: ''
} {
  method: 'POST',
  gzip: true,
  headers: {
    Host: 'toralarm.com',
    'accept-language': 'en-US,en;q=0.9,it;q=0.8,de-DE;q=0.7,de;q=0.6',
    'content-type': 'application/json;charset=UTF-8'
  },
  body: '{"lng":"it"}'
} Response {
  size: 0,
  timeout: 0,
  [Symbol(Body internals)]: {
    body: Gunzip {
      _writeState: [Uint32Array],
      _readableState: [ReadableState],
      _events: [Object: null prototype],
      _eventsCount: 5,
      _maxListeners: undefined,
      _writableState: [WritableState],
      allowHalfOpen: true,
      bytesWritten: 0,
      _handle: [Zlib],
      _outBuffer: &lt;Buffer 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ... 16334 more bytes&gt;,
      _outOffset: 0,
      _chunkSize: 16384,
      _defaultFlushFlag: 2,
      _finishFlushFlag: 2,
      _defaultFullFlushFlag: 3,
      _info: undefined,
      _maxOutputLength: 1073741823,
      _level: -1,
      _strategy: 0,
      [Symbol(kCapture)]: false,
      [Symbol(kCallback)]: null,
      [Symbol(kError)]: null
    },
    disturbed: false,
    error: null
  },
  [Symbol(Response internals)]: {
    url: 'https://toralarm.com/api/api/competitions/23/matches/30580909/details',
    status: 500,
    statusText: 'Internal Server Error',
    headers: Headers { [Symbol(map)]: [Object: null prototype] },
    counter: 0
  }
}
[27.09.2023 18:40.07.577] [ERROR] MMM-SoccerLiveScore getDetails 23 https://toralarm.com/api/api/competitions/23/matches/30580909/details null
[27.09.2023 18:40.07.592] [ERROR] (node:12212) UnhandledPromiseRejectionWarning: TypeError: Cannot read properties of undefined (reading 'filter')
    at forLoop (/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js:237:54)
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
(Use `electron --trace-warnings ...` to show where the warning was created)
</code></pre>
<p dir="auto">This is my sw configuration:</p>
<p dir="auto">S.O.: Buster<br />
MM: v2.23.0<br />
RPI4 4gb</p>
<p dir="auto">Is it possible to solve it?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/111106</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111106</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Wed, 27 Sep 2023 22:12:53 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Wed, 02 Aug 2023 18:06:10 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a>, seems works!<br />
Sorry for the late reply!</p>
]]></description><link>https://forum.magicmirror.builders/post/110470</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/110470</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Wed, 02 Aug 2023 18:06:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Sun, 11 Jun 2023 13:18:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/egnos" aria-label="Profile: Egnos">@<bdi>Egnos</bdi></a> this is now done.<br />
Please add “scrollVertical: false” into your config for the module.<br />
(of course, updated it first!)</p>
<p dir="auto">Let me know if it works!</p>
]]></description><link>https://forum.magicmirror.builders/post/109767</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109767</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Sun, 11 Jun 2023 13:18:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Wed, 07 Jun 2023 10:41:14 GMT]]></title><description><![CDATA[<p dir="auto">Hi there,<br />
I’ve installed this module and it is very beautiful and useful, thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a>!<br />
Question: I’ve enabled in configuration the Scores &amp; Details about Serie A. My mirror is quite big and all the matches are visible but I don’t know why starts the “auto-scroling”.<br />
I do not think that there is a config field for disable “auto-scroling”.</p>
<p dir="auto">Its possibile to remove somehow the auto scrolling (a little hack in the code…)?</p>
<p dir="auto">Thanks guys!</p>
]]></description><link>https://forum.magicmirror.builders/post/109673</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109673</guid><dc:creator><![CDATA[Egnos]]></dc:creator><pubDate>Wed, 07 Jun 2023 10:41:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Sun, 20 Nov 2022 13:30:26 GMT]]></title><description><![CDATA[<p dir="auto">if you are interested into the WM results, add 4100 as a code into the module configuration :D</p>
]]></description><link>https://forum.magicmirror.builders/post/105929</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/105929</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Sun, 20 Nov 2022 13:30:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Fri, 18 Feb 2022 23:24:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a>, yes still have the issue. Last game day of the week does not refresh and then the whole week fails to refresh and provide the new fixtures after that.<br />
Currently I am restarting MM each time we get to the end of a game week to refresh.</p>
]]></description><link>https://forum.magicmirror.builders/post/99734</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99734</guid><dc:creator><![CDATA[np27np27]]></dc:creator><pubDate>Fri, 18 Feb 2022 23:24:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Fri, 18 Feb 2022 16:00:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/np27np27" aria-label="Profile: np27np27">@<bdi>np27np27</bdi></a> do you mean you can still see the issue with that version? :(<br />
If so, most likely it is not resolved. I will need to find some time to look into it again</p>
]]></description><link>https://forum.magicmirror.builders/post/99718</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99718</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Fri, 18 Feb 2022 16:00:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Fri, 18 Feb 2022 13:26:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a><br />
Sorry for the long delay!</p>
<p dir="auto">I’ve tried git pull and it says I already have the latest version… 3.1.5?</p>
]]></description><link>https://forum.magicmirror.builders/post/99714</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99714</guid><dc:creator><![CDATA[np27np27]]></dc:creator><pubDate>Fri, 18 Feb 2022 13:26:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Sun, 30 Jan 2022 10:36:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/np27np27" aria-label="Profile: np27np27">@<bdi>np27np27</bdi></a> hey, I have just realized I mistakenly pushed the code with some hardcoded test values. Those might be the reason for the wrong behavior.</p>
<p dir="auto">Can you try pulling the code again and let me know?</p>
]]></description><link>https://forum.magicmirror.builders/post/99164</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/99164</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Sun, 30 Jan 2022 10:36:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Mon, 24 Jan 2022 15:42:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a> said in <a href="/post/98948">MMM-SoccerLiveScore</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/np27np27" aria-label="Profile: np27np27">@<bdi>np27np27</bdi></a> ok :( thanks for the info. I’ll be taking another look.<br />
I think as a workaround you can probably try to refresh the mirror, but I understand it is not the desired behavior…</p>
</blockquote>
<p dir="auto">Yes that is what I’ve been doing. Hopefully you will have time to take another look at the module and code soon. Thanks for the help 👍🏾</p>
]]></description><link>https://forum.magicmirror.builders/post/98958</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98958</guid><dc:creator><![CDATA[np27np27]]></dc:creator><pubDate>Mon, 24 Jan 2022 15:42:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Mon, 24 Jan 2022 11:28:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/np27np27" aria-label="Profile: np27np27">@<bdi>np27np27</bdi></a> ok :( thanks for the info. I’ll be taking another look.<br />
I think as a workaround you can probably try to refresh the mirror, but I understand it is not the desired behavior…</p>
]]></description><link>https://forum.magicmirror.builders/post/98948</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98948</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Mon, 24 Jan 2022 11:28:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Mon, 24 Jan 2022 11:19:58 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a>,</p>
<p dir="auto">Sorry to report but I’m still seeing the same issue. 😔</p>
<p dir="auto">It’s definitely not updating after the last game of the week starts. Same was seen in this round of premier league games, image attached.</p>
<p dir="auto"><img src="https://ibb.co/dm8zQQF" alt="click here for image" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/98947</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98947</guid><dc:creator><![CDATA[np27np27]]></dc:creator><pubDate>Mon, 24 Jan 2022 11:19:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Tue, 11 Jan 2022 07:16:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/np27np27" aria-label="Profile: np27np27">@<bdi>np27np27</bdi></a> you can switch back to the master branch and do a git pull.</p>
<p dir="auto">It does not look like the Africa nation cup is supported by the APIs :(</p>
]]></description><link>https://forum.magicmirror.builders/post/98376</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98376</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Tue, 11 Jan 2022 07:16:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Mon, 10 Jan 2022 20:50:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a><br />
Also, how do I find new league ID numbers. African nations Cup?</p>
]]></description><link>https://forum.magicmirror.builders/post/98364</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98364</guid><dc:creator><![CDATA[np27np27]]></dc:creator><pubDate>Mon, 10 Jan 2022 20:50:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Mon, 10 Jan 2022 20:30:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a><br />
OK thanks. Do  I update it as you have mentioned before? Or a full reinstall?</p>
]]></description><link>https://forum.magicmirror.builders/post/98362</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98362</guid><dc:creator><![CDATA[np27np27]]></dc:creator><pubDate>Mon, 10 Jan 2022 20:30:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Sat, 01 Jan 2022 11:21:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/np27np27" aria-label="Profile: np27np27">@<bdi>np27np27</bdi></a> I put in a fix, not sure it works 100% :P</p>
<p dir="auto">I have noticed tho, my approach is not really the best, will need to re-think it and re-implement it. I’d like to reach a point where the API calls are done only if and when needed to reduce network traffic and avoid overloading the API service provider too.</p>
]]></description><link>https://forum.magicmirror.builders/post/97922</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97922</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Sat, 01 Jan 2022 11:21:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Tue, 28 Dec 2021 16:18:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/np27np27" aria-label="Profile: np27np27">@<bdi>np27np27</bdi></a> thanks for the hint - I will be looking into it.</p>
]]></description><link>https://forum.magicmirror.builders/post/97839</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97839</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Tue, 28 Dec 2021 16:18:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Tue, 28 Dec 2021 06:58:58 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a>,</p>
<p dir="auto">It seems to be stuck again for me. I think its happening on the last game on a game week there are multiple days. See screenshot attached taken today on the 28th.<br />
<img src="/assets/uploads/files/1640674736095-img_20211228_065448-2.jpg" alt="IMG_20211228_065448~2.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/97831</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97831</guid><dc:creator><![CDATA[np27np27]]></dc:creator><pubDate>Tue, 28 Dec 2021 06:58:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Sun, 26 Dec 2021 17:44:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/np27np27" aria-label="Profile: np27np27">@<bdi>np27np27</bdi></a> well, I hope so!<br />
Let’s keep an eye on it and see if it really works or if it is just a feeling we have!<br />
Thanks for the feedback!</p>
]]></description><link>https://forum.magicmirror.builders/post/97794</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97794</guid><dc:creator><![CDATA[0m4r]]></dc:creator><pubDate>Sun, 26 Dec 2021 17:44:55 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-SoccerLiveScore on Sun, 26 Dec 2021 17:42:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/0m4r" aria-label="Profile: 0m4r">@<bdi>0m4r</bdi></a><br />
Hey, yes just looking at the premier league scores today and it all seems to be updating OK so far. Not sure what was going on last time. Maybe it is OK then?</p>
]]></description><link>https://forum.magicmirror.builders/post/97793</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/97793</guid><dc:creator><![CDATA[np27np27]]></dc:creator><pubDate>Sun, 26 Dec 2021 17:42:30 GMT</pubDate></item></channel></rss>