OMG it works (again)! 2.5 years ago I build a #Strava #cycling dashboard with #Python on a #Raspberrypi with an #eink display. It automatically refreshed my Strava stats every hour until it didn't 5 months later after an API change. Since then I only got it to refresh manually after getting a new access token. /1
I wanted to fix this for a while. Never got the time to get around it. And then I started working on this week with Strava's stravalib package. And it makes things so much easier. No more writing whole pages on token refresh. The package does that for you. But all kinds of other stuff in my code was deprecated (like in Pillow), so it still took several evenings to get to a working version. /2
I've got to do a few more things to finish the project. But I'll upload the code in Github.
https://github.com/Marcel-Jan/StravaInky /3
GitHub - Marcel-Jan/StravaInky: Displaying Strava stats on a Inky Impressions e-ink display

Displaying Strava stats on a Inky Impressions e-ink display - Marcel-Jan/StravaInky

GitHub
Boy, this was not the right time of year to work on a project like this. I've been out training a lot. Almost every evening this week I got either 1 hour time or less. It was so frustrating. Having to put things down #unfinished and go to bed. I've been cursing. But now it works! Quite a relief. /4
@MarcelJan well done! Data and einks are a great combo!