How to add output from web camera to FreshWDL

Hi,
Where (in which module) should I add output from web camera to FreshWDL?

I want to add a picture frame from a web camera with code something like this: https://www.xxx.yy/image.cgi?resolution=320x240&compression=10&clock=0&date=0&text=0

just add that needed html code to the actual freshwdl html web page code
e.g near the bottom, before the closing or closing
experiment (back up the file first)

Thank you Brian!
According to developer, it is currently not possible “due to the the system has been set up”.
Maybe someone with the right skills can assist with a work around?

i would think you should be able to do it
I will try with my web page

it sort of works
http://www.weather-display.com/windy/FreshWDLmaster.html

but not really

Yes, this is as far as I got as well.
My goal is to be able to render the ip camera in the rectangle below wind speed and barometer graphs.

the problem is, that is code that is not hosted on your web site
that code would need to be changed
I think the author could make an image container for a web cam image
via the settings config file
?

Or download the code to local disk, make changes and run from local copy until developer have prepared for including network camera rendering.
If anyone have any idea about where and what to change it would be highly appreciated.

I see that it can be done:
www.larryscohen.com/weather

Niko seemingly you helped with this?

“Keep it simple” - FreshWDL is iframed into Larry’s original html page code :wink:

ah, so using an iframe :wink:

Regarding GW400’s request I did toy with the idea of having php/cron make a plain background image which would include the webcam image in the lower right corner…

I remember that Yerren planned another button to follow “Graphs” in the bottom right-hand corner. . . for altitude/cloud height.