<?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-Reddit 403 error]]></title><description><![CDATA[<p dir="auto">Hello - for some reason my mirror was throwing some errors, so I decided on a fresh install. All is working fine again, but the MMM-Reddit module is now throwing the following errror:</p>
<p dir="auto">1|MagicMirror  | [2025-10-08 21:10:31.589] [ERROR] Error fetching Reddit data: 403 Blocked</p>
<p dir="auto">I did various troubleshooting steps, incl. using the original config with the default module config (see below).</p>
<p dir="auto">Any idea what could cause this? My Mirror is up to date, and there are no other errors currently.</p>
<pre><code>		 {
            module: "MMM-Reddit",
            position: "bottom_left",
            disabled: false,
            config: {
                subreddit: ['television', 'science', 'nottheonion'],
                headerType: 'chained',
                displayType: 'image',
                count: 14,
                show: 1,
                width: 400,
                showAll: true,
                showScore: false,
                showSubreddit: true,
                colorText: false,
                showThumbnail: false,
            }
        },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/19909/mmm-reddit-403-error</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 03:53:46 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19909.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 09 Oct 2025 01:15:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Reddit 403 error on Sat, 11 Oct 2025 12:48:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mumblebaj" aria-label="Profile: mumblebaj">@<bdi>mumblebaj</bdi></a> his config is shown here<br />
<a href="https://forum.magicmirror.builders/post/128513">https://forum.magicmirror.builders/post/128513</a></p>
]]></description><link>https://forum.magicmirror.builders/post/128552</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128552</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 11 Oct 2025 12:48:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Reddit 403 error on Sat, 11 Oct 2025 12:22:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kasperb" aria-label="Profile: kasperb">@<bdi>kasperb</bdi></a> Ok cool. The API changes has not affected the module.  Are you showing Headlines or Image?</p>
<p dir="auto">The config has a<br />
count = total posts to get<br />
show = number posts to show at the same time</p>
<p dir="auto">So, if you have count set to 10 and you have show set to 4 and the total posts it received from the subreddit = 10 then it will show 4 then page the next 4 then the last 2 etc. All depends on how your config is set and how many posts it pulls from all the subreddits you specified.</p>
]]></description><link>https://forum.magicmirror.builders/post/128551</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128551</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Sat, 11 Oct 2025 12:22:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Reddit 403 error on Fri, 10 Oct 2025 18:32:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mumblebaj" aria-label="Profile: mumblebaj">@<bdi>mumblebaj</bdi></a> Thanks - mine is (partially) working now as well. It came back this morning, so it must have been a Reddit API glitch. I’m going to experiment a bit more over the weekend, as it’s not showing all my posts (config says 10, but it fluctuates between 1 and 4…).</p>
]]></description><link>https://forum.magicmirror.builders/post/128543</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128543</guid><dc:creator><![CDATA[kasperb]]></dc:creator><pubDate>Fri, 10 Oct 2025 18:32:54 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Reddit 403 error on Fri, 10 Oct 2025 14:20:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kasperb" aria-label="Profile: kasperb">@<bdi>kasperb</bdi></a> Just tested and it works fine for me.<br />
<img src="/assets/uploads/files/1760105950448-c8c38e4f-176d-4548-8c8e-34b477eb6f92-image.png" alt="c8c38e4f-176d-4548-8c8e-34b477eb6f92-image.png" class=" img-fluid img-markdown" width="565" height="462" /></p>
<p dir="auto">Do you mind sharing your config?<br />
This is my config:</p>
<pre><code>{
            module: "MMM-Reddit",
            position: "bottom_left",
            disabled: false,
            config: {
                subreddit: ['television', 'science','nottheonion'], //'television', 'science',
                headerType: 'chained',
                displayType: 'image',
                count: 13,
                show: 1,
                width: 500,
                //showAll: false,
                showScore: false,
                showSubreddit: true,
                colorText: false,
                showThumbnail: true,
            }
        }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/128539</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128539</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Fri, 10 Oct 2025 14:20:59 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Reddit 403 error on Fri, 10 Oct 2025 14:16:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kasperb" aria-label="Profile: kasperb">@<bdi>kasperb</bdi></a> Hi. I will have a look this afternoon at the issue you logged. Just logging on to test first. It was working a few days ago.</p>
]]></description><link>https://forum.magicmirror.builders/post/128538</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128538</guid><dc:creator><![CDATA[mumblebaj]]></dc:creator><pubDate>Fri, 10 Oct 2025 14:16:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Reddit 403 error on Thu, 09 Oct 2025 11:57:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">Thanks. Issue created <a href="https://github.com/mumblebaj/MMM-Reddit/issues/8" target="_blank" rel="noopener noreferrer nofollow ugc">created</a>.</p>
]]></description><link>https://forum.magicmirror.builders/post/128523</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128523</guid><dc:creator><![CDATA[kasperb]]></dc:creator><pubDate>Thu, 09 Oct 2025 11:57:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Reddit 403 error on Thu, 09 Oct 2025 12:05:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kasperb" aria-label="Profile: kasperb">@<bdi>kasperb</bdi></a> looks like Reddit has changed the api<br />
So I would open an issue on the module GitHub page<br />
I would also look thru other issues to see if other users encountered this</p>
]]></description><link>https://forum.magicmirror.builders/post/128522</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128522</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 09 Oct 2025 12:05:02 GMT</pubDate></item></channel></rss>