Addition of N0NBH Solar terrestrial Data on a tile [Solved]

Hi Wim

I hate to ask but ever thought of having a solar data tile based on one of the images from N0NBH at HF Propagation and Solar-Terrestrial Data Website? I am thinking one like https://www.hamqsl.com/solarsun.php?

Would be nice to integrate my lightning data as well but that can be off the main index, which I need to fix from the last version…!

Thoughts?

Jon

I mages can be shown with the webcam blocks. There are three of them in the standard download.
Scripts webcam2_c_block.php and webcam3_c_block.php allow setting of the image in line 5

$webcam_img     = './img/camplus.jpg';  // demo value, replace with your link

This should work

$webcam_img     = 'https://www.hamqsl.com/solarsun.php'; 
Wim

Wim

Again you are a star!

Thank you.

Jon