I’ve gotten my app to display in rotation on the Tidbyt using the instructions at https://github.com/tidbyt/pixlet:
pixlet render pacman.star
pixlet push --api-token <MY API TOKEN> <MY DEVICE ID> pacman.webp Pacman
Problem: although the app is in rotation, the time never updates because it’s a static webp file.
The only solution I can think of is to run the render/push on a local machine crontab. Am I missing something? There must be a better way.