Page 10 of 13

Re: Weather SKIN REQUEST

Posted: January 31st, 2017, 1:38 pm
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.

Re: Weather SKIN REQUEST

Posted: February 1st, 2017, 10:35 am
by vHAPpY
i guess it's difficult to do so since there's an individual shoreline for each country

Re: Weather SKIN REQUEST

Posted: February 1st, 2017, 10:48 am
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

Re: Weather SKIN REQUEST

Posted: February 1st, 2017, 1:04 pm
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.

Re: Weather SKIN REQUEST

Posted: February 1st, 2017, 2:37 pm
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?

Re: Weather SKIN REQUEST

Posted: February 3rd, 2017, 7:12 am
by vHAPpY
:-(

Re: Weather SKIN REQUEST

Posted: February 3rd, 2017, 8:48 am
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

Re: Weather SKIN REQUEST

Posted: February 3rd, 2017, 11:21 am
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

Re: Weather SKIN REQUEST

Posted: February 6th, 2017, 8:40 am
by vHAPpY
nevermind rather i cant really follow on you guys. :? :?

Re: Weather SKIN REQUEST

Posted: February 6th, 2017, 9:22 am
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).