<?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]]></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">thank you very much for your great birthday overview.<br />
Unfortunately, as you wrote here ( <a href="https://forum.magicmirror.builders/topic/18107/mmm-birthdays/11">https://forum.magicmirror.builders/topic/18107/mmm-birthdays/11</a>  ), the list is limited to the end of the month or year.<br />
Is it possible to add 2 more options to extend the display beyond the end of the month or year? Because this way I can only see at the beginning of the month/year if someone has a birthday on 01.01., for example.<br />
And … could the list also have an underlined heading “Birthdays”?</p>
<p dir="auto">I wish you all a happy new year. Stay healthy.</p>
<p dir="auto">Jens</p>
]]></description><link>https://forum.magicmirror.builders/topic/18315/birthdaylist</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 10:14:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18315.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Dec 2023 07:35:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to birthdaylist on Fri, 29 Dec 2023 15:33:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> go to the module folder and do</p>
<p dir="auto">git pull</p>
<p dir="auto">to get underlined header just add the header to the config</p>
<pre><code>{
        module: "birthdaylist",
        position:'top_left',
        header:"birthday list header",
        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>
<p dir="auto">for year end wrap around, set<br />
currentMonthOnly:false,</p>
<p dir="auto"><img src="/assets/uploads/files/1703864009798-screenshot-at-2023-12-29-09-32-41.png" alt="Screenshot at 2023-12-29 09-32-41.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/113668</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113668</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 29 Dec 2023 15:33:39 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sun, 07 Jan 2024 17:40:45 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 />
Many thanks for the adjustments.<br />
Now it looks good.<br />
:thumbs_up_medium-light_skin_tone:</p>
]]></description><link>https://forum.magicmirror.builders/post/114087</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114087</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Sun, 07 Jan 2024 17:40:45 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sun, 07 Jan 2024 15:49:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> git pull again… I made two changes… hoped I would update before you pulled… oops</p>
]]></description><link>https://forum.magicmirror.builders/post/114080</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114080</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 07 Jan 2024 15:49:21 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sun, 07 Jan 2024 15:38:54 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 />
Unfortunately not quite :disappointed_face:<br />
Now the age from the current month is no longer correct<br />
Same bdl.csv as above<br />
<img src="/assets/uploads/files/1704641915594-birthday_2.png" alt="Birthday_2.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/114079</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114079</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Sun, 07 Jan 2024 15:38:54 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sun, 07 Jan 2024 15:34:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> fixed… git pull in the module folder to update</p>
<p dir="auto">I was only comparing the day of the month (as its the current month, right!!.. nope…!)</p>
<p dir="auto">so if the bd month is &gt; then the current month OR they are the same month but the bd DAY is &gt; than today… show the projected age then …</p>
]]></description><link>https://forum.magicmirror.builders/post/114077</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114077</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 07 Jan 2024 15:34:05 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sun, 07 Jan 2024 13:21:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> ok, will look. I didn’t change any of that, just sort</p>
]]></description><link>https://forum.magicmirror.builders/post/114069</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114069</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 07 Jan 2024 13:21:32 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sun, 07 Jan 2024 12: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 />
Hmm, but now something is wrong with the calculation of the age.<br />
I have the following bdl.csv:</p>
<pre><code>birth, name
08/01/1940,aaa 84
10/01/1963,bbb 61
15/01/1964,ccc 60
05/02/1964,Oliver 60
06/02/1974,Frank 50
</code></pre>
<p dir="auto">and the result (made via my cell phone, as I can’t currently get the MagicMirror to start on my PC (mstsc)):<br />
<img src="/assets/uploads/files/1704629276147-birthday.jpg" alt="Birthday.jpg" class=" img-fluid img-markdown" /><br />
The birthdays from the coming month are now 1 year “too young”.</p>
]]></description><link>https://forum.magicmirror.builders/post/114058</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114058</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Sun, 07 Jan 2024 12:09:10 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sun, 07 Jan 2024 08:26:00 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">work smoothly. thanks.</p>
]]></description><link>https://forum.magicmirror.builders/post/114061</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114061</guid><dc:creator><![CDATA[pulser]]></dc:creator><pubDate>Sun, 07 Jan 2024 08:26:00 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sat, 06 Jan 2024 16:02:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> not without some redesign.</p>
<p dir="auto">the image we picked originally was only supposed to hold the day number<br />
there is no up/down room, each line would have to get taller</p>
<p dir="auto">and for US the month would have to come first…</p>
<p dir="auto">so it gets harder and harder…</p>
<p dir="auto">anyone that wants to try, fork the module and go for it…</p>
]]></description><link>https://forum.magicmirror.builders/post/114029</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114029</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 06 Jan 2024 16:02:52 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sat, 06 Jan 2024 16:00:16 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">Maybe other idea for “day/month”?<br />
<img src="/assets/uploads/files/1704556797051-day_month.png" alt="Day_Month.png" class=" img-fluid img-markdown" /><br />
Possible?</p>
]]></description><link>https://forum.magicmirror.builders/post/114028</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/114028</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Sat, 06 Jan 2024 16:00:16 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sat, 06 Jan 2024 14:05:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pulser" aria-label="Profile: pulser">@<bdi>pulser</bdi></a> do</p>
<pre><code>git pull
</code></pre>
<p dir="auto">in the module folder</p>
]]></description><link>https://forum.magicmirror.builders/post/113997</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113997</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 06 Jan 2024 14:05:13 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sat, 06 Jan 2024 13:02:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pulser" aria-label="Profile: pulser">@<bdi>pulser</bdi></a> I’ll look at it</p>
]]></description><link>https://forum.magicmirror.builders/post/113995</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113995</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 06 Jan 2024 13:02:33 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sat, 06 Jan 2024 12:41: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 for this module, first of all.</p>
<p dir="auto">upcoming months are sorted correctly, but current month is on the bottom. how can we get current month on top?</p>
<p dir="auto"><img src="/assets/uploads/files/1704544838600-01062024.jpg" alt="01062024.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/113992</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113992</guid><dc:creator><![CDATA[pulser]]></dc:creator><pubDate>Sat, 06 Jan 2024 12:41:46 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Tue, 02 Jan 2024 18:20:05 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">Excellent - 5 stars for you!<br />
Great job!</p>
<p dir="auto">Jens</p>
]]></description><link>https://forum.magicmirror.builders/post/113824</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113824</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Tue, 02 Jan 2024 18:20:05 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Tue, 02 Jan 2024 17:24:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> ok, git pull again</p>
<p dir="auto">add<br />
withMonth: true,</p>
<p dir="auto">to the config parms…</p>
<p dir="auto">note that the image is 27px square, so the space for text is small…<br />
to fit, I made new css classes with a smaller font size when showing month</p>
]]></description><link>https://forum.magicmirror.builders/post/113822</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113822</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 02 Jan 2024 17:24:49 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Tue, 02 Jan 2024 16:11:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> currently the module is designed only to display the day.  IN THE CURENT MONTH.<br />
let me think about this</p>
]]></description><link>https://forum.magicmirror.builders/post/113814</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113814</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 02 Jan 2024 16:11:40 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Tue, 02 Jan 2024 16:09:09 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">One more request/question:<br />
Could you add the month as a picture?<br />
If you set this option “currentMonthOnly: false” (which I find very good), then a month without an entry can lead to misunderstandings.</p>
<p dir="auto">Example:<br />
We have January and no entry for January in the bdl.csv.<br />
But on February 10.<br />
This would look like the next birthday is now on January 10, right?<br />
In this respect, is it possible to display the month as well?</p>
<p dir="auto">Jens</p>
]]></description><link>https://forum.magicmirror.builders/post/113812</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113812</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Tue, 02 Jan 2024 16:09:09 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Sat, 30 Dec 2023 18:01:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> I just pushed a change to display a message<br />
when no birthdays are found to  display given the current settings</p>
<p dir="auto">I also added support to translate that message into the language set in the MM config…</p>
<p dir="auto">I provided files for english, french, german, italian  and spanish</p>
]]></description><link>https://forum.magicmirror.builders/post/113706</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113706</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 30 Dec 2023 18:01:07 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Fri, 29 Dec 2023 19:17:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> yes, I already had support for next month dec=&gt;jan<br />
just sort was broken.</p>
]]></description><link>https://forum.magicmirror.builders/post/113689</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113689</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 29 Dec 2023 19:17:30 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Fri, 29 Dec 2023 19:15:14 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 />
OK, my mistake :worried_face:<br />
I misinterpreted currentMonthOnly: and assumed that all maxEntries would then be displayed (for more than 2 month).<br />
But with “false”, the current and the following month are displayed.<br />
<strong>Sorry</strong> for the trouble :flushed_face:<br />
(There was no entrie for January in my data file)</p>
]]></description><link>https://forum.magicmirror.builders/post/113688</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113688</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Fri, 29 Dec 2023 19:15:14 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Fri, 29 Dec 2023 19:06:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> the csv file format is</p>
<p dir="auto">the header row,</p>
<pre><code class="language-csv">birth  ,  name
</code></pre>
<p dir="auto">and then<br />
rows for each person</p>
<pre><code class="language-csv">birthday , name
</code></pre>
<p dir="auto">the birthday format can be in whatever format you like<br />
MM/DD/YYYY<br />
DD/MM/YYYY<br />
YYYY/DD/MM<br />
YYYY/MM/DD</p>
<p dir="auto">using whatever separator you choose</p>
<p dir="auto">the layout and separator have to be the same for all birthday rows</p>
]]></description><link>https://forum.magicmirror.builders/post/113687</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113687</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 29 Dec 2023 19:06:06 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Fri, 29 Dec 2023 18:57:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> said in <a href="/post/113684">birthdaylist</a>:</p>
<blockquote>
<p dir="auto">is a blank needed before “Suzie”?</p>
</blockquote>
<p dir="auto">no, I trim off blanks… allow for sloppy editing/pasting</p>
<p dir="auto">all entries have to have the same date format</p>
]]></description><link>https://forum.magicmirror.builders/post/113686</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113686</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 29 Dec 2023 18:57:28 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Fri, 29 Dec 2023 18:59:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mymirror" aria-label="Profile: MyMirror">@<bdi>MyMirror</bdi></a> correct</p>
<p dir="auto">the bd on  Dec 19th is in the past,  and u have</p>
<p dir="auto">dimmEntries: false</p>
<p dir="auto">so, past BD’s are not dispplayed</p>
]]></description><link>https://forum.magicmirror.builders/post/113685</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113685</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 29 Dec 2023 18:59:00 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Fri, 29 Dec 2023 18:56: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></p>
<p dir="auto">is a blank needed before “Suzie”?</p>
]]></description><link>https://forum.magicmirror.builders/post/113684</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113684</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Fri, 29 Dec 2023 18:56:10 GMT</pubDate></item><item><title><![CDATA[Reply to birthdaylist on Fri, 29 Dec 2023 18:55:14 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">my bdl.csv:<br />
<img src="/assets/uploads/files/1703876076031-bdl_data.png" alt="bdl_data.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">my output:<br />
<img src="/assets/uploads/files/1703876097126-birthday_screenshot_3.jpg" alt="Birthday_screenshot_3.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">4 lines</p>
]]></description><link>https://forum.magicmirror.builders/post/113683</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/113683</guid><dc:creator><![CDATA[MyMirror]]></dc:creator><pubDate>Fri, 29 Dec 2023 18:55:14 GMT</pubDate></item></channel></rss>