[slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread chill
I had occasionally thought about trying to write a dedicated screensaver to show various real-time geo/weather maps, maybe a bit like a 'Geochron' (https://geochron.co.uk/) display. But then I saw how '@sodface was using the built-in Image Viewer screensaver' (https://forums.slimdevices.com/show

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread chill
chill wrote: > Fortunately, which is key to this, the Image Viewer screensaver seems to > re-read the directory and re-load each image file whenever it updates, > so I can add images to that folder, or update existing images, and the > screensaver always cycles through the current images. Corre

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread erland
chill wrote: > I now collect a variety of images from other sources, and am on the > lookout for other sources, so please go ahead and post anything you > think might be interesting. > In the Daylight Clock applet I used images from die.net: https://www.die.net/earth/ There is a number off d

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread chill
erland wrote: > In the Daylight Clock applet I used images from die.net: > https://www.die.net/earth/ > There is a number off different projections available and also one for > moon phase: https://www.die.net/moon/ > > Daylight Clock applet no longer works since die.net switched to use > https.

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread Paul Webster
Looks useful - so tagging for pretend #wiki Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte ireland P

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread rkrug
Quick question (I like that approach!) - in which folder do you put the script so that it survives reboots? Thanks Rainer rkrug's Profile: http://forums.slimdevices.com/member.php?userid=62249 View this thread: http://fo

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread chill
rkrug wrote: > in which folder do you put the script so that it survives reboots? > Anything in /home/tc (and below) will survive a reboot, provided you do a backup first (pcp bu). chill's Profile: http://forums.slimdev

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread Rainer M Krug
> On 22 Jan 2021, at 14:15, chill > wrote: > > > rkrug wrote: >> in which folder do you put the script so that it survives reboots? >> > > Anything in /home/tc (and below) will survive a reboot, provided you do > a backup first (pcp bu). Thanks a lot. > > >

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread chill
erland wrote: > In the Daylight Clock applet I used images from die.net: > https://www.die.net/earth/ > There is a number off different projections available and also one for > moon phase: https://www.die.net/moon/ > Hi Erland - do you have any tips for fetching a plain image from die.net? If

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread erland
chill wrote: > Hi Erland - do you have any tips for fetching a plain image from > die.net? > It worked previously without having to do anything specific but I guess they might have added something to stop people from downloading the images when they switched to https. My guess is that you might

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread chill
Thanks Erland, that gives me something to go on. I'll certainly be interested to see how to use the mysqueezebox.com image proxy. chill's Profile: http://forums.slimdevices.com/member.php?userid=10839 View this thread: ht

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-22 Thread chill
Hmm - I'm going to give up on die.net for now. I figured out how to use mysqueezebox.com's image proxy (I think), and managed to fetch one of the other images via the proxy. Code: wget "http://www.mysqueezebox.com/public/imageproxy?u=https%3A%2F%2Fapi.sat24.com%2Fmost

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-23 Thread chill
I've added a couple more to my own personal list of scrolling images: Code: #space station wget "https://www.heavens-above.com/orbitdisplay.aspx?icon=default&width=1024&height=1024&satid=25544"; -O /home/tc/ScreenSaverImages/SpaceStation.bmp #sky chart wget

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-28 Thread erland
chill wrote: > Hi Erland - do you have any tips for fetching a plain image from > die.net? > . You might want to check this post and see how that community member have done it: https://forums.slimdevices.com/showthread.php?113592-Custom-Clock-Helper-applet-missing-after-factory-reset&p=1006711&v

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-28 Thread chill
erland wrote: > You might want to check this post and see how that community member have > done it: > https://forums.slimdevices.com/showthread.php?113592-Custom-Clock-Helper-applet-missing-after-factory-reset&p=1006711&viewfull=1#post1006711 Thanks Erland - the 'wget + cookies' approach seems

Re: [slim] Jivelite geo/weather maps screensaver

2021-01-29 Thread chill
Solved it - I downloaded the wget extension from the piCore repository, and now I can use the cookies.txt file that I exported from Firefox with the 'export cookies' plug-in. Thanks for the pointer! chill's Profile: http: