Live data from Hacker News

Building an e-ink picture frame that displays an iCloud photo album

ben.page

1–10 of 144 posts

Re: Building an e-ink picture frame that displays an iCloud photo album

#5
> iCloud photo albums have no API. However, if you share an iCloud photo album to a public link, you can use the Developer Tools to inspect the API requests Apple is making to get the photos.

That's clever. I tried something similar to get shared Calendar (Apple) events for the eInk project I put together. I wish there were a better, less hackish API I could have called.

Re: Building an e-ink picture frame that displays an iCloud photo album

#8

> iCloud photo albums have no API. However, if you share an iCloud photo album to a public link, you can use the Developer Tools to inspect the API requests Apple is making to get the photos. That's clever. I tried something similar to get shared Calendar (Apple) events for the eInk project I put together. I wish there were a better, less hackish API I could have called.

Apple Calendar server uses CalDAV. If you could see the data after authenticating it should be quite parse-able. You could also share your iCloud calendar with an account that is logged in on hardware you own like an old Mac, and use the EventKit framework to send copies of the data to whatever custom server you wanted.

Re: Building an e-ink picture frame that displays an iCloud photo album

#9
This is really cool! I love pet projects like this. Although, I can't help but wonder why OP didn't put a frame around an ancient Fire tablet or something else with an LCD screen and web browsing out of the box.

Seems like it would result in a better experience (color) with much less work and about the same price point.

Re: Building an e-ink picture frame that displays an iCloud photo album

#10

This is really cool! I love pet projects like this. Although, I can't help but wonder why OP didn't put a frame around an ancient Fire tablet or something else with an LCD screen and web browsing out of the box. Seems like it would result in a better experience (color) with much less work and about the same price point.

Colour e-ink displays exist. We don't live in spaceships yet but this is just as good.
Post reply on HN