Thanks Erland, that gives me something to go on. I'll certainly be interested to see how to use the mysqueezebox.com image proxy.
Results 11 to 16 of 16
-
2021-01-22, 08:28 #11
-
2021-01-22, 09:29 #12
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%2Fmostrecent%2FGB%2Frain" -O test.bmp Connecting to www.mysqueezebox.com (34.244.111.131:80) saving to 'test.bmp' test.bmp 100% |*************************************************************************************************************************| 1024k 0:00:00 ETA 'test.bmp' saved
Code:wget "http://www.mysqueezebox.com/public/imageproxy?u=https%3A%2F%2Fstatic.die.net%2Fearth%2Fmercator%2F1128.jpg" -O test.bmp Connecting to www.mysqueezebox.com (34.244.111.131:80) saving to 'test.bmp' test.bmp 100% |*************************************************************************************************************************| 22 0:00:00 ETA 'test.bmp' saved
-
2021-01-23, 01:08 #13
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 "https://www.heavens-above.com/wholeskychart.ashx?lat=53&lng=-1&size=1024" -O /home/tc/ScreenSaverImages/SkyChart.bmp
Sky chart above my approx. Lat and Lon:
-
2021-01-28, 20:55 #14
You might want to check this post and see how that community member have done it:
https://forums.slimdevices.com/showt...=1#post1006711Erland Isaksson (My homepage)
Developer of many plugins/applets
Starting with LMS 8.0 I no longer support my plugins/applets (see here for more information )
-
2021-01-29, 00:56 #15
Last edited by chill; 2021-01-29 at 00:58.
-
2021-01-29, 01:16 #16
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!