05-23-2020, 04:00 AM
FWIW, I've been playing around with the "/usr/bin/sxmo_" scripts. Interesting!
As an experiment I've replaced the content of sxmo_weather.sh with:
Which gives correctly the weather forecast for my current location:
As an experiment I've replaced the content of sxmo_weather.sh with:
Code:
#!/usr/bin/env sh
st -f Monospace-14 -e w3m "https://wttr.in?n"
Which gives correctly the weather forecast for my current location:
![[Image: 2020-05-23-114431_720x1440_scrot.png]](http://www.janwagemakers.be/tmp/2020-05-23-114431_720x1440_scrot.png)