Showing a gift total on a Raspberry Pi with an e-ink display – how hard could it be?
TL;DR:
These Python and Raspberry Pi projects. They are fun aren’t they? And often they look deceptively simple. But you don’t see all the projects that failed and usually not where they struggled. This project got stuck (and almost failed) at:
- Not being able to scrape dynamic website content.
- When I found out how to do that, I couldn’t run my working Python code on the Raspberry Pi.
- That turned out to be because the scraping packages use a chromium browser, but not for the ARM processor that the Raspberry Pi has.
- And to top it all off, the Python package for the Inky Impression e-ink display had some kind of problem running numpy.







