Lissy93 / dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
16.91k stars 1.29k forks source link

Weather widget hide-details not working #903

Open a-neagoe opened 2 years ago

a-neagoe commented 2 years ago

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

liss-bot commented 2 years ago

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

liss-bot commented 1 year ago

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 commented 1 year ago

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

Enissay commented 1 year ago

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