Screenshot 2025-07-15 at 9.41.03 AM.png

Over the weekend, I explored TRMNL’s private plugin system and built a small app that pulls data from my Spotify account and displays it on my TRMNL dashboard.

Originally, we wanted to show “Now Playing” info in real time. But between:

…it quickly became clear that wasn’t the right fit.

Instead, we pivoted toward something better suited for a semi-static screen: a recently played album wall. My TRMNL now fetches my latest tracks via a public JSON endpoint that I host, and displays a grid of the album covers, along with track and artist info.

How it works:

Why I like this approach:

Big thanks to the TRMNL team for building a platform that’s this easy to extend.