dashy icon indicating copy to clipboard operation
dashy copied to clipboard

Weather widget hide-details not working

Open a-neagoe opened this issue 3 years ago • 4 comments
trafficstars

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

image

a-neagoe avatar Sep 12 '22 15:09 a-neagoe

If you're enjoying Dashy, consider dropping us a ⭐
🤖 I'm a bot, and this message was automated

liss-bot avatar Sep 12 '22 15:09 liss-bot

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.

liss-bot avatar Oct 13 '22 01:10 liss-bot

This issue was automatically closed because it has been stalled for over 6 weeks with no activity.

liss-bot avatar Oct 18 '22 01:10 liss-bot

I indeed confirm that using hideDetails: false as per doc doesn't work...

Enissay avatar Dec 08 '22 03:12 Enissay