Live data from Hacker News

I built Timeframe, our family e-paper dashboard

hawksley.org

71–80 of 385 posts

Re: I built Timeframe, our family e-paper dashboard

#71
post #2

This is super cool, and I wish something like this existed at my place, as it enables information sharing without the need for phones/actual screens that shine in your face when the lights are low or tempt you to doomscroll. That said, the large primary display this uses is $2000. That's very hard to justify for any "normal" household, and that's without any mounts, backend, services etc.

OP's Timeframe looks rad, but yes on the pricy side. check out trmnl .com for smaller / less expensive options and self hosted options. (disclaimer: i'm on the team)

Re: I built Timeframe, our family e-paper dashboard

#72
post #21

Earlier quoted context omitted.

Agreed. Especially the current weather conditions. That's mostly useless info. Knowing the weather forecast for tomorrow or this weekend is actually useful. It's strange that pretty much every weather widget assumes you want to know the current weather conditions and not the forecast.

Eh, depends. If you have a dog, and live in a place with actual seasons, February requires frequently checking the current conditions before you head out—at least where we live, it could be anywhere from -10°C to +12°C right now, raining, snowing—annoying to put on a light jacket because you let the sun fool you, and discover it's freezing and starting to rain once you're on the field. That said: I seem to get by pre…

Still, isn't the forecast for one hour from now more useful than literally now? You can see that through the window (and feel it on your face by opening the window).

Re: I built Timeframe, our family e-paper dashboard

#73
post #2

This is super cool, and I wish something like this existed at my place, as it enables information sharing without the need for phones/actual screens that shine in your face when the lights are low or tempt you to doomscroll. That said, the large primary display this uses is $2000. That's very hard to justify for any "normal" household, and that's without any mounts, backend, services etc.

I made this thing [1] for us, it uses a cheap 10" e-paper display off aliexpress, an ESP32 and a couple of I2C sensors. The case is 3D-printed. It runs on two 18650 batteries, and all in all it cost less than 100$. The OpenWeather API is free for personal use.

[1] https://mjones-foui.no/img/wall_clock_1.png

Re: I built Timeframe, our family e-paper dashboard

#74
post #39

This is cool. I bought an Inkplate for this and got as far as writing a custom image format suitable for e-ink sort of things (4-bit RLE; trivial to decode, but good compression for diagram/text type images). Where I got stuck is calendars... Unfortunately Google Calendar doesn't seem to provide a nice API where you can just say "give me the events for these days", instead you can only download all of your events in…

There are several ways to get all events for the day! The easiest one in my experience has been to write a simple Apps Script project and expose that as a published Web App[1]. That moves all of the oAuth logic and Calendar API plumbing to Google's server-side code, and gives you a simple long URL that contains exactly what data you want. Something like: ``` function doGet(req) { let start = new Date(); start.setHour…

Ooo sweet, thanks for the hint!

Re: I built Timeframe, our family e-paper dashboard

#76

This is awesome but I still find it funny that he said he wants a healthy relationship with technology then goes and fits his entire house out with technology. It doesnt seem like any of this would really be useful as you'd have to enter all the useful data manually(calendar). For example the washing machine. You dont need real time information because you know how long it takes since you've done it 1000s of times an…

Technology working for you is different than you working for technology.

Re: I built Timeframe, our family e-paper dashboard

#77

This is awesome but I still find it funny that he said he wants a healthy relationship with technology then goes and fits his entire house out with technology. It doesnt seem like any of this would really be useful as you'd have to enter all the useful data manually(calendar). For example the washing machine. You dont need real time information because you know how long it takes since you've done it 1000s of times an…

For you, maybe, but outsourcing ambient awareness of my environment is what’s finally enabled me to take that leap to a 10x dev. Well, that, and cranial cooling fins.

Re: I built Timeframe, our family e-paper dashboard

#78
post #2

This is super cool, and I wish something like this existed at my place, as it enables information sharing without the need for phones/actual screens that shine in your face when the lights are low or tempt you to doomscroll. That said, the large primary display this uses is $2000. That's very hard to justify for any "normal" household, and that's without any mounts, backend, services etc.

OP's Timeframe looks rad, but yes on the pricy side. check out trmnl .com for smaller / less expensive options and self hosted options. (disclaimer: i'm on the team)

Yo Ryan! I get your emails! I was just reading this thinking “man he should’ve tried TRMNL”

I love my original one and am planning to get a model X when budget permits

Re: I built Timeframe, our family e-paper dashboard

#79
post #3
post #2

This is super cool, and I wish something like this existed at my place, as it enables information sharing without the need for phones/actual screens that shine in your face when the lights are low or tempt you to doomscroll. That said, the large primary display this uses is $2000. That's very hard to justify for any "normal" household, and that's without any mounts, backend, services etc.

You can make smaller ones for much much less. I’ll post pics of mine a bit later but waveshare 7.5” display in a photo frame and almost any ESP32 dev board and you are set for less than $100 (along with suitable HomeAssistant and ESPhome infrastructure to support it). The original article is a very slick bit of work, so well done

You can also buy some for less than $100.

I can vouch for the reTerminal: the build quality is excellent, and they come with a battery, sd card reader, and some sensors: https://www.seeedstudio.com/reTerminal-E1001-p-6534.html

Post reply on HN