Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Auto Refresh #20

Open
ethanpil opened this issue Jun 17, 2022 · 2 comments
Open

[FEATURE] Auto Refresh #20

ethanpil opened this issue Jun 17, 2022 · 2 comments
Labels
Feature New feature or request

Comments

@ethanpil
Copy link

I want to use this to display a Google Slideshow Presentation on a loop. I update this slideshow 1-2 times a week and I would like to be able to just use a setting to add an auto-reload interval for the URL so that I know once I update the loop I need to wait X minutes/hours to until the wallpanel will auto-reload the page.

I am sure this can be useful for other purposes as well:

  • Display a static page that is regenerated on server periodically
  • Very low bandwidth webcam just reload jpg snapshot every x minutes/hours

Thoughts?

@TheTimeWalker
Copy link
Owner

I know this is more of a workaround than a solution, but you could send a MQTT or HTTP request (/api/command) with the following payload:

{"reload": true}

Which forces a reload on the app. This way you could automate or just send it manually to refresh your slideshow.

@ethanpil
Copy link
Author

ethanpil commented Jul 21, 2022

Thanks for the suggestion! Its definitely something... I was hoping one day soon I might see a new setting in the Application Settings called Auto Refresh with options like

Auto Refresh
Automatically refresh the browser page periodically
*Disabled
*Hourly
*Daily
*Weekly
*Monthly

or maybe

Auto Refresh Hours
Automatically refresh the browser page every X hours
*0 Disabled
*X - I can type 1,24,168 (1 week), 720 (30 days)

@TheTimeWalker TheTimeWalker added the Feature New feature or request label Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants