Super neat. What about running a server locally, from a desktop server or a phone, that fetches the API from MLB and returns a stripped down JSON with just the essentials for the display? Would that help performance and bring the hardware requirements down?
this post was submitted on 22 Jul 2025
6 points (80.0% liked)
DIY Electronics and Hardware
132 readers
8 users here now
founded 3 months ago
MODERATORS
Yup it absolutely would, and I thought about that, I already have a Raspberry Pi server running doing other things. I've done that 1-2 punch thing before, having the RPi fetch and build a weather radar map, then serving it to an ESP32C3 to display.
But the GET request feature I built into it would randomly crash the whole RPi server sometimes, and I have a lot of other servers running on that thing, so I'd rather not try that again if I could avoid it.