OK, so here's my follow up on this (I have not opened SimHub yet, just R&D).Interesting! I was looking for weather conditions, but did not spot this. I'll take a look tonight... Thanks man!
The enums for the rain intensity are as follows:
ACC_NO_RAIN = 0
ACC_DRIZZLE = 1
ACC_LIGHT_RAIN = 2
ACC_MEDIUM_RAIN = 3
ACC_HEAVY_RAIN = 4
ACC_THUNDERSTORM = 5
Which means, I know if it will rain or not and how much, in the near future. BUT, this does not include weather in general (clear, overcast, cloudy etc). What does ACC do now? Does it just show a cloud even if it's clear and sunny? I don't remember, tbh.