dashy
dashy copied to clipboard
Weather widget hide-details not working
How could I lock the weather widget on always show details?
I have tried hideDetails: true and even showFullInfo: true and hideDetails: false with no joy. The default setting is false but setting it won't work.
Also the icon shows night for day and day for night even if the data is displayed correctly on the site:
hideDetails: false
Config:
widgets:
- type: weather
options:
city: Bucharest, RO
apiKey: xxxx
units: metric
- type: weather-forecast
options:
city: Bucharest, RO
apiKey: xxxxx
numDays: 6
units: metric

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.
This issue was automatically closed because it has been stalled for over 6 weeks with no activity.
I indeed confirm that using hideDetails: false as per doc doesn't work...