Hi.
I created a skin in Rainmeter that takes an image from the camera and refreshes it every 30 seconds. The skin works, but there is a problem with refreshing the camera image. Generally it doesn't refresh at all, even every 30 seconds. It downloads the image when the rain gauge is started, then the image is in a frozen state. For the image to update, I need to restart reinmater. Can anyone help me, i have tried different approaches but I can't deal with it
.
Below is the skin script, the URL is an example.:
[Rainmeter]
DynamicWindowSize=1
Update=1000
BackgroundMode=2
SolidColor=80,80,80,200
[Metadata]
Name=Kamera-Balkon
Author=DjGreen
Information=Camera
[MeasureImage]
Measure=WebParser
Url=https://cam1.pl?cache_buster=#TimeStamp# ; Dodanie timestampu, aby wymusić nowe żądanie
Download=1
UpdateRate=30000 ; Odświeżanie obrazu co 10 sekund
[MeterImage]
Meter=Image
MeasureName=MeasureImage
X=0
Y=0
W=450
H=253
PreserveAspectRatio=1
[ClickAction]
Meter=Button
ButtonText=Kliknij dwukrotnie, aby otworzyć kamerę
X=0
Y=0
W=450
H=253
LeftMouseUpAction=["https://cam1.pl"]
I created a skin in Rainmeter that takes an image from the camera and refreshes it every 30 seconds. The skin works, but there is a problem with refreshing the camera image. Generally it doesn't refresh at all, even every 30 seconds. It downloads the image when the rain gauge is started, then the image is in a frozen state. For the image to update, I need to restart reinmater. Can anyone help me, i have tried different approaches but I can't deal with it

Below is the skin script, the URL is an example.:
[Rainmeter]
DynamicWindowSize=1
Update=1000
BackgroundMode=2
SolidColor=80,80,80,200
[Metadata]
Name=Kamera-Balkon
Author=DjGreen
Information=Camera
[MeasureImage]
Measure=WebParser
Url=https://cam1.pl?cache_buster=#TimeStamp# ; Dodanie timestampu, aby wymusić nowe żądanie
Download=1
UpdateRate=30000 ; Odświeżanie obrazu co 10 sekund
[MeterImage]
Meter=Image
MeasureName=MeasureImage
X=0
Y=0
W=450
H=253
PreserveAspectRatio=1
[ClickAction]
Meter=Button
ButtonText=Kliknij dwukrotnie, aby otworzyć kamerę
X=0
Y=0
W=450
H=253
LeftMouseUpAction=["https://cam1.pl"]
Statistics: Posted by djgreen — Today, 6:40 pm