• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

FB Bday List

Scheduled Pinned Locked Moved Requests
7 Posts 4 Posters 3.1k Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    plybz18
    last edited by Sep 7, 2017, 4:30 AM

    Hi,
    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.!!

    Experts, please advise, am just a beginner.

    Thanks

    I 1 Reply Last reply Sep 7, 2017, 5:15 AM Reply Quote 0
    • I Offline
      iMAGiC @plybz18
      last edited by iMAGiC Sep 8, 2017, 9:20 AM Sep 7, 2017, 5:15 AM

      @plybz18 in your fb events, you can copy bday link form bottom right.

      Choice * Judgment * Values

      Y 1 Reply Last reply Sep 7, 2017, 7:08 AM Reply Quote 2
      • Y Offline
        yawns Moderator @iMAGiC
        last edited by Sep 7, 2017, 7:08 AM

        @iMAGiC said in FB Bday List:

        @plybz18 in your fb events, you can copy bday link form bottom left.

        And then add it as a calendar :)

        D 1 Reply Last reply Sep 7, 2017, 7:03 PM Reply Quote 2
        • D Offline
          Damian @yawns
          last edited by Damian Sep 7, 2017, 7:05 PM Sep 7, 2017, 7:03 PM

          @yawns said in FB Bday List:

          @iMAGiC said in FB Bday List:

          @plybz18 in your fb events, you can copy bday link form bottom left.

          And then add it as a calendar :)

          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.

          Y 1 Reply Last reply Sep 8, 2017, 7:25 AM Reply Quote 0
          • Y Offline
            yawns Moderator @Damian
            last edited by Sep 8, 2017, 7:25 AM

            @Damian said in FB Bday List:

            @yawns said in FB Bday List:

            @iMAGiC said in FB Bday List:

            @plybz18 in your fb events, you can copy bday link form bottom left.

            And then add it as a calendar :)

            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.

            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.
            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:

            webcal://www.facebook.com/ical/b.php?uid=100002xxxxxxxxxx&key=xxxxxxxxxxxxxxx

            Add it to your config like this:

            		{
            			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&key=xxxxxxxxxxxxxxx"
            					},
            				]
            			}
            		},
            
            
            D 1 Reply Last reply Sep 8, 2017, 5:47 PM Reply Quote 1
            • D Offline
              Damian @yawns
              last edited by Sep 8, 2017, 5:47 PM

              @yawns Thank you very much. I will give that a go tonight. ;-)

              D 1 Reply Last reply Sep 8, 2017, 7:21 PM Reply Quote 0
              • D Offline
                Damian @Damian
                last edited by Damian Sep 8, 2017, 7:53 PM Sep 8, 2017, 7:21 PM

                @yawns

                Hello. I entered this and nothing changed in my calendar? am I doing something wrong? Thank you

                	{
                			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"
                				},
                

                Edit - It is working now. By comparing the actual link with the one I C&P somehow it included “amp,” before “key” an when I removed that part it shows up as it should, with birthday cake :-)

                Thanks again.

                .

                1 Reply Last reply Reply Quote 1
                • 1 / 1
                1 / 1
                • First post
                  2/7
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy