this post was submitted on 12 May 2026
29 points (96.8% liked)

Selfhosted

59218 readers
1034 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I recently found the author clock, and it inspired me to do my own version. I won't actually bother with the clock function; just an e-ink display in my living room I can control. Something I can feed whatever text I like and have it rotate periodically. From a quick look around, I'm finding Waveshare, Inkbox, and TRMNL. I'm looking for something I can have some degree of remote control over so I don't have to go plug it in constantly. It seems like all three can achieve this. I don't love the looks of the Inkbox or TRMNL, and they're more expensive. The wooden housing on the author clock would look really nice in my space and I'd love to recreate that. But I wanted to see how difficult it is to frame up, set up, and maintain a Waveshare before I dive in. Particularly since it seems that you need to integrate a pi for those.

you are viewing a single comment's thread
view the rest of the comments
[–] civ@lemmy.civl.cc 2 points 4 days ago

This may be totally off base from what you're targeting, but maybe an ESP32 running ESPHome and connected to an E-Ink display such as those sold by Waveshare? https://esphome.io/components/display/waveshare_epaper/ You would probably need some separate system set up to actually generate the content displayed on the screen, depending on what exactly you want to show. It would require a fair amount of work, but would likely be the cheapest and most flexible option.

There's a feature in ESPHome which allows the device to call a URL to download an image at specified intervals, then display it on an attached screen https://esphome.io/components/online_image/#online_image which would require running a service somewhere that generates/renders a new image at regular intervals and makes it available for download via a local URL. For just simple text, I assume there's a simpler way to update what the device shows over the network.