ATTENTION! GOES 16 Satellite has been replaced by GOES 19 Satellite. (Not here but in space). What to fix? Solution!
Hi all! This is to inform you that, according to the website https://rammb-slider.cira.colostate.edu/,
GOES16 satellite has been replaced by GOES19 satellite. So goes16-background stopped updating images of Earth from April 7, 2025.
HOW TO FIX the script?
Shall we change all numbers 16 to 19 in all the files of the script? Or can somebody do it for all the users? Please, Help!
MY SOLUTION
To change from GOES 16 to GOES 19 satellite images you should do the following:
- Open goes16-background --> goes16background folder in your Home Folder
- Open the file main.py in the editor (I opened it in Kate)
- Change the number 16 to the number 19 in two following lines of the code:
/imagery/{}/goes-16---full_disk/natural_color/ --> /imagery/{}/goes-19---full_disk/natural_color/
json/goes-16/full_disk/natural_color/--> json/goes-19/full_disk/natural_color/
- Reinstall goes16-background script:
(a) Open the terminal window inside the folder does16-background
(b) Execute in terminal the command:
sudo python3 setup.py install
- Test if new images are loaded:
Execute in terminal the command:
goes16-background
- Restart systemd:
systemctl --user enable --now goes16-background.timer
It's always better to restart your PC:
sudo reboot
ENJOY GOES-19 background!
=================================================
Cameronleger - THE OWNER OF THE SCRIPT or people who know how to code:
PLEASE, UPDATE THE WHOLE SCRIPT to use the GOES19 satellite images!!! PLEASE, get it ready to be used with Plasma6 (you need to change just one digit!!!) DO IT, it is a matter of politness, respect of users, and good taste.