I notice some PWS sites like this one - http://fleurie-meteolive.fr/ECOWITT/
Have a satellite view in one of the blocks.
How do I enable this on my site?
Many thanks
Actually I think its a Rain Radar block!
I notice some PWS sites like this one - http://fleurie-meteolive.fr/ECOWITT/
Have a satellite view in one of the blocks.
How do I enable this on my site?
Many thanks
Actually I think its a Rain Radar block!
If you see “owner-made” blocks, better ask the website owner use the lower right in the footer => "credits . . "
In this case the standard “webcam2_c_block.php” is used as described in this topic: Can I use your extra popups ?
That block needs then adapted with the link to the radar image, in this case https://neige.meteociel.fr/satellite/anim_ir.gif
There are 3 “webcam-image-movie” blocks which can be used for webcam or any (animated) image you like.
The first webcam block uses the webcam-“image” from your settings
The other 2 need more DIY.
Succes,
Wim
Ok - many thanks - I will take a look
Ok - beyond my (very limited) skillset! #-o #-o #-o
Can I put in a request that at some stage in the future, if possible, rain radar can be added to the standard tile setup accessed via easyweathersetup.php ??
I can change the setup of the webcams so that it is only 1 image link. But that will be not next week, there are bigger problems for now, sorry.
Attached a zip with
Should work, as usual 99% sure.,
Wim
sat.zip (3.63 KB)
Many many thanks - 99% perfect!
It shows rain radar and has the correct block title - however when I click enlarge it still brings up the default demo webcam image
When you click on the image it opens a large image.
You have to switch of the enlarge in PWS_blocks.php line 438
$blck_ppp [$script][] = array ('show' => true, 'popup' => 'image_popup.php?nr=wcam3', 'chartinfo' => 'popup', 'text' => $cam_txt );
by changing true to false
$blck_ppp [$script][] = array ('show' => false, 'popup' => 'image_popup.php?nr=wcam3', 'chartinfo' => 'popup', 'text' => $cam_txt );
Wim
100% perfect - you sir are brilliant
Many many thanks