Bug 457306 - Show weather description with temperature in non-system-tray representation
Summary: Show weather description with temperature in non-system-tray representation
Status: CONFIRMED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Weather widget (other bugs)
Version First Reported In: 5.25.3
Platform: Neon Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-30 17:27 UTC by doncbugs
Modified: 2025-02-03 16:11 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
A screenshot using the Chaac display showing relevant info (8.67 KB, image/png)
2025-02-03 03:09 UTC, doncbugs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description doncbugs 2022-07-30 17:27:46 UTC
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.
Comment 1 Nate Graham 2024-12-17 22:24:46 UTC
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.
Comment 2 doncbugs 2025-02-03 03:09:27 UTC
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
Comment 3 Nate Graham 2025-02-03 16:11:34 UTC
Yes, doing it when not in the System Tray is fine. Someone just needs to put in the time to implement it.