<?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[birthdaylist dont show up]]></title><description><![CDATA[<p dir="auto">I have tried to install BirthdayList, but it’s not appearing. I followed the guide and used the following commands:</p>
<p dir="auto">cd ~/MagicMirror/modules<br />
git clone <a href="https://github.com/sdetweil/birthdaylist" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/birthdaylist</a><br />
cd birthdaylist<br />
npm install</p>
<p dir="auto">However, nothing is showing up on my Magic Mirror.</p>
<p dir="auto">However, my other modules are showing up on my Magic Mirror.</p>
]]></description><link>https://forum.magicmirror.builders/topic/18135/birthdaylist-dont-show-up</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 00:42:42 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18135.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 Oct 2023 18:33:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to birthdaylist dont show up on Tue, 31 Oct 2023 18:47:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/svoe88" aria-label="Profile: svoe88">@<bdi>svoe88</bdi></a> said in <a href="/post/112212">birthdaylist dont show up</a>:</p>
<blockquote>
<p dir="auto">currentMonthOnly: true,</p>
</blockquote>
<p dir="auto">change that to false</p>
<p dir="auto">only showing birthdays for October, and that means ONLY for TODAY (as its the last day)</p>
]]></description><link>https://forum.magicmirror.builders/post/112213</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112213</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 31 Oct 2023 18:47:59 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist dont show up on Tue, 31 Oct 2023 19:09:10 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><br />
i works new Thanks</p>
]]></description><link>https://forum.magicmirror.builders/post/112216</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112216</guid><dc:creator><![CDATA[svoe88]]></dc:creator><pubDate>Tue, 31 Oct 2023 19:09:10 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist dont show up on Tue, 31 Oct 2023 18:47:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/svoe88" aria-label="Profile: svoe88">@<bdi>svoe88</bdi></a> said in <a href="/post/112212">birthdaylist dont show up</a>:</p>
<blockquote>
<p dir="auto">currentMonthOnly: true,</p>
</blockquote>
<p dir="auto">change that to false</p>
<p dir="auto">only showing birthdays for October, and that means ONLY for TODAY (as its the last day)</p>
]]></description><link>https://forum.magicmirror.builders/post/112213</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112213</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 31 Oct 2023 18:47:59 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist dont show up on Tue, 31 Oct 2023 18:42:44 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">I’ve try both</p>
<pre><code>		{ 
			module: "birthdaylist",
			position: "bottom_left",
		config: { 
				}
		},
</code></pre>
<pre><code>{ 
        module: "birthdaylist",
        position:'top_left',
        config: {
		language: "de",
		dimmEntries: false,  // true: dims entries and the associated
				     //       symbol when the date has expired.
			             // false: dont display entries and the associated
				     //        symbol when the date has expired.
		initialLoadDelay: 0, // How many seconds to wait on a fresh start up.
				     // This is to prevent collision with all other modules also
				     // loading all at the same time. This only happens once,
				     // when the mirror first starts up.
		updateDelay: 5,      // How many seconds after midnight before a refresh
				     // This is to prevent collision with other
				     // modules refreshing at the same time.
		currentMonthOnly: true,  // will show birthdays for the current month only if true
		maxEntries: 0,	     // maximum entries to show, default is all
		dateFormat: '',	     // date format for birthday (default is none), could be 'Do' for 'Sep 12th'
		ageFormat:'',	     // some format string for the persons age, '[ n ]'  n will be replace by age value
		debug:false
                }
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/112212</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112212</guid><dc:creator><![CDATA[svoe88]]></dc:creator><pubDate>Tue, 31 Oct 2023 18:42:44 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist dont show up on Tue, 31 Oct 2023 18:38:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/svoe88" aria-label="Profile: svoe88">@<bdi>svoe88</bdi></a> what did you put in config.js?</p>
]]></description><link>https://forum.magicmirror.builders/post/112211</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112211</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 31 Oct 2023 18:38:50 GMT</pubDate></item></channel></rss>