glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
7.49k stars 260 forks source link

Calendar, weather and markets widgets do not update when Glance webpage is used as a web app. #186

Closed nikolasdmtr closed 1 month ago

nikolasdmtr commented 1 month ago

I install the Glance landing page as a web app on Brave browser. The aformentionted widgets do not update even after 24 hours have passed. I have to manually reload the page for them to update. The clock widget updates normally though.

EDIT: I think it has to do with browser settings for the specific app. Probably "background sync". I am closing this issue now.

svilenmarkov commented 1 month ago

This is intended behavior. The clock is the only widget which dynamically updates, the rest require a page refresh. I might consider changing this in the future and having these widgets automatically update as well.

nikolasdmtr commented 1 month ago

Ah, that clears things up. Thank you!