ZitatThus the above "$DATE" should be a variable thing. Is this possible?
It would not do what you expect.
The weblink module generates an HTML <image src="..."> tag, which "sits" in the Browser for indefinite time, there is no action associated with it.
If the image is displayed all the time, e.g. in a static wall-mounted display, than a FHEM-at-instance could start the following every X minute:
trigger WEB JS:$("img[src*=ipcam_kids_snapshot").attr("src","/fhem/snapshots/ipcam_kids_snapshot.jpg?ts="+(new Date()).getTime());
As an alternative, you could include your own JavaScript, replacing the FHEM at and trigger.
In an ideal world the weblink module would generate this JavaScript code, and you could specify the refresh interval via an attribute.