I’m self-hosting my app. Looking through the community apps I see that returning an empty list in my Starlark app may be a way to hide the app during Tidbyt app rotation. I found this example in the severewxalertusa app. Using “pixlet render” with my app returning an empty list produces an empty webp file as I would expect however when I try to push this to my Tidbyt, I get the error:
Tidbyt API returned status 400 Bad Request
{“code”:3,“message”:“provide an image”,“details”:}
Error: Tidbyt API returned status: 400 Bad Request
Is it not possible to hide an app using this technique when self hosting? Is there another method of hiding an app? Pushing a blank image just shows a blank Tidbyt display which is not what I want. If there is no way to hide, then I suppose I can just call the tidbyt api with the http delete method https://api.tidbyt.com/v0/devices//installations/ when there is nothing to display.
Best
Larry