Hi Fehlix,fehlix wrote: ↑Sat Feb 09, 2019 9:25 amBest seems to be source 2 and 4:Code: Select all
for S in 1 2 3 4; do P="pinxi -xxxw --weather-source $S"; echo -e "\n$P"; $P; done #or for S in 1 2 3 4; do P="pinxi -xxxW Hamburg,DE --weather-source $S"; echo -e "\n$P"; $P; done
Personally I do not like the #2, because no observation time and location is shown (a kind of "XOR" parity check):
Observation Time: 2019-02-09 13:52:00 (Europe/Berlin +0100)
PS: And thanks for the useful bash command line.