SUMMARY Currently, the Weather Report plasmoid only has the option to show the temperature next to the icon. For more information, it is required that the user hover over it to reveal the tooltip. It would be nice if a verbal description could also be shown (e.g. fair, sunny, rainy, etc.), perhaps under the temperature. STEPS TO REPRODUCE 1. Configure the plasmoid 2. Navigate to Appearance OBSERVED RESULT The only option is to show the temperature next to the icon. To view a description of the weather, one must hover over it. EXPECTED RESULT There could also be an option to include a description of the weather alongside temperature. Ideally, it could be stacked to minimize taking up horizontal space.
The problem is that there's almost never space to display such info. Finding space even for the temperature is hard, and we'd have to do this only when not in the System Tray.
Created attachment 177909 [details] A screenshot using the Chaac display showing relevant info Looks like it's at least theoretically possible, someone on the store appears to have done it: https://store.kde.org/p/2174265
Yes, doing it when not in the System Tray is fine. Someone just needs to put in the time to implement it.