X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=TODO.md;h=e9cf34f694dd71204ff04fad903c434e95166362;hp=90d1ad1e25abab7df71dc6d6708e02427a0ac1bb;hb=HEAD;hpb=51100f8e10c2dbc28421e68cfae017cdf121a542 diff --git a/TODO.md b/TODO.md index 90d1ad1..e9cf34f 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,6 @@ TODO - show how many Debian package security-updates are available - monitor disk usage rate of change and alert if suspiciously fast - bring back CPU usage monitor -- actual METAR parser, to replace the flaky `metar` program - status bar templating language - retry/cache for sensors fetching flaky remote resources (such as weather) - throttling of broken sensors (constantly returns errors) @@ -42,3 +41,8 @@ TODO - monitor battery time remaining - monitor accuracy (is percentage change rate on track to meet estimate?) - adjust estimate based on observed inaccuracies in past estimates (Kalman?) + +DONE +---- +- [x] actual METAR parser, to replace the flaky `metar` program + - Replaced it with a parser of NOAA's XML API (piping `curl | hxpipe | awk`)