guska-a
Nowy
Liczba postów: 5
|
RE: Rainmeter
Bardzo proszę o pomoc. Od niedawna, moja pogoda zaczęła wariować, nie wiedzieć czemu nie chce się cała ładować. Czasem się załaduje 3/4 obrazków, czasem tylko jakiś jeden. Bardzo proszę o jakieś wskazówki co może być nie tak. Dołączam pogodę.
Sorki za sposób dodania, ale załącznik nie chciał mi się załączyć :/
Kod:
;[BEGIN CONFIG FILE]==============================
[Rainmeter]
Author=VClouds
Version=1.1
AppVersion=100100
Update=1000
DynamicWindowSize=1
[Metadata]
Name=VClouds Weather
Description=Detailed weather skin with up to 9 days forecast. Weather information is taken from weather.com.
Instructions=Look at the instructions below (at the VClouds Weather.ini file) for font colors, location, icons and units.
Version=1.1
Tags=Weather|VClouds
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Variant=
Preview=#SKINSPATH#VClouds Weather\Preview.png
[Variables]
FontFace=HandelGotD
FontColor=255,205,50,255
FontColor2=255,205,50,150
FontColor3=255,255,255,240
FontColor4=255,255,255,150
FontSize=9
FontSize2=12
;-- WEATHER ICONS -- folder Path for the weather icons and their size.
Icon=\Icons\
Icon2=\IconsS\
H=76
W=76
PreserevAspectRatio=1
;-- LOCATION -- Go to http: //www.weather.com/ search for your city.
;when in your city page, Copy the 8 digit code at the URL in the address bar | Paste the location code below.
Location=UKXX0085
;-- UNIT -- Choose either m, for metric (Celsius/km), or f, for imperial (Fahrenheit/mi) | Choose the unit below.
Unit=m
LOC_URL=http: //www.weather.com/weather/today/#Location#
;==========================================================
;[MEASURE WEATHER]=========================================
;==========================================================
[MeasureCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1800
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU).*<locale>(.*)</locale>.*<ut>(.*)</ut>.*<ud>(.*)</ud>.*<us>(.*)</us>.*<up>(.*)</up>.*<ur>(.*)</ur>.*<loc id="(.*)">.*<dnam>(.*)</dnam>.*<tm>(.*)</tm>.*<lat>(.*)</lat>.*<lon>(.*)</lon>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<zone>(.*)</zone>.*<cc>.*<lsup>(.*)</lsup>.*<obst>(.*)</obst>.*<tmp>(.*)</tmp>.*<flik>(.*)</flik>.*<t>(.*)</t>.*<icon>(.*)</icon>.*<bar>.*<r>(.*)</r>.*<d>(.*)</d>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<hmid>(.*)</hmid>.*<vis>(.*)</vis>.*<uv>.*<i>(.*)</i>.*<t>(.*)</t>.*<dewp>(.*)</dewp>.*<moon>.*<icon>(.*)</icon>.*<t>(.*)</t>.*<ppcp>(.*)</ppcp>.*"
[Today]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1800
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<dayf>.*<lsup>(.*)</lsup>.*<day d="0" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
[MeasureForcastToday+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=12600
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<day d="1" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
[MeasureForcastToday+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=12600
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<day d="2" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
[MeasureForcastToday+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=12600
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<day d="3" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
[MeasureForcastToday+4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=12600
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<day d="4" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
[MeasureForcastToday+5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=12600
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<day d="5" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
[MeasureForcastToday+6]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=12600
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<day d="6" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
[MeasureForcastToday+7]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=12600
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<day d="7" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
[MeasureForcastToday+8]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=12600
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<day d="8" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
[MeasureForcastToday+9]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=12600
Url=http: //xml.weather.com/weather/local/PLXX0055?cc=*&unit=m&dayf=10
RegExp="(?siU)<day d="9" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
;==========================================================
;[GRAPHICS]================================================
;==========================================================
PLXX0037
;---Current---
;-=Icon=-
[MeasureIconCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=20
[MeterCurrentIcon]
Path=Icons
MeasureName=MeasureIconCurrent
Meter=Image
PreserveAspectRatio=1
AntiAlias=1
X=40
Y=10
FontColor=#FontColor2#
FontFace=#FontFace#
FontSize=30
LeftMouseDownAction=!execute ["#LOC_URL#"]
FontSize=10
;-=Current=-
[MeasureTempCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=17
[MeasureTempUnitCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=2
[MeasureLocationCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=8
[MeasureUpdateCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=15
[MeasureConditionsCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=19
Substitute="N/A": "chwilowo brak informacji","AM": "z rana","and": "i","Light Rain Early": "nieznaczne opady deszczu","Drifting Snow": "zawieje i zamiecie śnieżne","Heavy Snow": "intensywne opady śniegu","Light Drizzle": "lekka mżawka","Light": "lekki","Drizzle": "mżawka","Clouds": "zachmurzenie","Shallow": "płytka","Fog": "mgła","Mgła": "mgła","Fair": "pogodnie","Mostly": "przeważnie","Partly": "częściowe","Cloudy": "zachmurzenie","Early": "nieznaczne","Clouds Early": "nieznaczne zachmurzenie","Clearing": "przejaśnienie","Clear": "księżyc czysty","Heavy Rain": "ulewa","Sunny": "słonecznie","Few Showers": " możliwe lekkie opady","Light Rain": "niewielkie opady deszczu","Mostly Sunny": "możliwe przejaśnienia","Partly Cloudy": "niewielkie zachmurzenia","Rain": "deszcz","Late": "późnym wieczorem","Heavy Rain": "intensywne opady deszczu","Thunder": "burza","T-Storms": "gwałtowne burze","T-Storm": "gwałtowna burza","Showers": "przelotne opady deszczu","Light Snow": "lekkie opady śniegu","Snow": "śnieg","Grains": "ziarnisty","Windy": "wietrznie","Mist": "zamglenia","Set": "zespół","Wind": "wietrznie","Isolated": "pojedyńcze","T-": "gwałtowne/","Sun": "słońce","PM": "po płudniu","Mostly Clear": "spodziewane przejaśnienia","grads": "opady deszczu","in the Vicinity": "w okolicy","with": "oraz","Scattered": "spodziewane","grad": "grad","Shower": "przelotne opady"
[MeasureUnitsCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=3
[MeasureUnits2Current]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=4
[MeasureHumidityCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=27
[MeasureWindCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=23
[MeasureWindDirCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=26
[MeasureFeelsLikeCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=18
[MeasurePressureCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=21
[MeasurePressure2Current]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=22
[MeasurePressure3Current]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=5
[MeasurePrecipCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=34
[MeasureVisibilityCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=28
[MeasureSunriseCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=12
[MeasureSunsetCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=13
[MeasureMoonphaseCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=33
[MeterLocationCurrent]
MeasureName=MeasureLocationCurrent
Meter=String
X=2
Y=0
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=11
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
[MeterUpdateCurrent]
MeasureName=MeasureUpdateCurrent
Meter=String
X=0
Y=15r
FontColor=#FontColor2#
FontFace=#FontFace#
FontSize=8
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
FontEffectColor=00,0,0,170
AntiAlias=1
Text="Uaktualnione dnia %1"
[MeterTempCurrent]
MeasureName=MeasureTempCurrent
MeasureName2=MeasureTempUnitCurrent
Meter=String
X=-3
Y=27
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=17
StringAlign=LEFT
StringStyle=BOLD
StringEffect=BORDER
FontEffectColor=00,0,0,170
AntiAlias=1
Text="Temperatura %1°%2"
[MeterConditionsCurrent]
MeasureName=MeasureConditionsCurrent
Meter=String
X=0
Y=63
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=11
StringStyle=BOLD
StringAlign=LEFT
StringEffect=BORDER
FontEffectColor=00,0,0,170
AntiAlias=1
[MeterHumidityCurrent]
MeasureName=MeasureHumidityCurrent
Meter=String
X=0
Y=82
FontFace=#FontFace#
FontColor=#FontColor3#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="Wilgotność: %1%"
[MeterFeelsLikeCurrent]
MeasureName=MeasureFeelsLikeCurrent
Meter=String
X=0
Y=12r
FontFace=#FontFace#
FontColor=#FontColor3#
FontSize=8
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="Odczuwalność: %1°"
[MeterPrecipCurrent]
MeasureName=MeasurePrecipCurrent
Meter=String
X=0
Y=12r
FontFace=#FontFace#
FontColor=#FontColor3#
FontSize=8
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="Opady: %1%"
[MeterVisibilityCurrent]
MeasureName=MeasureVisibilityCurrent
MeasureName2=MeasureUnitsCurrent
Meter=String
X=0
Y=12r
FontFace=#FontFace#
FontColor=#FontColor3#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="Widoczność: %1 %2"
[MeterWindCurrent]
MeasureName=MeasureWindCurrent
MeasureName2=MeasureWindDirCurrent
MeasureName3=MeasureUnits2Current
Meter=String
X=0
Y=12r
FontFace=#FontFace#
FontColor=#FontColor3#
FontSize=8
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="Wiatr: %1 %3 (%2)"
[MeterPressureCurrent]
MeasureName=MeasurePressureCurrent
MeasureName2=MeasurePressure3Current
MeasureName3=MeasurePressure2Current
Meter=String
X=0
Y=12r
FontFace=#FontFace#
FontColor=#FontColor3#
FontSize=8
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="Ciśnienie: %1 %2 (%3)"
[MeterSunriseCurrent]
MeasureName=MeasureSunriseCurrent
Meter=String
X=0
Y=12r
FontFace=#FontFace#
FontColor=#FontColor3#
FontSize=8
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="Wschód słońca: %1"
[MeterSunsetCurrent]
MeasureName=MeasureSunsetCurrent
Meter=String
X=0
Y=12r
FontFace=#FontFace#
FontColor=#FontColor3#
FontSize=8
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="Zachód słońca: %1"
[MeterMoonphaseCurrent]
MeasureName=MeasureMoonphaseCurrent
Meter=String
X=0
Y=12r
FontFace=#FontFace#
FontColor=#FontColor3#
FontSize=8
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
AntiAlias=1
Text="Faza Księżyca: %1"
Substitute="Full": "Pełnia","Waning Gibbous": "malejący garb","Last Quarter": "III kwadra","Waning Crescent": "malejący sierp","New": "nów","Waxing Crescent": "rosnący sierp","First Quarter": "I kwadra","Waxing Gibbous": "rosnący garb"
;-=WeatherText=-
[MeasureWeatherTextCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureCurrent]
StringIndex=3
;[MeterWeatherTextCurrent]
Meter=String
MeasureName=MeasureWeatherTextCurrent
X=r
Y=R
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=#FontSize#
AntiAlias=1
;[TODAY]=====================================
[MeasureWeatherDesc1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Today]
StringIndex=9
Substitute="N/A": "chwilowo brak informacji","AM": "z rana","and": "i","Light Rain Early": "nieznaczne opady deszczu","Drifting Snow": "zawieje i zamiecie śnieżne","Heavy Snow": "intensywne opady śniegu","Light Drizzle": "lekka mżawka","Light": "lekki","Drizzle": "mżawka","Clouds": "zachmurzenie","Shallow": "płytka","Fog": "mgła","Mgła": "mgła","Fair": "pogodnie","Mostly": "przeważnie","Partly": "częściowe","Cloudy": "zachmurzenie","Early": "nieznaczne","Clouds Early": "nieznaczne zachmurzenie","Clearing": "przejaśnienie","Clear": "księżyc czysty","Heavy Rain": "ulewa","Sunny": "słonecznie","Few Showers": " możliwe lekkie opady","Light Rain": "niewielkie opady deszczu","Mostly Sunny": "możliwe przejaśnienia","Partly Cloudy": "niewielkie zachmurzenia","Rain": "deszcz","Late": "późnym wieczorem","Heavy Rain": "intensywne opady deszczu","Thunder": "burza","T-Storms": "gwałtowne burze","T-Storm": "gwałtowna burza","Showers": "przelotne opady deszczu","Light Snow": "lekkie opady śniegu","Snow": "śnieg","Grains": "ziarnisty","Windy": "wietrznie","Mist": "zamglenia","Set": "zespół","Wind": "wietrznie","Isolated": "pojedyńcze","T-": "gwałtowne/","Sun": "słońce","PM": "po płudniu","Mostly Clear": "spodziewane przejaśnienia","grads": "opady deszczu","in the Vicinity": "w okolicy","with": "oraz","Scattered": "spodziewane","grad": "grad","Shower": "przelotne opady"
[MeasureWeatherDay1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Today]
StringIndex=2
[MeasureWeatherTemp1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Today]
StringIndex=4
Substitute="N/A": "666"
[MeasureWeatherIcon1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Path=#Icon#
Url=[Today]
StringIndex=8
[CheckNATemp]
Measure=Calc
Formula=[MeasureWeatherTemp1]
IfBelowValue=665
IfBelowAction=!execute [!RainmeterHideMeter MeterNightTemp1][!RainmeterHideMeter MeterNightDay1][!RainmeterHideMeter MeterNightDesc1][!RainmeterHideMeter MeterNightIcon1][!RainmeterShowMeter MeterTemp1][!RainmeterShowMeter MeterDay1][!RainmeterShowMeter MeterDesc1][!RainmeterShowMeter MeterIcon1]
IfEqualValue=666
IfEqualAction=!execute [!RainmeterHideMeter MeterTemp1][!RainmeterHideMeter MeterDay1][!RainmeterHideMeter MeterDesc1][!RainmeterHideMeter MeterIcon1][!RainmeterShowMeter MeterNightTemp1][!RainmeterShowMeter MeterNightDay1][!RainmeterShowMeter MeterNightDesc1][!RainmeterShowMeter MeterNightIcon1]
DynamicVariables=1
;[TONIGHT]=====================================
[MeasureWeatherNightDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Today]
StringIndex=18
Substitute="N/A": "chwilowo brak informacji","AM": "z rana","and": "i","Light Rain Early": "nieznaczne opady deszczu","Drifting Snow": "zawieje i zamiecie śnieżne","Heavy Snow": "intensywne opady śniegu","Light Drizzle": "lekka mżawka","Light": "lekki","Drizzle": "mżawka","Clouds": "zachmurzenie","Shallow": "płytka","Fog": "mgła","Mgła": "mgła","Fair": "pogodnie","Mostly": "przeważnie","Partly": "częściowe","Cloudy": "zachmurzenie","Early": "nieznaczne","Clouds Early": "nieznaczne zachmurzenie","Clearing": "przejaśnienie","Clear": "księżyc czysty","Heavy Rain": "ulewa","Sunny": "słonecznie","Few Showers": " możliwe lekkie opady","Light Rain": "niewielkie opady deszczu","Mostly Sunny": "możliwe przejaśnienia","Partly Cloudy": "niewielkie zachmurzenia","Rain": "deszcz","Late": "późnym wieczorem","Heavy Rain": "intensywne opady deszczu","Thunder": "burza","T-Storms": "gwałtowne burze","T-Storm": "gwałtowna burza","Showers": "przelotne opady deszczu","Light Snow": "lekkie opady śniegu","Snow": "śnieg","Grains": "ziarnisty","Windy": "wietrznie","Mist": "zamglenia","Set": "zespół","Wind": "wietrznie","Isolated": "pojedyńcze","T-": "gwałtowne/","Sun": "słońce","PM": "po płudniu","Mostly Clear": "spodziewane przejaśnienia","grads": "opady deszczu","in the Vicinity": "w okolicy","with": "oraz","Scattered": "spodziewane","grad": "grad","Shower": "przelotne opady"
Text="Wieczorem"
[MeasureWeatherNightTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Today]
StringIndex=5
[MeasureWeatherNightIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[Today]
StringIndex=17
;[DISPLAY TODAY]=============================
[MeterIcon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=128
Y=189
PreserveAspectRatio=1
Path=#Icon2#
AntiAlias=1
Hidden=0
[MeterNightIcon1]
MeasureName=MeasureWeatherNightIcon
Meter=IMAGE
X=0r
Y=0r
PreserveAspectRatio=1
Path=#Icon2#
AntiAlias=1
Hidden=1
[MeterDay1]
;MeasureName=MeasureWeatherDay1
Meter=STRING
X=0
Y=195
StringAlign=LEFT
StringStyle=BOLD
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=10
Text="Dziś"
Antialias=1
StringEffect=Shadow
Hidden=0
[MeterNightDay1]
;MeasureName=MeasureWeatherDay1
Meter=STRING
X=0r
Y=0r
StringAlign=LEFT
StringStyle=BOLD
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=10
Text="Wieczór"
Antialias=1
StringEffect=Shadow
Hidden=1
[MeterTemp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=0r
Y=13r
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=10
StringAlign=LEFT
Antialias=1
Postfix="°"
StringEffect=Shadow
Hidden=0
[MeterNightTemp1]
MeasureName=MeasureWeatherNightTemp
Meter=STRING
X=0r
Y=0r
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=10
StringAlign=LEFT
Antialias=1
Postfix="°"
StringEffect=Shadow
Hidden=1
[MeterDesc1]
MeasureName=MeasureWeatherDesc1
Meter=STRING
X=0r
Y=15r
FontColor=#FontColor4#
FontFace=#FontFace#
FontSize=8
StringAlign=LEFT
Antialias=1
StringEffect=Shadow
FontEffectColor=00,0,0,170
Hidden=0
[MeterNightDesc1]
MeasureName=MeasureWeatherNightDesc
Meter=STRING
X=0r
Y=0r
FontColor=#FontColor4#
FontFace=#FontFace#
FontSize=8
StringAlign=LEFT
Antialias=1
StringEffect=Shadow
FontEffectColor=00,0,0,170
Hidden=1
;---Today+1---
;-=Icon=-
[MeasureIcon+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+1]
StringIndex=7
[MeterIcon+1]
Path=#Icon2#
MeasureName=MeasureIcon+1
Meter=Image
X=130
Y=230
H=#H#
W=#W#
PreserveAspectRatio=1
AntiAlias=1
;-=DayName=-
[MeasureDay+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
;Url=[MeasureForcastToday+1]
StringIndex=1
[MeterDay+1]
Meter=String
MeasureName=MeasureDay+1
X=0
Y=10r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=10
StringStyle=Bold
AntiAlias=1
StringEffect=SHADOW
Text="Jutro"
;Text="%1"
;-=Date=-
[MeasureDate+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+1]
StringIndex=2
Substitute="Jan": "Styczeń","Feb": "Luty","Mar": "Marzec","Apr": "Kwiecień","May": "Maj","Jun": "Czerwiec","Jul": "Lipiec","Aug": "Sierpień","Sep": "Wrzesień","Oct": "Pażdziernik","Nov": "Listopad","Dec": "Grudzień"
[Meterdate+1]
MeasureName=MeasureDate+1
Meter=String
X=r
Y=-2R
FontColor=#FontColor2#
FontFace=#FontFace#
FontSize=7
AntiAlias=1
StringEffect=SHADOW
FontEffectColor=00,0,0,170
;-=Temperature=-
[MeasureTemp+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+1]
StringIndex=3
[MeasureLow+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+1]
StringIndex=4
[MeterTempDay+1]
MeasureName=MeasureTemp+1
MeasureName2=MeasureLow+1
Meter=String
X=r
Y=0R
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=10
AntiAlias=1
StringEffect=SHADOW
Text="%1° / %2°"
[MeasureConditions+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+1]
StringIndex=8
Substitute="N/A": "chwilowo brak informacji","AM": "z rana","and": "i","Light Rain Early": "nieznaczne opady deszczu","Drifting Snow": "zawieje i zamiecie śnieżne","Heavy Snow": "intensywne opady śniegu","Light Drizzle": "lekka mżawka","Light": "lekki","Drizzle": "mżawka","Clouds": "zachmurzenie","Shallow": "płytka","Fog": "mgła","Mgła": "mgła","Fair": "pogodnie","Mostly": "przeważnie","Partly": "częściowe","Cloudy": "zachmurzenie","Early": "nieznaczne","Clouds Early": "nieznaczne zachmurzenie","Clearing": "przejaśnienie","Clear": "księżyc czysty","Heavy Rain": "ulewa","Sunny": "słonecznie","Few Showers": " możliwe lekkie opady","Light Rain": "niewielkie opady deszczu","Mostly Sunny": "możliwe przejaśnienia","Partly Cloudy": "niewielkie zachmurzenia","Rain": "deszcz","Late": "późnym wieczorem","Heavy Rain": "intensywne opady deszczu","Thunder": "burza","T-Storms": "gwałtowne burze","T-Storm": "gwałtowna burza","Showers": "przelotne opady deszczu","Light Snow": "lekkie opady śniegu","Snow": "śnieg","Grains": "ziarnisty","Windy": "wietrznie","Mist": "zamglenia","Set": "zespół","Wind": "wietrznie","Isolated": "pojedyńcze","T-": "gwałtowne/","Sun": "słońce","PM": "po płudniu","Mostly Clear": "spodziewane przejaśnienia","grads": "opady deszczu","in the Vicinity": "w okolicy","with": "oraz","Scattered": "spodziewane","grad": "grad","Shower": "przelotne opady"
[MeterConditions+1]
MeasureName=MeasureConditions+1
Meter=String
X=r
Y=0R
FontColor=#FontColor4#
FontFace=#FontFace#
FontSize=8
AntiAlias=1
StringEffect=SHADOW
FontEffectColor=00,0,0,170
[MeasureLow+1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+1]
StringIndex=8
[MeterTempDay+1]
MeasureName=MeasureTemp+1
MeasureName2=MeasureTempUnit
MeasureName3=MeasureLow+1
Meter=String
X=r
Y=-2R
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=8
AntiAlias=1
StringEffect=SHADOW
;---Today+2---
;-=Icon=-
[MeasureIcon+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+2]
StringIndex=7
[MeterIcon+2]
Path=#Icon2#
MeasureName=MeasureIcon+2
Meter=Image
X=130
Y=-6R
H=#H#
W=#W#
PreserveAspectRatio=1
AntiAlias=1
;-=DayName=-
[MeasureDay+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+2]
StringIndex=1
Substitute="Monday": "Poniedziałek","Tuesday": "Wtorek","Wednesday": "Środa","Thursday": "Czwartek","Friday": "Piątek","Saturday": "Sobota","Sunday": "Niedziela"
[MeterDay+2]
Meter=String
MeasureName=MeasureDay+2
X=0
Y=10r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=10
StringStyle=Bold
AntiAlias=1
StringEffect=SHADOW
Text="%1"
;-=Date=-
[MeasureDate+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+2]
StringIndex=2
Substitute="Jan": "Styczeń","Feb": "Luty","Mar": "Marzec","Apr": "Kwiecień","May": "Maj","Jun": "Czerwiec","Jul": "Lipiec","Aug": "Sierpień","Sep": "Wrzesień","Oct": "Pażdziernik","Nov": "Listopad","Dec": "Grudzień"
[Meterdate+2]
MeasureName=MeasureDate+2
Meter=String
X=r
Y=-2R
FontColor=#FontColor2#
FontFace=#FontFace#
FontSize=7
AntiAlias=1
StringEffect=SHADOW
FontEffectColor=00,0,0,170
;-=Temperature=-
[MeasureTemp+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+2]
StringIndex=3
[MeasureLow+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+2]
StringIndex=4
[MeterTempDay+2]
MeasureName=MeasureTemp+2
MeasureName2=MeasureLow+2
Meter=String
X=r
Y=0R
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=10
AntiAlias=1
StringEffect=SHADOW
Text="%1° / %2°"
[MeasureConditions+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+2]
StringIndex=8
Substitute="N/A": "chwilowo brak informacji","AM": "z rana","and": "i","Light Rain Early": "nieznaczne opady deszczu","Drifting Snow": "zawieje i zamiecie śnieżne","Heavy Snow": "intensywne opady śniegu","Light Drizzle": "lekka mżawka","Light": "lekki","Drizzle": "mżawka","Clouds": "zachmurzenie","Shallow": "płytka","Fog": "mgła","Mgła": "mgła","Fair": "pogodnie","Mostly": "przeważnie","Partly": "częściowe","Cloudy": "zachmurzenie","Early": "nieznaczne","Clouds Early": "nieznaczne zachmurzenie","Clearing": "przejaśnienie","Clear": "księżyc czysty","Heavy Rain": "ulewa","Sunny": "słonecznie","Few Showers": " możliwe lekkie opady","Light Rain": "niewielkie opady deszczu","Mostly Sunny": "możliwe przejaśnienia","Partly Cloudy": "niewielkie zachmurzenia","Rain": "deszcz","Late": "późnym wieczorem","Heavy Rain": "intensywne opady deszczu","Thunder": "burza","T-Storms": "gwałtowne burze","T-Storm": "gwałtowna burza","Showers": "przelotne opady deszczu","Light Snow": "lekkie opady śniegu","Snow": "śnieg","Grains": "ziarnisty","Windy": "wietrznie","Mist": "zamglenia","Set": "zespół","Wind": "wietrznie","Isolated": "pojedyńcze","T-": "gwałtowne/","Sun": "słońce","PM": "po płudniu","Mostly Clear": "spodziewane przejaśnienia","grads": "opady deszczu","in the Vicinity": "w okolicy","with": "oraz","Scattered": "spodziewane","grad": "grad","Shower": "przelotne opady"
[MeterConditions+2]
MeasureName=MeasureConditions+2
Meter=String
X=r
Y=0R
FontColor=#FontColor4#
FontFace=#FontFace#
FontSize=8
AntiAlias=1
StringEffect=SHADOW
FontEffectColor=00,0,0,170
[MeasureLow+2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+2]
StringIndex=8
[MeterTempDay+2]
MeasureName=MeasureTemp+2
MeasureName3=MeasureLow+2
Meter=String
X=r
Y=-2R
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=8
AntiAlias=1
StringEffect=SHADOW
;---Today+3---
;-=Icon=-
[MeasureIcon+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+3]
StringIndex=7
[MeterIcon+3]
Path=#Icon2#
MeasureName=MeasureIcon+3
Meter=Image
X=130
Y=-6R
H=#H#
W=#W#
PreserveAspectRatio=1
AntiAlias=1
;-=DayName=-
[MeasureDay+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+3]
StringIndex=1
Substitute="Monday": "Poniedziałek","Tuesday": "Wtorek","Wednesday": "Środa","Thursday": "Czwartek","Friday": "Piątek","Saturday": "Sobota","Sunday": "Niedziela"
[MeterDay+3]
Meter=String
MeasureName=MeasureDay+3
X=0
Y=10r
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=10
StringStyle=Bold
AntiAlias=1
StringEffect=SHADOW
Text="%1"
;-=Date=-
[MeasureDate+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+3]
StringIndex=2
Substitute="Jan": "Styczeń","Feb": "Luty","Mar": "Marzec","Apr": "Kwiecień","May": "Maj","Jun": "Czerwiec","Jul": "Lipiec","Aug": "Sierpień","Sep": "Wrzesień","Oct": "Pażdziernik","Nov": "Listopad","Dec": "Grudzień"
[Meterdate+3]
MeasureName=MeasureDate+3
Meter=String
X=r
Y=-2R
FontColor=#FontColor2#
FontFace=#FontFace#
FontSize=7
AntiAlias=1
StringEffect=SHADOW
FontEffectColor=00,0,0,170
;-=Temperature=-
[MeasureTemp+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+3]
StringIndex=3
[MeasureLow+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+3]
StringIndex=4
[MeterTempDay+3]
MeasureName=MeasureTemp+3
MeasureName2=MeasureLow+3
Meter=String
X=r
Y=0R
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=10
AntiAlias=1
StringEffect=SHADOW
Text="%1° / %2°"
[MeasureConditions+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+3]
StringIndex=8
Substitute="N/A": "chwilowo brak informacji","AM": "z rana","and": "i","Light Rain Early": "nieznaczne opady deszczu","Drifting Snow": "zawieje i zamiecie śnieżne","Heavy Snow": "intensywne opady śniegu","Light Drizzle": "lekka mżawka","Light": "lekki","Drizzle": "mżawka","Clouds": "zachmurzenie","Shallow": "płytka","Fog": "mgła","Mgła": "mgła","Fair": "pogodnie","Mostly": "przeważnie","Partly": "częściowe","Cloudy": "zachmurzenie","Early": "nieznaczne","Clouds Early": "nieznaczne zachmurzenie","Clearing": "przejaśnienie","Clear": "księżyc czysty","Heavy Rain": "ulewa","Sunny": "słonecznie","Few Showers": " możliwe lekkie opady","Light Rain": "niewielkie opady deszczu","Mostly Sunny": "możliwe przejaśnienia","Partly Cloudy": "niewielkie zachmurzenia","Rain": "deszcz","Late": "późnym wieczorem","Heavy Rain": "intensywne opady deszczu","Thunder": "burza","T-Storms": "gwałtowne burze","T-Storm": "gwałtowna burza","Showers": "przelotne opady deszczu","Light Snow": "lekkie opady śniegu","Snow": "śnieg","Grains": "ziarnisty","Windy": "wietrznie","Mist": "zamglenia","Set": "zespół","Wind": "wietrznie","Isolated": "pojedyńcze","T-": "gwałtowne/","Sun": "słońce","PM": "po płudniu","Mostly Clear": "spodziewane przejaśnienia","grads": "opady deszczu","in the Vicinity": "w okolicy","with": "oraz","Scattered": "spodziewane","grad": "grad","Shower": "przelotne opady"
[MeterConditions+3]
MeasureName=MeasureConditions+3
Meter=String
X=r
Y=0R
FontColor=#FontColor4#
FontFace=#FontFace#
FontSize=8
AntiAlias=1
StringEffect=SHADOW
FontEffectColor=00,0,0,170
[MeasureLow+3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureForcastToday+3]
StringIndex=8
[MeterTempDay+3]
MeasureName=MeasureTemp+3
MeasureName3=MeasureLow+3
Meter=String
X=r
Y=-2R
FontColor=#FontColor3#
FontFace=#FontFace#
FontSize=8
AntiAlias=1
StringEffect=SHADOW
[/align]
Notatka została dodana nie znane . Ostatnia edycja dokonana 29.02.2012 13:14 przez peciaq:
Wkładaj takie rzeczy w kod. Otworzyłem wątek i rozjechała mi się cała strona. Następnym razem taki post usunę.
|