Read the statement by Michael Teeuw here.
Calendar Module - Unable to load Facebook Birthdays
-
@KirAsh4 said in Calendar Module - Unable to load Facebook Birthdays:
Your FB Birthdays link is wrong. It’s supposed to be in this form:
{ url: 'webcal://www.facebook.com/ical/b.php?uid=YOUR_FB_UID&key=KEY_PROVIDED_BY_FB' }
To find that address, follow these steps:
- On Facebook, click on your Events link (usually from the left hand menu)
- On the Events page, look at the bottom of the right hand side for the following block of links:
- Hover over, and copy the link that reads ‘Birthdays’
- Paste it in your config.js for MM.
My config section for that is what you see above and it works just fine.
I’ve tried the webcal link as well, no luck. I’ve followed the steps you mentioned orignally, but that wasn’t working. I read on another post to try http instead of webcal. Neither work.
What is really throwing me off is why would Facebook Upcoming Event’s URL work but NOT Facebook Birthday’s URL???
-
Don’t know what to tell you, mine’s working just fine with the webcal address. Have you tried stripping everything and just putting that in, nothing else?
-
Shear curiosity, can you check the console logs, or simply run
'pm2 logs <YOUR_MM_PROCESS>'
and see if there are any helpful messages about the calendar there, specifically the one that’s failing … -
@KirAsh4 said in Calendar Module - Unable to load Facebook Birthdays:
Shear curiosity, can you check the console logs, or simply run
'pm2 logs <YOUR_MM_PROCESS>'
and see if there are any helpful messages about the calendar there, specifically the one that’s failing …Nothing that looks wrong…
Logs here: http://pastebin.com/3572PdeEThe Keys and IDs are exactly the same between my Birthday and Upcoming Events URLs…The Calendar only outputs the Upcoming Events, gahhh
Here is full config I’m using: http://pastebin.com/hDjMmTfa
-
I’ve got the same issue. Was able import upcoming events but not birthdays.
-
I’ve been playing around with some stuff trying to figure this out and I noticed something…
Is it possible that my Upcoming Events Calendar is overwriting the Birthday Calendar?? When I download the ICS file from Facebook, both the Birthday and Upcoming Events ICS files have the same name! Named this: “u” + USERID + “.ics”
Possible that the MagicMirror is pulling down the ICS files, but overwriting each other because of same name?
-
I ran my Facebook Birhtday ICS file through this site: http://severinghaus.org/projects/icv/
Got this response: http://imgur.com/YW07yKUIs this normal?
-
Both my Facebook calendar links are different. Birthdays contains a b.php and events is u.php. Tried birthdays by itself and still didn’t work.
-
For those of you who are having issues with your Facebook Birthdays calendar … if any of you want to PRIVATELY send me your actual link, I will stick it in my config and see what happens. Presumably it will fail the same way it is for you guys, but at least I’ll have something to test against since mine are working just fine. I don’t have a failed test case … I promise not to sell your information.
-
I think we sold our information the moment we signed up to Facebook. Happy to send you the link and see what happens.