wttr.in icon indicating copy to clipboard operation
wttr.in copied to clipboard

night sunny

Open herauthon opened this issue 2 years ago • 0 comments

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 ?

herauthon avatar Aug 26 '23 11:08 herauthon