It is currently April 25th, 2024, 2:20 am

blue vision v0.2 radar map

Get help with creating, editing & fixing problems with skins
feihung
Posts: 7
Joined: February 5th, 2015, 7:23 pm

blue vision v0.2 radar map

Post by feihung »

Why is this not working? I put in numerous url and it still does not give a map. Help!!!

Code: Select all

URL= http://image.weather.com/images/sat/uksat_600x405.jpg


;////////////////////////////////////////
;////////////////////////////////////////


;////////////////////////////////////////
;  IMAGE
;////////////////////////////////////////

[RadarMeasure]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=120
Url=#URL#
Download=1
FinishAction=!RainmeterRedraw

[Radar]
Meter=IMAGE
MeasureName=RadarMeasure
X=0
Y=0
W=300
H=200
ColorMatrix1=0; 0.33; 1; -0.1; 0
ColorMatrix2=0; 0.2; 1; -0.7; 0
ColorMatrix3=0; 0.33; 0; 1; 0

[Overlay]
Meter=Image
ImageName=RADAR OVERLAY.png
X=0
Y=0
W=300
H=200
Last edited by balala on November 29th, 2018, 9:39 am, edited 1 time in total.
Reason: Please use [code] tags when posting code snippets. It's the </> button.
User avatar
balala
Rainmeter Sage
Posts: 16168
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: blue vision v0.2 radar map

Post by balala »

Do you have a [Variables] section name, before the URL variable? If you don't have, Rainmeter won't know URL is a variable and won't use it as such:

Code: Select all

[Variables]
URL= http://image.weather.com/images/sat/uksat_600x405.jpg
feihung
Posts: 7
Joined: February 5th, 2015, 7:23 pm

Re: blue vision v0.2 radar map

Post by feihung »

No it was missing. I'll try that. Thanks!!!!

update, it didnt work and I found Variable higher up on the page.

This is what it looks like right now near the URL.

;/////////////////////////////////////
;/////////////////////////////////////

PASTE THE LINK BELOW!!!!! URL = <YOUR LINK>

[Variables]
URL= http://image.weather.com/images/sat/uksat_600x405.jpg


Any ideas?
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: blue vision v0.2 radar map

Post by CyberTheWorm »

If you click on that link it will not load a page
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
balala
Rainmeter Sage
Posts: 16168
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: blue vision v0.2 radar map

Post by balala »

feihung wrote: March 25th, 2019, 1:58 am update, it didnt work
After a half of year? I'm not surprised... :Whistle
Yes, CyberTheWorm is right:
CyberTheWorm wrote: March 25th, 2019, 4:58 am If you click on that link it will not load a page
The link posted as the URL variable:
feihung wrote: March 25th, 2019, 1:58 am [Variables]
URL= http://image.weather.com/images/sat/uksat_600x405.jpg
doesn't work anymore.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5406
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: blue vision v0.2 radar map

Post by eclectic-tech »

feihung wrote: March 25th, 2019, 1:58 am No it was missing. I'll try that. Thanks!!!!

update, it didnt work and I found Variable higher up on the page.

This is what it looks like right now near the URL.

;/////////////////////////////////////
;/////////////////////////////////////

PASTE THE LINK BELOW!!!!! URL = <YOUR LINK>

[Variables]
URL= http://image.weather.com/images/sat/uksat_600x405.jpg


Any ideas?
Try this link from EUMETSAT image page:

URL=http://oiswww.eumetsat.org/IPPS/html/latestImages/EUMETSAT_MSG_IR039Color_WesternEurope.jpg

bluvsat.png
You do not have the required permissions to view the files attached to this post.