<?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[FB Bday List]]></title><description><![CDATA[<p dir="auto">Hi,<br />
Am trying to figure out a module to list out Birthdate list from FB, just like how all my FB friends Bday got synced to my windows phone calendar.!!</p>
<p dir="auto">Experts, please advise, am just a beginner.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/4805/fb-bday-list</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 23:21:18 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/4805.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Sep 2017 04:30:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FB Bday List on Fri, 08 Sep 2017 19:53:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a></p>
<p dir="auto">Hello. I entered this and nothing changed in my calendar? am I doing something wrong? Thank you</p>
<pre><code>	{
			module: 'calendar',
			header: 'Family Calendar',
			position: 'top_right',
			config: {
                                 maximumEntries: 15,
                                 maximumNumberOfDays: 365,
                                 maxTitleLength: 25,
                                 animationSpeed: 0,
                                 fadePoint: 3,
                                 timeFormat: 'absolute',
                                 urgency: 7,
                                 getRelative: 0,      
				calendars: [
					{
						symbol: 'calendar-check-o ',
						url: 'webcal://www.calendarlabs.com/templates/ical/UK-Holidays.ics'
					},
                                        {
                                                symbol: `calendar-check-o `,
                                                url: "https://calendar.google.com/calendar/ical/**************************"
                                        },
                                        {
                                                symbol: "birthday-cake",
                                                url: "webcal://www.facebook.com/ical/b.php?uid=**********************amp;key=**************************gmqP"
				},
</code></pre>
<p dir="auto">Edit - It is working now. By comparing the actual link with the one I C&amp;P somehow it included “amp,” before “key” an when I removed that part it shows up as it should, with birthday cake :-)</p>
<p dir="auto">Thanks again.</p>
<p dir="auto">.</p>
]]></description><link>https://forum.magicmirror.builders/post/27804</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27804</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Fri, 08 Sep 2017 19:53:24 GMT</pubDate></item><item><title><![CDATA[Reply to FB Bday List on Fri, 08 Sep 2017 17:47:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> Thank you very much. I will give that a go tonight. ;-)</p>
]]></description><link>https://forum.magicmirror.builders/post/27801</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27801</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Fri, 08 Sep 2017 17:47:25 GMT</pubDate></item><item><title><![CDATA[Reply to FB Bday List on Fri, 08 Sep 2017 07:25:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/damian" aria-label="Profile: Damian">@<bdi>Damian</bdi></a> said in <a href="/post/27760">FB Bday List</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> said in <a href="/post/27736">FB Bday List</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imagic" aria-label="Profile: iMAGiC">@<bdi>iMAGiC</bdi></a> said in <a href="/post/27735">FB Bday List</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plybz18" aria-label="Profile: plybz18">@<bdi>plybz18</bdi></a> in your fb events, you can copy bday link form bottom left.</p>
</blockquote>
<p dir="auto">And then add it as a calendar :)</p>
</blockquote>
<p dir="auto">Hello Can you detail a bit more as I’m unsure what link you mean (facebookcom/events/birthdays ?) , and how to include in my iCal to show in MM… or if you mean to add a seperate calendar just for this to show all birthdays? I do not have FB Birthday events synced to my phone btw. thank you.</p>
</blockquote>
<p dir="auto">I did not try it with MagicMirror and I don’t have any working copy of it here at the moment, but it should work.<br />
Log in to facebook on your computer (not a mobile device) and navigate to Events. In events scroll down and look on the right side. There you should see a text block saying “You can add your events to Microsoft Outlook, Google Calendar, or Apple Calendar.” Underneath there are two links. The second link is for birthdays. Copy this link and add it as a new calendar. The link should look like this:</p>
<p dir="auto"><code>webcal://www.facebook.com/ical/b.php?uid=100002xxxxxxxxxx&amp;key=xxxxxxxxxxxxxxx</code></p>
<p dir="auto">Add it to your config like this:</p>
<pre><code>		{
			module: "calendar",
			header: "My Calendars",
			position: "top_left",
			config: {
				calendars: [
					{
						symbol: "calendar-check-o ",
						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
					},
					{
						symbol: "birthday-cake ",
						url: "webcal://www.facebook.com/ical/b.php?uid=100002xxxxxxxxxx&amp;key=xxxxxxxxxxxxxxx"
					},
				]
			}
		},

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/27785</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27785</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Fri, 08 Sep 2017 07:25:48 GMT</pubDate></item><item><title><![CDATA[Reply to FB Bday List on Thu, 07 Sep 2017 19:05:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a> said in <a href="/post/27736">FB Bday List</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imagic" aria-label="Profile: iMAGiC">@<bdi>iMAGiC</bdi></a> said in <a href="/post/27735">FB Bday List</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plybz18" aria-label="Profile: plybz18">@<bdi>plybz18</bdi></a> in your fb events, you can copy bday link form bottom left.</p>
</blockquote>
<p dir="auto">And then add it as a calendar :)</p>
</blockquote>
<p dir="auto">Hello Can you detail a bit more as I’m unsure what link you mean (facebookcom/events/birthdays ?) , and how to include in my iCal to show in MM… or if you mean to add a seperate calendar just for this to show all birthdays? I do not have FB Birthday events synced to my phone btw. thank you.</p>
]]></description><link>https://forum.magicmirror.builders/post/27760</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27760</guid><dc:creator><![CDATA[Damian]]></dc:creator><pubDate>Thu, 07 Sep 2017 19:05:11 GMT</pubDate></item><item><title><![CDATA[Reply to FB Bday List on Thu, 07 Sep 2017 07:08:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/imagic" aria-label="Profile: iMAGiC">@<bdi>iMAGiC</bdi></a> said in <a href="/post/27735">FB Bday List</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plybz18" aria-label="Profile: plybz18">@<bdi>plybz18</bdi></a> in your fb events, you can copy bday link form bottom left.</p>
</blockquote>
<p dir="auto">And then add it as a calendar :)</p>
]]></description><link>https://forum.magicmirror.builders/post/27736</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27736</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Thu, 07 Sep 2017 07:08:33 GMT</pubDate></item><item><title><![CDATA[Reply to FB Bday List on Fri, 08 Sep 2017 09:20:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/plybz18" aria-label="Profile: plybz18">@<bdi>plybz18</bdi></a> in your fb events, you can copy bday link form bottom right.</p>
]]></description><link>https://forum.magicmirror.builders/post/27735</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/27735</guid><dc:creator><![CDATA[iMAGiC]]></dc:creator><pubDate>Fri, 08 Sep 2017 09:20:46 GMT</pubDate></item></channel></rss>