It is currently March 28th, 2024, 1:38 pm

Weather SKIN REQUEST

Get help with creating, editing & fixing problems with skins
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Weather SKIN REQUEST

Post by balala »

In your code, the only available variable is MapArea=asph_phil, the other lines being commented out. If you add an @Include=#@#settings\settings.inc option to the [Variables] section of your skin (obviously saving the posted code into the settings.inc file), the skin will be able to use the MapArea variable.
User avatar
vHAPpY
Posts: 84
Joined: November 26th, 2016, 2:45 am

Re: Weather SKIN REQUEST

Post by vHAPpY »

i guess it's difficult to do so since there's an individual shoreline for each country
User avatar
vHAPpY
Posts: 84
Joined: November 26th, 2016, 2:45 am

Re: Weather SKIN REQUEST

Post by vHAPpY »

Ive noticed that since there's a settings.inc How will this be changed to the choosen country Link

Code: Select all

[MeasureImagesURL]
Measure=Plugin
Plugin=WebParser
Url=http://rammb.cira.colostate.edu/ramsdis/online/archive_with_thumbnails.asp?data_folder=himawari-8/philippines_true_color&width=1020&height=720
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Weather SKIN REQUEST

Post by balala »

vHAPpY wrote:Ive noticed that since there's a settings.inc How will this be changed to the choosen country Link
To be honest, I have no idea what are you talking about!
I don't know where would you like to use the MapArea variable and why would depend this on the country? As I said, in the posted included file code, the only available variable is MapArea. Please come back with some details.
User avatar
vHAPpY
Posts: 84
Joined: November 26th, 2016, 2:45 am

Re: Weather SKIN REQUEST

Post by vHAPpY »

i mean it will not choose that maparea because theres that code

Code: Select all

[MeasureImagesURL]
Measure=Plugin
Plugin=WebParser
Url=http://rammb.cira.colostate.edu/ramsdis/online/archive_with_thumbnails.asp?data_folder=himawari-8/philippines_true_color&width=1020&height=720
am i right?
User avatar
vHAPpY
Posts: 84
Joined: November 26th, 2016, 2:45 am

Re: Weather SKIN REQUEST

Post by vHAPpY »

:-(
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy
Contact:

Re: Weather SKIN REQUEST

Post by fonpaolo »

I think you've a lot of confusion regarding #Variables# and separated .inc files for variables storage (and editing).

Every Measure or Meter using one (or more) variables stored in your .inc file, must have a #VariableName# and the corresponding value in the .inc file.

To be clear, something like this in your skin:

Code: Select all

[MeasureWhatever
Measure=Plugin
Plugin=XXX
Url=#MyWebLink#
RegExp=YYY
...and something like this in your .inc file:

Code: Select all

[Variables]
MyWebLink=www.yourweatherlink.com
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Weather SKIN REQUEST

Post by balala »

fonpaolo wrote:I think you've a lot of confusion regarding #Variables# and separated .inc files for variables storage (and editing).

Every Measure or Meter using one (or more) variables stored in your .inc file, must have a #VariableName# and the corresponding value in the .inc file.

To be clear, something like this in your skin:

Code: Select all

[MeasureWhatever
Measure=Plugin
Plugin=XXX
Url=#MyWebLink#
RegExp=YYY
...and something like this in your .inc file:

Code: Select all

[Variables]
MyWebLink=www.yourweatherlink.com
And don't forget to include the .inc file into the .ini, through an @Include statement, otherwise the variable defined into the .inc file can't be used:

Code: Select all

[Variables]
@Include=#@#MyVariables.inc
User avatar
vHAPpY
Posts: 84
Joined: November 26th, 2016, 2:45 am

Re: Weather SKIN REQUEST

Post by vHAPpY »

nevermind rather i cant really follow on you guys. :? :?
User avatar
balala
Rainmeter Sage
Posts: 16109
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Weather SKIN REQUEST

Post by balala »

vHAPpY wrote:nevermind rather i cant really follow on you guys. :? :?
Why? What is the problem?
Let's start over again. Please post again the last code you have and a description of the problem (to be honest, a long time passed since out last discussion and I'm a bit lazy to read all again).
Post Reply