rvp Can that output straight ASCII, or does only output UTF-8?
Haven't looked, but I'd guess you are already investigating, https://github.com/tobealive/wthrr-the-weathercrab
The good thing is that you can have a local config file with the things you want to display.
Here's mine,
// wthrr.ron
(
address: "Stockholm,SE",
language: "en_US",
forecast: [week, day],
units: (
temperature: celsius,
speed: ms,
time: military,
precipitation: mm,
),
gui: (
border: rounded,
color: default,
graph: (
style: lines(slim),
rowspan: single,
time_indicator: true,
),
greeting: false,
),
)