<?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-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API]]></title><description><![CDATA[<h1>MMM-OnThisDayWikiApi!</h1>
<p dir="auto">This module displays historical events from Wikipedia based on the current date using the free Wikimedia API. The event items will scroll through with the time-based (<code>updateInterval</code>).</p>
<h2>Screenshots</h2>
<p dir="auto">Default Configuration:<br />
<img src="https://github.com/slugmuffin/MMM-OnThisDayWikiApi/blob/main/screenshot/single_line.png?raw=true" alt="Screenshot" class=" img-fluid img-markdown" /><br />
Configured to show as list:<br />
<img src="https://github.com/slugmuffin/MMM-OnThisDayWikiApi/blob/main/screenshot/show_as_list.png?raw=true" alt="Screenshot" class=" img-fluid img-markdown" /></p>
<h2>Download</h2>
<p dir="auto"><a href="https://github.com/slugmuffin/MMM-OnThisDayWikiApi" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/slugmuffin/MMM-OnThisDayWikiApi</a></p>
<h2>Version 0.1.0</h2>
<ul>
<li>Initial Version</li>
</ul>
<h2>License</h2>
<p dir="auto">MIT</p>
<h2>Thanks</h2>
<ul>
<li><a href="https://github.com/MichMich/MagicMirror/" target="_blank" rel="noopener noreferrer nofollow ugc">MagicMirror²</a> (specifically <code>newsfeed</code>)</li>
<li><a href="https://github.com/nkl-kst/MMM-OnThisDay" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-OnThisDay</a></li>
<li><a href="https://github.com/arthurgarzajr/MMM-DailyBibleVerse" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-DailyBibleVerse</a></li>
<li><a href="https://github.com/elliefairholm/on-this-day" target="_blank" rel="noopener noreferrer nofollow ugc">on-this-day</a></li>
</ul>
]]></description><link>https://forum.magicmirror.builders/topic/18261/mmm-onthisdaywikiapi-get-wikipedia-s-onthisday-using-the-wikimedia-api</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 00:03:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18261.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Dec 2023 17:13:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Sun, 31 Mar 2024 15:22:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/greedyvegan" aria-label="Profile: greedyvegan">@<bdi>greedyvegan</bdi></a> said in <a href="/post/116636">[MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imdickie" aria-label="Profile: imdickie">@<bdi>imdickie</bdi></a> said</p>
<blockquote>
<p dir="auto">The title seems to ignore the forced maxWidth. Is there any way to force the title to align to the body?!</p>
</blockquote>
<p dir="auto">I’ve had this issue before<br />
try the developer view in a browser to see your options<br />
the default settings doesn’t prohibit you</p>
</blockquote>
<p dir="auto">It didn’t accomplish what I wanted, but I can see you did send me down the right path. I’ll do some investigating some Custom CSS statements.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/116685</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116685</guid><dc:creator><![CDATA[imdickie]]></dc:creator><pubDate>Sun, 31 Mar 2024 15:22:59 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Fri, 29 Mar 2024 16:55:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imdickie" aria-label="Profile: imdickie">@<bdi>imdickie</bdi></a> said</p>
<blockquote>
<p dir="auto">The title seems to ignore the forced maxWidth. Is there any way to force the title to align to the body?!</p>
</blockquote>
<p dir="auto">I’ve had this issue before<br />
try the developer view in a browser to see your options<br />
the default settings doesn’t prohibit you</p>
<pre><code>.MMM-OnThisDayWikiApi 
{max-width:100vh;height:auto;max-height:auto;line-height:1em;}
.MMM-OnThisDayWikiApi .title 
{text-align:justify;margin-bottom:0.5em;text-transform:uppercase;}
.MMM-OnThisDayWikiApi-single .title 
{text-align: center; text-transform: capitalize;}
.MMM-OnThisDayWikiApi ul 
{padding: 0; margin-top: 0.5em;}
.MMM-OnThisDayWikiApi-list
{list-style: none; padding: 0;}
.MMM-OnThisDayWikiApi-list li
{ text-align: justify; margin-bottom: 0.5em;}
</code></pre>
<p dir="auto">post your custom.css to assist you further</p>
]]></description><link>https://forum.magicmirror.builders/post/116636</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116636</guid><dc:creator><![CDATA[greedyvegan]]></dc:creator><pubDate>Fri, 29 Mar 2024 16:55:12 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Fri, 29 Mar 2024 15:28:12 GMT]]></title><description><![CDATA[<p dir="auto">The title seems to ignore the forced maxWidth. Is there any way to force the title to align to the body?<img src="/assets/uploads/files/1711726076077-mmm-onthisday.png" alt="MMM-OnThisDay.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/116635</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/116635</guid><dc:creator><![CDATA[imdickie]]></dc:creator><pubDate>Fri, 29 Mar 2024 15:28:12 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Sat, 13 Jan 2024 15:24:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/angelikittyx" aria-label="Profile: angeliKITTYx">@<bdi>angeliKITTYx</bdi></a> as always, if it’s not in the module instructions , then you have to use css to adjust the styles.</p>
<p dir="auto">sometimes the module author provides an initial css file you can copy from to custom.css to make those adjustments.</p>
]]></description><link>https://forum.magicmirror.builders/post/114434</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114434</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 13 Jan 2024 15:24:32 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Sat, 13 Jan 2024 15:19:35 GMT]]></title><description><![CDATA[<p dir="auto">Is there any way to make the font bigger? It looks so tiny compared to the rest of my display</p>
]]></description><link>https://forum.magicmirror.builders/post/114433</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114433</guid><dc:creator><![CDATA[angeliKITTYx]]></dc:creator><pubDate>Sat, 13 Jan 2024 15:19:35 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Sun, 07 Jan 2024 19:44:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/angelikittyx" aria-label="Profile: angeliKITTYx">@<bdi>angeliKITTYx</bdi></a> Okay, with <code>type: "all"'</code> it doesn’t work for me either. Try it with <code>type: "selcted"</code>. That works for me.</p>
<pre><code class="language-js">	{
		module: "MMM-OnThisDayWikiApi",
		position: "bottom_bar",
		config: {
			type: "selected"
		}
	},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/114111</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114111</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sun, 07 Jan 2024 19:44:01 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Sun, 07 Jan 2024 16:38:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a></p>
