JohnDee.com has some pretty neat maps, but the URL structure is dynamic, so this one is a little more complicated than my previous skins. Enjoy!
Update: I’m not sure why this isn’t refreshing automatically, but manually refreshing the skin must reload the variables.
;Shows the 4-day snowfall prediction from JohnDee.com.
;Much help from https://www.reddit.com/r/Rainmeter/comments/2qjbpw/help_build_url_by_concatenating_text_date_time/cn99at7/[Rainmeter]
Update=3600
;To make this to immediately show up, change value to 0 and refresh.[MeasureDateY]
Measure=Time
Format=%Y[MeasureDateM]
Measure=Time
Format=%m[MeasureDateD]
Measure=Time
Format=%d[MeasureURL]
Measure=String
String=http://johndee.com/wp-content/uploads/[MeasureDateY]/[MeasureDateM]/MIDSNOW[MeasureDateM][MeasureDateD].jpg
DynamicVariables=1[MeasureImage]
Measure=Plugin
Plugin=WebParser
MeasureName=MeasureURL
URL=[&MeasureURL]
Download=1[MeterImage]
Meter=Image
MeasureName=MeasureImage
H=375
W=500
I did some quick searching on this today, and am trying both
UpdateDivider=3600
at the top level andDynamicVariables=1
for each date measure. Will report how it works and update if the refresh looks correct.