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.2k 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.
    • iMAGiCI Offline
      iMAGiC @plybz18
      last edited by iMAGiC

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

      Choice * Judgment * Values

      yawnsY 1 Reply Last reply Reply Quote 2
      • yawnsY Offline
        yawns Moderator @iMAGiC
        last edited by

        @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 Reply Quote 2
        • D Offline
          Damian @yawns
          last edited by Damian

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

          yawnsY 1 Reply Last reply Reply Quote 0
          • yawnsY Offline
            yawns Moderator @Damian
            last edited by

            @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 Reply Quote 1
            • D Offline
              Damian @yawns
              last edited by

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

              D 1 Reply Last reply Reply Quote 0
              • D Offline
                Damian @Damian
                last edited by Damian

                @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
                • First post
                  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