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.Here's the code of the skin.
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
Code:
Location: 41.5225,18.02584Latitude: 41.5225Longitude: 18.02584
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.
Statistics: Posted by balala — Today, 7:17 am