<pre><code>		{
			module: "MMM-OnThisDayWikiApi",
			position: "bottom_bar",
			config: {
				type: "all",
			}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/114085</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114085</guid><dc:creator><![CDATA[angeliKITTYx]]></dc:creator><pubDate>Sun, 07 Jan 2024 16:38:14 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Sat, 06 Jan 2024 19:48:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/angelikittyx" aria-label="Profile: angeliKITTYx">@<bdi>angeliKITTYx</bdi></a> Please show us your config of the module.</p>
]]></description><link>https://forum.magicmirror.builders/post/114041</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114041</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sat, 06 Jan 2024 19:48:07 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Fri, 05 Jan 2024 20:29:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kristjanesperanto" aria-label="Profile: KristjanESPERANTO">@<bdi>KristjanESPERANTO</bdi></a> i just reinstalled it and I’m getting the same error</p>
]]></description><link>https://forum.magicmirror.builders/post/113988</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113988</guid><dc:creator><![CDATA[angeliKITTYx]]></dc:creator><pubDate>Fri, 05 Jan 2024 20:29:30 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Sat, 30 Dec 2023 00:36:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/angelikittyx" aria-label="Profile: angeliKITTYx">@<bdi>angeliKITTYx</bdi></a> The module works fine for me. Error code 500 indicates an error on the API. You can’t do anything about that. Do you use the latest version of the module? There was an update two weeks ago.</p>
]]></description><link>https://forum.magicmirror.builders/post/113700</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113700</guid><dc:creator><![CDATA[KristjanESPERANTO]]></dc:creator><pubDate>Sat, 30 Dec 2023 00:36:19 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Fri, 29 Dec 2023 22:01:55 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1703887299250-c764f2ca-8432-4408-8dc6-242b81257f13-image.png" alt="c764f2ca-8432-4408-8dc6-242b81257f13-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I’m getting an error message. Is this something that will fix itself?</p>
]]></description><link>https://forum.magicmirror.builders/post/113698</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113698</guid><dc:creator><![CDATA[angeliKITTYx]]></dc:creator><pubDate>Fri, 29 Dec 2023 22:01:55 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Wed, 20 Dec 2023 15:59:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/slugmuffin" aria-label="Profile: slugmuffin">@<bdi>slugmuffin</bdi></a><br />
I am using MMM-pages. Nothing in custom css created for this module specifically</p>
]]></description><link>https://forum.magicmirror.builders/post/113497</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113497</guid><dc:creator><![CDATA[BerkSmash1984]]></dc:creator><pubDate>Wed, 20 Dec 2023 15:59:45 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Fri, 15 Dec 2023 17:26:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berksmash1984" aria-label="Profile: BerkSmash1984">@<bdi>BerkSmash1984</bdi></a> - Interesting, that’s the same configuration and position I’m using. Do you have any custom css or other modules that may be affecting it?</p>
]]></description><link>https://forum.magicmirror.builders/post/113388</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113388</guid><dc:creator><![CDATA[slugmuffin]]></dc:creator><pubDate>Fri, 15 Dec 2023 17:26:56 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Thu, 14 Dec 2023 13:57:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/slugmuffin" aria-label="Profile: slugmuffin">@<bdi>slugmuffin</bdi></a><br />
Default config, using single item view.</p>
]]></description><link>https://forum.magicmirror.builders/post/113305</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113305</guid><dc:creator><![CDATA[BerkSmash1984]]></dc:creator><pubDate>Thu, 14 Dec 2023 13:57:23 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Thu, 14 Dec 2023 04:16:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/berksmash1984" aria-label="Profile: BerkSmash1984">@<bdi>BerkSmash1984</bdi></a><br />
Is that happening as a list or as the single item view?</p>
]]></description><link>https://forum.magicmirror.builders/post/113295</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113295</guid><dc:creator><![CDATA[slugmuffin]]></dc:creator><pubDate>Thu, 14 Dec 2023 04:16:47 GMT</pubDate></item><item><title><![CDATA[Reply to [MMM-OnThisDayWikiApi] - Get Wikipedia&#x27;s OnThisDay using the Wikimedia API on Wed, 13 Dec 2023 14:25:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/slugmuffin" aria-label="Profile: slugmuffin">@<bdi>slugmuffin</bdi></a><br />
Just installed the module on my MM and it is working great. Thanks for this! The only thing that could be tweaked is, if using the bottom bar position, it will not be centered, but shifted to the left.  Thus, I had to use the bottom center position.</p>
]]></description><link>https://forum.magicmirror.builders/post/113258</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113258</guid><dc:creator><![CDATA[BerkSmash1984]]></dc:creator><pubDate>Wed, 13 Dec 2023 14:25:56 GMT</pubDate></item></channel></rss>