The Weather component currently shows ‘sunny’ regardless of the time of day. This doesn’t make a lot of sense at night; preferably it would show ‘clear’ or something like that
However, since MDI doesn’t have a ‘clear’ icon, the proper behavior would probably be to integrate with the Sun component (if enabled) and use the ‘night’, ‘sunset-down’, and ‘sunset-up’ conditions instead.