Images or Webview inside the groups?

Hi,

for me worked
"Frame label=“Kamera” {
Image url=“http://192.168.1.103/snapshot.cgi?user=XXXX&pwd=YYYY” label=“IP-Cam 1” refresh=6000"
with XXXX = Username
and YYYY = Password

so transfering it to your example this might help:

"Frame label=“Kamera” {
Image url=“http://“your-IP”/snapshot.cgi?user=XXXX&pwd=YYYY” label=“IP-Cam 1” refresh=6000"
with XXXX = Username
and YYYY = Password
and “your-IP” = your camera IP

you can check with typing
"http://“your-IP”/snapshot.cgi?user=XXXX&pwd=YYYY"
in your browser if you can see a picture.

Cheers
Björn