woolfg
September 18, 2024, 5:06pm
1
Hi
I have just added an allsky webcam to my website using the webcam 3 block
The image displays OK but when I click on enlarge nothing happens and I cant see why
Its the same with the weather chart in the bottom right hand corner
The live video feed works ok
My website is here ringwoodweather.ddns.net:8000/Weatherflow
Any ideas would be much appreciated
Thanks
Graham
hcorrin
September 18, 2024, 8:07pm
2
my edge shows url not found on server for the webcam see attached
the chart seems to be showing ok in large mode
woolfg
September 19, 2024, 4:07pm
3
Hi
Thanks for the reply - yes thats the problem and I dont know how to fix it
Graham
Check this answer, maybe it helps?
Current you are using
. . .000/Weatherflow/webfilm_popup.php
The error reads “The requested URL was not found on this server.”
That is correct as that script is in the _my_settings/ folder.
The link should read
. . .000/Weatherflow/_my_settings/webfilm_popup.php
That link shows a setup-error “Script needs to be adapted to your movie first”
The satellite image pop-ups correctly with a link
000/Weatherflow/Satellite/satellite.jpg
The movie in the standard webcam block shows OK and pop-ups OK
Succes,
Wim
Problem seems to persists
The link is invalid. There is a : where it should be a / http://ringwoodweather.ddns.net:8000:Weatherflow/_my_settings/webfilm_popup.php
It should read:
http://ringwoodweather.ddns.net:8000/Weatherflow/_my_settings/webfilm_popup.php
You also have to adept the script _my_settings/webfilm_popup.php
Set the message line 26 to comment by adding a # on the first position
Modify the line 29 iFrame code to point to your live video
Succes, Wim
woolfg
September 29, 2024, 8:28am
6
Hi Wim
I think I have done as you suggested but it still wont work
I’ve obviously missed something again but not sure what
Regards
Graham
Probably a typo in my previous answer.
The line 24
die ('Script needs to be adapted to your movie first ') ;
needs to be changed to comment by adding a # in the first position
It should read:
# die ('Script needs to be adapted to your movie first ') ;
The URL which you added works OK.
It is a still image though, not a webfilm. But it will work with this “webfilm’” script and maybe later on you want to show a webfilm.
Succes,
Wim
1 Like
woolfg
September 29, 2024, 8:53am
8
Hi Wim
Many thanks for your help - its all working now
Warm Wishes
Graham
1 Like