I have been installing and configuring Linux recently, and I’ve got an idea: what if I displayed my beemergencies in my toolbar? When I’m on my laptop, I sometimes forget about Beeminder until the last minute, where I finally do my urgent Beeminder tasks.
This software (waybar) doesn’t work on Windows, it only works on Linux.
I don’t have a Windows machine for testing, and I have very little use for it anyway, so I can’t help with it.
I asked Claude and it suggests creating a Python script for it. Not sure what’s the right way to do it on Windows, honestly… https://claude.ai/share/2644f1fe-e1af-4816-9a9a-998df4562752
Perhaps something a bit more universal that solves the same problem would be browser notifications that shows upcoming Beeminder deadlines – just an idea.
I found that sometimes it disappeared while doing the API request, so I made added a “cache file” that stores the last value (and the fetching is done in the background)
(sorry that’s confusing, haha)