Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1407

Help: Rainmeter Skins • Re: Rain meter skin doesnt work

$
0
0
It's extremely hard to say anything meaningful, because we don't have the whole config and the code has lot of not-known included resources. But first of all what you should check if the location is correctly set: check if in one of the included files (most probably in the @Resourcs\Measures\Location.inc file) you have a Location variable set. If it's there, most probably it should have to look like Location=#Latitude#,#Longitude# and the Latitude and Longitude variables should have also be set to certain numeric values.
If you don't know how to check all this, add the following extremely simple String meter to the end of the above posted code and refresh the skin:

Code:

[Uptime]Meter=STRINGX=10Y=10Padding=15,5,15,5FontColor=220,220,220FontEffectColor=0,0,0StringEffect=ShadowSolidColor=0,0,0,140FontSize=8FontFace=Segoe UIStringStyle=BOLDStringAlign=LEFTAntiAlias=1Text=Location: #Location##CRLF#Latitude: #Latitude##CRLF#Longitude: #Longitude#DynamicVariables=1
If all are correctly set, you should have to see something like this (obviously you'll see different numeric values, this is just an example):

Code:

Location: 41.5225,18.02584Latitude: 41.5225Longitude: 18.02584
I assume these variables are not set properly. Please check and if you can't find them, try opening the above mentioned @Resourcs\Measures\Location.inc file and try looking for the left empty variables (maybe are there, just have no values set - just an assumption). If you find them, add manually the appropriate valuesand refresh the skin.
Finally, if you can't get it working, pack the whole package / config and upload the package. This way we'll have all needed files to can check.

Additional note: whenever are you posting codes, use please the Code display button (looks this way: </> in the menu), not Spoiler.
Hello! thank you so much for helping.

I tried adding the additional codes above and it shows

Location: 14.757**
Latitude: #Latitude#
Longitude: #Longitude#

I'm going to attach the skin I downloaded

Statistics: Posted by cintax18 — Yesterday, 12:40 pm



Viewing all articles
Browse latest Browse all 1407

Trending Articles