I almost bought this eink yesterday to test it out, but as I'm seeing here and I thought, it seems a bit small. I am also considering getting a kindle and just putting a small html page on it so I don't have to get down to the pixel-level. I remember when I tried to use my now-defunct kindle that JS was giving some funny errors, probably should be treated as an old browser. Been holding out to see if a usb-c kindle c…
Hacking Together an E-ink Dashboard
11–20 of 92 posts
Re: Hacking Together an E-ink Dashboard
#12> I realized I was asking Google Assistant the same questions over and over again. Like What’s the current weather? or What’s on my calendar for today? So I set out to build a small dashboard for my Raspberry Pi that I could check instead. Why not use a widget on the home-screen of your phone?
Some pieces of information, specially those regarding productivity like calendar or a kanban board are better delegated to solutions designed just for that. A whiteboard, a dedicated LCD screen, an eink dashboard controlled by a raspberry pi... Take your pick, as long as it is always visible.
Re: Hacking Together an E-ink Dashboard
#13Re: Hacking Together an E-ink Dashboard
#14> I realized I was asking Google Assistant the same questions over and over again. Like What’s the current weather? or What’s on my calendar for today? So I set out to build a small dashboard for my Raspberry Pi that I could check instead. Why not use a widget on the home-screen of your phone?
Re: Hacking Together an E-ink Dashboard
#15Google home is such an uncustomisable waste of time.
I ended up getting a 7.5 inch display from waveshare.
What I want is to know when the trains from my nearby train station leaves.
So I pulled the data off the UK National rail who have a free API.
And got some weather from the openweathermap API.
It updates every 5 minutes (well I turned it off since I'm not going anywhere these days haha)
And it's a super simple python script that uses a simple image drawing library.
Would recommend!
Re: Hacking Together an E-ink Dashboard
#16I really like it, and I would be tempted to invest in something larger for putting my calendar on the wall in my home office, but the big problem with this sort of thing is that cases are always a disaster.
My bus Pi is in a really janky case because there was only really a couple that would fit with the ePaper display on it.
If I could buy something about A4 size, in a sleek case that I could wall mount nicely, and have good hackability on, I would absolutely do it.
Re: Hacking Together an E-ink Dashboard
#17I have something similar that shows when the next bus is leaving our nearest stop. I really like it, and I would be tempted to invest in something larger for putting my calendar on the wall in my home office, but the big problem with this sort of thing is that cases are always a disaster. My bus Pi is in a really janky case because there was only really a couple that would fit with the ePaper display on it. If I coul…
Re: Hacking Together an E-ink Dashboard
#18I have something similar that shows when the next bus is leaving our nearest stop. I really like it, and I would be tempted to invest in something larger for putting my calendar on the wall in my home office, but the big problem with this sort of thing is that cases are always a disaster. My bus Pi is in a really janky case because there was only really a couple that would fit with the ePaper display on it. If I coul…
The Remarkable (an e-reader with a pen) is fairly hackable, but it's overkill for a dashboard.
Re: Hacking Together an E-ink Dashboard
#19> I realized I was asking Google Assistant the same questions over and over again. Like What’s the current weather? or What’s on my calendar for today? So I set out to build a small dashboard for my Raspberry Pi that I could check instead. Why not use a widget on the home-screen of your phone?
Re: Hacking Together an E-ink Dashboard
#20I did something like this too. I definitely chose the wrong e-ink display, it was extremely awful to work with. https://github.com/dmd/wxpaper
Could you expound on the issues you ran into?