You are not logged in.
Well...bummer.
Anyone got a script that has satellite? I like seeing where/how a storm is coming.
Offline
Maybe a weather page with storm alerts?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
If there's simple image downloading/embedding I could rig something up. The examples I've seen take more sed/scripting that I'm really good at though.
Offline
If you find me a site maybe I could make something up.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
Hi all,
I tried something there May be it can helps...
I don't know where you live and which map you need?
There is also a really good one source which download worlds sat maps and generate one flat for xplanet, I'm using it actually with xplanet:
https://github.com/jmozmoz/cloudmap
And there is a free registration here to use it:
https://www.sat.dundee.ac.uk/
Blog Illustration:
https://apollo.open-resource.org/missio … ce-xplanet
Last edited by ragamatrix (2018-09-12 13:20:29)
Offline
I was trying these images here: https://www.star.nesdis.noaa.gov/GOES/s … §or=ne with the NWS script. Seems like it would take a lot of rewriting, though.
Offline
You just need some wget commands to download the images, ie. something like
wget -O /path/to/save/the/image/imagename.jpg https://cdn.star.nesdis.noaa.gov/GOES16/ABI/SECTOR/ne/GEOCOLOR/20182591442_GOES16-ABI-ne-GEOCOLOR-1200x1200.jpg
After you've save the image just use conky to show it
${image /path/to/save/the/image/imagename.jpg -p 0,0 -s 200x200
where -p 0,0 is the position inside conky to place the image and -s 200x200 is the size to which the image will be scaled.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
I was totally overthinking it. Hrm, I'd need a static link to an image with that method. The one given has a timestamp in it, so it changes every 5 minutes. Does give me something to work with, though. thanks!
Offline
Here's a quick one to save a list with all images in your page
#!/bin/bash
wget -O raw "https://www.star.nesdis.noaa.gov/GOES/sector.php?sat=G16§or=ne"
sed -i '/https/!d' raw
sed -i -e 's/^.*https/https/g' -e 's/jpg.*$/jpg/g' -e '/jpg/!d' raw
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
On the NWS scripts, what's governing the length? I've got the image at the bottom of the output, but it's getting cut off. I was using .conkyrc_nws_S11_2 as a basis. (I realize I'm probably doing something really dumb.)
Here's a pastebin to my conkyrc: https://pastebin.com/9BdJwgCF
Offline
Add some empty lines at the end of your conkyrc, ie.
...
${goto 100}${template2}${execpi 600 sed -n '26p' $HOME/3_conky_forecast_nws/period-names_temps}${color}\
${goto 135}${execpi 600 sed -n '13p' $HOME/3_conky_forecast_nws/precipitation}%
${alignc}${template0}${execpi 600 sed -n '13p' $HOME/3_conky_forecast_nws/messages}${color}
${color3}${hr 2}
${image /home/me/3_conky_forecast_nws/sat.jpg -p 0,420 -s 250x250}
]];
Add or remove as many empty lines as you need.
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
LOL. That totally did it. Thanks!
Offline
Good to know
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
I don't have forecast_2015 and forecast_2016 pictures anymore
Did Accuweather change the website?
Offline
Hello
me to & i have this
-2018-09-26 16:43:11-- http://www.accuweather.com/fr/fr/sarreg … 5050?day=6
Résolution de www.accuweather.com (www.accuweather.com)… 23.217.229.77
Connexion à www.accuweather.com (www.accuweather.com)|23.217.229.77|:80… connecté.
requête HTTP transmise, en attente de la réponse… 403 Forbidden
2018-09-26 16:43:12 erreur 403 : Forbidden.
Linuxmint 22.1 Xia xfce & mageia 9 XFCE on ssd hp pavilion g7
Xubuntu 18.04 lts & 24.04 lts on ASUS Rog STRIX
Offline
LOL. That totally did it. Thanks!
Hello to all
Same no weather image in the conky.
Offline
Sorry for the delay, once again accuweather's shenanigans find me out of town.
Add in all wget commands the argument
-U firefox
ie.
wget -U firefox - o /dev/null... etc.
EDIT: Deleted the space after -
Last edited by TeoBigusGeekus (2018-09-26 18:32:14)
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline
YUP me too!
Sorry for the delay, once again accuweather's shenanigans find me out of town.
Add in all wget commands the argument- U firefox
ie.
wget - U firefox - o /dev/null... etc.
Now that's is just plain silly ... but as ever Teo to the rescue!
Teo: You ROCK! Thank you!
EDIT: Did not work?
Last edited by Sector11 (2018-09-26 17:23:33)
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
Well, here it doesn't work in BL with palemoon.
Error in the terminal:
Conky: desktop window (4a5) is root window
Conky: window type - normal
Conky: drawing to created window (0x3600002)
Conky: drawing to double buffer
--2018-09-26 19:39:01-- http://-/
Auflösen des Hostnamens »- (-)« … fehlgeschlagen: Der Name oder der Dienst ist nicht bekannt.
wget: Host-Adresse »-« kann nicht aufgelöst werden
--2018-09-26 19:39:01-- http://u/
Auflösen des Hostnamens »u (u)« … fehlgeschlagen: Der Name oder der Dienst ist nicht bekannt.
wget: Host-Adresse »u« kann nicht aufgelöst werden
--2018-09-26 19:39:01-- http://palemoon/
Auflösen des Hostnamens »palemoon (palemoon)« … fehlgeschlagen: Der Name oder der Dienst ist nicht bekannt.
wget: Host-Adresse »palemoon« kann nicht aufgelöst werden
--2018-09-26 19:39:01-- http://-/
Auflösen des Hostnamens »- (-)« … fehlgeschlagen: Der Name oder der Dienst ist nicht bekannt.
wget: Host-Adresse »-« kann nicht aufgelöst werden
--2018-09-26 19:39:01-- http://o/
Auflösen des Hostnamens »o (o)« … fehlgeschlagen: Der Name oder der Dienst ist nicht bekannt.
wget: Host-Adresse »o« kann nicht aufgelöst werden
/dev/null: Schema fehlt.
--2018-09-26 19:39:01-- http://www.accuweather.com/en/de/lichtenstein/09350/current-weather/171261
Auflösen des Hostnamens »www.accuweather.com (www.accuweather.com)« … 104.125.16.234
Verbindungsaufbau zu www.accuweather.com (www.accuweather.com)|104.125.16.234|:80 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 403 Forbidden
2018-09-26 19:39:02 FEHLER 403: Forbidden.
e.g
wget - U palemoon - o /dev/null -O $HOME/1_accuweather/curr_cond_raw "$curr_addr"
:8
Hi, Sector11,
I greet you
I have to go to the good old Mageia5 with Firefox...
Offline
@unklar
You have an error in your code: it should be -U and not - U (without the space).
Also, don't use palemoon as the user agent, just use firefox.
@S11
It was a conspiracy from me and Accuweather to break the script so that we could hear from you again
(Very glad we did buddy!!!)
On a more serious note, have you tried to kill conky and start it again?
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Please make Autocad Civil 3D and Archicad work on Linux!
Offline