View Single Post
Old 03-27-2022, 10:48 AM   #15
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 3,987
Karma: 18026955
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
If you were powered all the time, the simplest would be to run a browser that uses refresh:
Code:
<meta http-equiv="refresh" content="1"/>
It could use a local page with a remote image.
You could have it hit an HTTP server you set up that would change its content every hit.
You could have it hit your Google Drive or whatever and just push the photos yourself.
A simple app could do the same thing, be more robust and lightweight than the browser.

Once you get into sleep things become more complicated.
Renate is offline   Reply With Quote