wttr.in
wttr.in copied to clipboard
night sunny
Sometimes there is a combination of night (table time) and sunny (zonnig) which is not really correct - since it cannot be sunny at night time.. but maybe this should be "clear" - devoid of clouds, mist or anything else.. a clear night is possible.. so
[ "${table_3}" ] && [ "${status}" == "sunny" ] && export status="clear"
[ "${table_4}" ] && [ "${status}" == "sunny" ] && export status="clear"
correct ?