reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
179 stars 56 forks source link

[Error] Add additional enhancements to webinterface #108

Closed Crosswalkersam closed 3 years ago

Crosswalkersam commented 3 years ago

Hello,

I just added two new enhancements "SEA" and "THERM" to receive.sh as discribed in #42. When connecting to the Pi via SFTP I can download and see the images with the new enhancements, but they are not shown in the webinterface. How can I get them to show there?

reynico commented 3 years ago

Hi!

You'll need to add both SEA and THERM enhancements to line 59 in your /var/www/wx/Model/Conn.php file https://github.com/reynico/raspberry-noaa/blob/master/templates/webpanel/Model/Conn.php#L59

Crosswalkersam commented 3 years ago

That worked, Thanks!