<?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-birthdays]]></title><description><![CDATA[<p dir="auto">Hey all, figured I’d post this here as it seems to be being adopted by more people than I would have ever imagined, so maybe it’s quite useful.</p>
<p dir="auto">It’s just a <a href="https://github.com/amitchone/MMM-birthdays" target="_blank" rel="noopener noreferrer nofollow ugc">simple module I made to remind you about birthdays</a> with a configurable notice period. That’s it, that’s all it is. Just list the birthdays (either in config.js or a JSON file, to avoid config.js getting too cluttered, in the MMM-birthdays/ directory) and off you go!</p>
<p dir="auto"><img src="/assets/uploads/files/1697906891159-32f46871-de88-4f4a-b469-08242137a001-image.png" alt="32f46871-de88-4f4a-b469-08242137a001-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">More feedback and users will make it more robust and hopefully more useful to more people, so if you feel this is something you could use, please do try it out!</p>
<p dir="auto">Cheers all,<br />
Adam</p>
]]></description><link>https://forum.magicmirror.builders/topic/18107/mmm-birthdays</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 04:14:17 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18107.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Oct 2023 16:55:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-birthdays on Tue, 02 Jan 2024 02:32:14 GMT]]></title><description><![CDATA[<p dir="auto">I updated MMM-birthdays to add the ability to turn off the module when there are no bdays to show.<br />
Also added the ability to update the name of the title/header</p>
<p dir="auto">Pull request here: <a href="https://github.com/amitchone/MMM-birthdays/pull/10" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/amitchone/MMM-birthdays/pull/10</a></p>
<p dir="auto">My fork, if you want to install and test it.<br />
<a href="https://github.com/jbat66/MMM-birthdays" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/jbat66/MMM-birthdays</a></p>
<p dir="auto">Thank you Adam for writing this module.</p>
]]></description><link>https://forum.magicmirror.builders/post/113781</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113781</guid><dc:creator><![CDATA[jbat66]]></dc:creator><pubDate>Tue, 02 Jan 2024 02:32:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-birthdays on Wed, 25 Oct 2023 08:46:11 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> Thank Sam. :call_me_hand:</p>
]]></description><link>https://forum.magicmirror.builders/post/112058</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112058</guid><dc:creator><![CDATA[Chazzer]]></dc:creator><pubDate>Wed, 25 Oct 2023 08:46:11 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-birthdays on Tue, 24 Oct 2023 23:31:31 GMT]]></title><description><![CDATA[<p dir="auto">is there a way to include google contacts birthdays, instead of individually adding birthdates?</p>
]]></description><link>https://forum.magicmirror.builders/post/112055</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112055</guid><dc:creator><![CDATA[greedyvegan]]></dc:creator><pubDate>Tue, 24 Oct 2023 23:31:31 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-birthdays on Mon, 23 Oct 2023 21:22:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chazzer" aria-label="Profile: Chazzer">@<bdi>Chazzer</bdi></a> <img src="/assets/uploads/files/1698081184958-screenshot-at-2023-10-23-12-11-28.png" alt="Screenshot at 2023-10-23 12-11-28.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">only shows this month forward to end of the year,  birthdays prior to  today in this month are greyed out<br />
multiple people can have the same BD… but same or different ages  listed together…</p>
<p dir="auto">this image is the  calendar sheet with the month day number on it</p>
<p dir="auto">the module settings for this image are</p>
<pre><code>  {
        module: "birthdaylist",
        disabled: false,
        position:'top_left',
        config: {
			language: "en",
			dimmEntries: true,  // 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: false,  // 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/112006</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112006</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 23 Oct 2023 21:22:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-birthdays on Mon, 23 Oct 2023 16:07:51 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> Hello, thank you for the module recommendation. I’ll definitely take a closer look at it. Could you please share a screenshot that includes the icon and birthdays?</p>
]]></description><link>https://forum.magicmirror.builders/post/112003</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112003</guid><dc:creator><![CDATA[Chazzer]]></dc:creator><pubDate>Mon, 23 Oct 2023 16:07:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-birthdays on Mon, 23 Oct 2023 15:52:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chazzer" aria-label="Profile: Chazzer">@<bdi>Chazzer</bdi></a> you can also look at my birthday list module</p>
<p dir="auto"><a href="https://github.com/sdetweil/birthdaylist" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/birthdaylist</a></p>
<p dir="auto">from a csv, multiple people with the same are on the same line</p>
<p dir="auto">i have an image, but its the same…<br />
could be extended to add another  csv column with the image name</p>
]]></description><link>https://forum.magicmirror.builders/post/112000</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/112000</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 23 Oct 2023 15:52:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-birthdays on Mon, 23 Oct 2023 14:50:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi! I came across your module yesterday and installed it. First of all, thanks for the module and the excellent guide. I’m using it with a .*json document, and I find it convenient that it’s separated and doesn’t need to be in the config.</p>
<p dir="auto">Do you have any plans to add icons for birthdays in the future? An idea would be to display round birthdays with balloons, confetti, or just colored or monochrome icons that can be customized. I think that would be great.</p>
]]></description><link>https://forum.magicmirror.builders/post/111996</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111996</guid><dc:creator><![CDATA[Chazzer]]></dc:creator><pubDate>Mon, 23 Oct 2023 14:50:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-birthdays on Mon, 23 Oct 2023 07:10:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/james3xyx3" aria-label="Profile: james3xyx3">@<bdi>james3xyx3</bdi></a> said in <a href="/post/111937">MMM-birthdays</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amitchone" aria-label="Profile: amitchone">@<bdi>amitchone</bdi></a> hello, thanks for creating this module. When I try git clone your repository I get unable to access, the TLS connection was non-properly terminated. Not sure what’s wrong.</p>
</blockquote>
<p dir="auto">You have to send out /MagicMirror/modules folder with:<br />
git clone <a href="https://github.com/amitchone/MMM-birthdays.git" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/amitchone/MMM-birthdays.git</a></p>
]]></description><link>https://forum.magicmirror.builders/post/111986</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111986</guid><dc:creator><![CDATA[det]]></dc:creator><pubDate>Mon, 23 Oct 2023 07:10:29 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-birthdays on Sun, 22 Oct 2023 16:01:47 GMT]]></title><description><![CDATA[<p dir="auto">Great work, and allready in use :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/111965</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111965</guid><dc:creator><![CDATA[kasperinline]]></dc:creator><pubDate>Sun, 22 Oct 2023 16:01:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-birthdays on Sun, 22 Oct 2023 10:58:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/amitchone" aria-label="Profile: amitchone">@<bdi>amitchone</bdi></a> Thanks for sharing Adam! :clapping_hands:</p>
]]></description><link>https://forum.magicmirror.builders/post/111923</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/111923</guid><dc:creator><![CDATA[MZ-BER]]></dc:creator><pubDate>Sun, 22 Oct 2023 10:58:29 GMT</pubDate></item></channel></rss>