Windows 7 Forum: konfiguracja, optymalizacja, porady, gadżety •
Rainmeter - Wersja do druku

+- Windows 7 Forum: konfiguracja, optymalizacja, porady, gadżety • (https://windows7forum.pl)
+-- Dział: Windows 7 (/windows-7-4-f)
+--- Dział: Multimedia i dodatki (/multimedia-i-dodatki-7-f)
+---- Dział: Gadżety Windows 7 (/gadzety-windows-7-32-f)
+---- Wątek: Rainmeter (/rainmeter-5755-t)



RE: Mój Rainmeter - Zajbatsu - 10.01.2011 21:29

Witam od wczoraj bawię się Rainmeterem i obecnei mój pulpit wygląda tak:
[Obrazek: beztytuubdk.png]

I moje pytanie może jest banalne , ale czy da się , a jeśli tak to jak zapisać wszytskie skiny które zastosowalem w tym pulpicie i zrobić sobie na przyklad drugi , żeby móc się przelączać między nimi , nie ustawiając wszytskiego od początku.Coś takiego jak backupWstydniś

P.S. Co jeszcze można dodać/uporządkować w moim pulpicie ?Uśmiechnięty


RE: Mój Rainmeter - hanus - 13.01.2011 13:48

Witam wszystkich dzisiaj zacząłem zabawę z tym programem i jak tu moje pytanie,czy mógłby mi ktos pomóc skonfigurować pogodę na miasto Olsztyn?

Kod:
;===========================================
;  Rainmeter configuration file
;===========================================

[Rainmeter]
Author=Jiri Mahel
AppVersion=1.2
Update=10000
;===========================================
;  Weather Dysplay
;===========================================

[Variables]
; nastaveni UpdateDivider pri Update=60000 na 1hod
update.Spd=60
fontColor.Text=255, 255, 255, 160
bar.color=255, 255, 255, 50
bar.color=255, 255, 255, 50
graph.line1=255, 255, 255, 75
graph.line2=255, 255, 255, 37
border.color=255, 255, 255, 75

FontName=Tahoma
FontHeight=8
AntiAlias=1

; define interner Viewer
eVIEWER=explorer.exe

;Please replace your location code of Weather.com below, e.g:  New York is USNY0996.
;You can check it on Weather.com or Google.
; Brno
dest=USNY0996
; define Fahrenheit Scale = f or Celsius = m
SCALE=f
; define show Scale Mark
SCALE.txt=°F
;================================================================

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
; updated weather ~15minut
UpdateRate=90
Url=http: //xoap.weather.com/weather/local/#dest#?cc=*&unit=#SCALE#&dayf=6
RegExp="(?siU)<weather ver="(.*)">.*<dnam>(.*),.*<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
StringIndex=1
IfAboveValue=0
IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon][!RainmeterShowMeter MeterTempZitra_Lo][!RainmeterShowMeter MeterTempPozitri_Lo][!RainmeterShowMeter MeterTempPopozitri_Lo][!RainmeterShowMeter MeterTempDnes][!RainmeterShowMeter MeterTempZitra][!RainmeterShowMeter MeterTempPozitri][!RainmeterShowMeter MeterTempPopozitri]
IfBelowValue=2
IfBelowAction=!execute [!RainmeterShowMeter MeterIconNA][!RainmeterHideMeter MeterTempZitra_Lo][!RainmeterHideMeter MeterTempPozitri_Lo][!RainmeterHideMeter MeterTempPopozitri_Lo][!RainmeterHideMeter MeterTempDnes][!RainmeterHideMeter MeterTempZitra][!RainmeterHideMeter MeterTempPozitri][!RainmeterHideMeter MeterTempPopozitri]
;Debug=1
;--------------------------------

[MeasureWeatherDestination]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=2

[MeasureWeatherTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=3

[MeasureWeatherDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5

[MeasureWeatherIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=7
;-------------------------

;tomorrow's weather description, id=18
;tomorrow's day, id=9
;tomorrow's date, id=10, you can redefine the StringIndex value below with the id#
[MeasureWeatherDate1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=10

;tomorrow's Hi-temp, id=12
;tomorrow's Lo-temp, id=14, you can redefine the StringIndex value below with the id#
[MeasureWeatherTemp1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=12

[MeasureWeatherTemp1_Lo]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=14

;tomorrow's weather icon, id=16
[MeasureWeatherIcon1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=16
;-------------------------

;D+2, weather description, id=29
;D+2, day of week, id=20
;D+2, date, id=21
[MeasureWeatherDate2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=21

;D+2, Hi-temp, id=23
;D+2, Lo-temp, id=25
[MeasureWeatherTemp2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=23

[MeasureWeatherTemp2_Lo]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=25

;D+2, weather icon, id=27
[MeasureWeatherIcon2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=27

;-------------------------

;D+3, weather description, id=40
;D+3, day of week, id=31
;D+3, date, id=32
[MeasureWeatherDate3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=32

;D+3, Hi-temp, id=34
;D+3, Lo-temp, id=36
[MeasureWeatherTemp3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=34

[MeasureWeatherTemp3_Lo]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=36

;D+3, weather icon, id=38
[MeasureWeatherIcon3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=38

;================================================================

[refresh.weather]
Meter=Button
ButtonImage=refresh.png
X=4
Y=8
ButtonCommand=!Execute [!RainmeterRefresh]

[refresh.weather2]
Meter=Button
ButtonImage=refresh.png
X=312
Y=8
ButtonCommand=!Execute [!RainmeterRefresh]

[cara1]
Meter=IMAGE
X=0
Y=19
W=332
H=1
SolidColor=#border.color#

[MeterIconNA]
ImageName=na.png
Meter=IMAGE
X=40
Y=14r
W=40
H=40

[MeterIcon]
Hidden=1
MeasureName=MeasureWeatherIcon
Meter=IMAGE
X=0r
Y=0r
W=40
H=40
LeftMouseDownAction=!execute ["#eVIEWER#" "http: //www.weather.com/outlook/travel/businesstraveler/local/#dest#"]


[MeterDnes]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=13r
Y=-31r
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1

[MeterTempDestinace]
MeasureName=MeasureWeatherDestination
Meter=STRING
X=-7r
Y=17r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1

[MeterTempDnes]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=-6r
Y=52r
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
PostFix="#SCALE.txt#"
Antialias=1
;-------------------------

[MeterIcon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=70r
Y=-39r
W=40
H=40

[MeterZitra]
MeasureName=MeasureWeatherDate1
Meter=STRING
X=0r
Y=-30r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1

[MeterTempZitra_Lo]
MeasureName=MeasureWeatherTemp1_Lo
Meter=STRING
X=6r
Y=17r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Text="Lo %1#SCALE.txt#"
Antialias=1

[MeterTempZitra]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=-6r
Y=52r
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
PostFix="#SCALE.txt#"
Antialias=1
;-------------------------

[MeterIcon2]
MeasureName=MeasureWeatherIcon2
Meter=IMAGE
X=70r
Y=-39r
W=40
H=40

[MeterPozitri]
MeasureName=MeasureWeatherDate2
Meter=STRING
X=0r
Y=-30r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1


[MeterTempPozitri_Lo]
MeasureName=MeasureWeatherTemp2_Lo
Meter=STRING
X=6r
Y=17r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Text="Lo %1#SCALE.txt#"
Antialias=1

[MeterTempPozitri]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=-6r
Y=52r
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
PostFix="#SCALE.txt#"
Antialias=1
;-------------------------

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=70r
Y=-39r
W=40
H=40

[MeterPopozitri]
MeasureName=MeasureWeatherDate3
Meter=STRING
X=0r
Y=-30r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1

[MeterTempPopozitri_Lo]
MeasureName=MeasureWeatherTemp3_Lo
Meter=STRING
X=6r
Y=17r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Text="Lo %1#SCALE.txt#"
Antialias=1

[MeterTempPopozitri]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=-6r
Y=52r
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
PostFix="#SCALE.txt#"
Antialias=1


Bo ja nie mam zielonego pojęcia jak to zrobić...


RE: Mój Rainmeter - Nostromo - 13.01.2011 18:58

(10.01.2011 21:29)Zajbatsu napisał(a):  ...od wczoraj bawię się Rainmeterem...czy da się , a jeśli tak to jak zapisać wszytskie skiny które zastosowalem w tym pulpicie i zrobić sobie na przyklad drugi , żeby móc się przelączać między nimi ...

Można ale żeby to zrobić potrzeba trochę poćwiczyć, ponieważ dopiero zaczynasz zabawę z Rainmeter zrobienie takiego Rain samodzielnie może być dość trudne.
Sposób pierwszy - na sztywno, ustalenie układu elementów na całym pulpicie dokładnie w miejscach gdzie mają być.
Elementy tego pulpitu (nazwijmy go nr.1) zrobione z kilku Rainmeter należy zapisać jako nowy folder Rainmeter np. Zajbatsu z plikiem .ini pod nazwą np. pulpit1, elementy drugiego, trzeciego ...itd. pulpitu umieszczamy w postaci kolejnych plików .ini np. pulpit2, pulpit3 ...itd. w tym samym folderze - Zajbatsu. Ikony do wszystkich pulpitów mogą być umieszczone łącznie w tym samym folderze - Zajbatsu, lub osobno w podfolderach w folderze - Zajbatsu, o różnych nazwach np. ikony pulpitu nr1, ikony pulpitu nr2 ...itd. należy wtedy przed nazwą ikony umieścić przekierowanie:

ImageName=\ikonypulpitu1\"nazwa ikony".png

ImageName=\ikonypulpitu2\"nazwa ikony".png

ImageName=\ikonypulpitu3\"nazwa ikony".png

itd. może to wyglądać tak:

[Obrazek: zajbatsu.png]

popróbuj może na początek z prostym układem a z czasem dojdziesz do wprawy.
Pzdr.


RE: Mój Rainmeter - hanus - 13.01.2011 21:08

(26.04.2010 21:36)Nostromo napisał(a):  Pasek można zbudować całkowicie jako Rainmeter, jak jesteś tym zainteresowany to przysiądę na dłuższą chwilę i go zrobię (dasz maila to ci wyślę ), lub jak to jest tutaj na bazie RocketDock, ObjectDock, ikon Token Light W.png i wyjętego z Rainmeter stats, z ukrytym właściwym paskiem. Ikony należy skopiować do odpowiednich folderów z ikonami dla obydwu Docków, a następnie podmieniać ikony programów.

[urln=http://browse.deviantart.com/customization/skins/sysmonitor/rainmeter/#catpath=&order=9&q=Token+Light]Token Light - pobierz[/urln]

[urln=http://www.stardock.com/products/objectdock/]StarDock Free - pobierz[/urln]

[urln=http://www.dobreprogramy.pl/RocketDock,Program,Windows,12054.html]RocketDock - pobierz[/urln]

[urln=http://vick88.deviantart.com/art/Dark-Glass-for-Rainmeter-154357866]Dark Glass - pobierz[/urln]

(z tego trzeba wyjąć plik stats.ini z ikonką Windows i StartMenu ) plik ini skroić tak:

[Rainmeter]
Author=VicK88
Update=1000

;Metadata added by RainBrowser
;http://rainmeter.net/RainCMS/?q=Rainmeter101_AnatomyOfASkin

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;*************************

[Button]
Meter=Button
X=0
Y=768
W=10
H=10


ButtonImage=wN.png
ButtonCommand=!Execute ["#CURRENTPATH#StartMenu\OpenStartMenu.exe"]

Y=... dla mojego pulpitu 15 cali, dla każdego trzeba dostosować indywidualnie,
miłej zabawy.


[Obrazek: 34949289.gif]


Jak wyciągnąć ten plik .ini ?


RE: Mój Rainmeter - Nostromo - 13.01.2011 21:12

(13.01.2011 13:48)hanus napisał(a):  ...czy mógłby mi ktos pomóc skonfigurować pogodę na miasto Olsztyn?
Bo ja nie mam zielonego pojęcia jak to zrobić...

Zacznijmy od tego, że twojego dość sporego jak na polskie warunki miasta nie ma w bazie "weather.com" a więc nie otrzymasz dokładnej prognozy. Możesz poszukać pobliskiego miasta, które w bazie jest. Adres - http://xoap.weather.com/, w pole wyszukiwania wpisuj aż trafisz.

; tu wpisujesz nazwę swojej przeglądarki:
eVIEWER=explorer.exe

;kod miasta wyszukany na http://xoap.weather.com/
;szukasz na Weather.com albo w Google.
; Nowy Jork ma tak:
dest=USNY0996
; ustawiasz temperaturę Fahrenheit = f albo Celsius = m:
SCALE=f
; definiujesz wygląd °C lub °F:
SCALE.txt=°F
;========
(13.01.2011 21:08)hanus napisał(a):  Jak wyciągnąć ten plik .ini ?

Pobierz
9.Rainmeter Start Bar.
z Rainmeter - konfiguracje, polskie tłumaczenia, pliki do pobrania, to jest dokładnie to.
Pzdr.


RE: Mój Rainmeter - worekowsa - 13.01.2011 21:28

Znacie może jakiś fajny Rainmeter, hmm.... "w stylu Aero" (mile widziana przezroczysta ramka) ukazujący pracę czterech rdzeni procesora?


RE: Mój Rainmeter - Nostromo - 13.01.2011 21:50

(13.01.2011 21:28)worekowsa napisał(a):  Znacie może jakiś fajny Rainmeter, hmm.... "w stylu Aero" (mile widziana przezroczysta ramka) ukazujący pracę czterech rdzeni procesora?

Ten się nadaje ?

[Obrazek: zaj.png]

zamień czarny podkład na zgrabny, przeźroczysty obrazek z ramką lub wstaw w pliku .ini własny wpis typu:

[Background]
Meter=IMAGE
SolidColor=0, 0, 0, 20
X=... <pozycja poziom
Y=... <pozycja pion
W=... <szerokość podkładu
H=... <wysokość podkładu

SolidColor w zakresie 0,0,0,20 - 0,0,0,40 daje przeźroczyste lekko ciemne zabarwienie

[urln=http://browse.deviantart.com/customization/skins/sysmonitor/rainmeter/#/d372tg4] SiCPU v 1.0[/urln]
Pzdr


RE: Mój Rainmeter - hanus - 13.01.2011 22:15

Znalazłem lokalizację dla Elbląga na tej stronie: http://weather.yahoo.com/poland/warmian-masurian/elbl%C4%85g-492781/ ale i tak nadal mi coś nie wychodzi ;/

Kod:
;===========================================
;  Rainmeter configuration file
;===========================================

[Rainmeter]
Author=Jiri Mahel
AppVersion=2.01
Update=10000
;===========================================
;  AccuWeather Display
;===========================================

[Variables]
; nastaveni UpdateDivider pri Update=60000 na 1hod
update.Spd=60
fontColor.Text=255, 255, 255, 160
bar.color=255, 255, 255, 50
bar.color=255, 255, 255, 50
graph.line1=255, 255, 255, 75
graph.line2=255, 255, 255, 37
border.color=255, 255, 255, 75

FontName="Tahoma"
FontHeight=8
FontHeight2=10
FontGrafity="Webdings"
FontGrafityHeight=20
FontGrafityHeight2=28
FontGrafityHeight3=24
FontGrafityHeightLow=10
FontGrafityHeightLow2=14
AntiAlias=1

; define interner Viewer
eVIEWER=firefox.exe

;Please visit http: //xoap.weather.com/
;to get your location code from AccuWeeather
;place code next to the "dest" below
; Elbląg
dest=492781
vLABEL.DESTINATION="Elbląg"
;-----------------------------------------------------------------------
; define Fahrenheit and US system = 0 for Celsius and Metric system = 1
SCALE=1
;----------- >> ---- (:  (:  LANGUAGE CONFIGURATION : ) : ) ----------- << ----
;AM
vAM=AM
;PM
vPM=PM
;Wind direction
;vWIND_DIRECTION="N": "S","W": "Z","S": "J","E": "V","NW": "SZ","NE": "SV","SW": "JZ","SE": "JV","NNW": "SSZ","NNE": "SSV","SSW": "JZZ","SSE": "JJV","ENE": "VSV","WSW": "ZJZ","WNW": "ZSZ","ESE": "VJV"
;Humidity
vHUMIDITY=Humidity
;Visibility
vVISIBILITY=Visibility
;pressure change
vPRESSURE_CHANGE="Unavailable": "-/+","Decreasing": "falling","Increasing": "rising"
; Day name
;vDAY_NAME="Monday": "Pondělí","Tuesday": "Úterý","Wednesday": "Středa","Thursday": "Čtvrtek","Friday": "Pátek","Saturday": "Sobota","Sunday": "Neděle"
;----------- >> ---- (:  (:  ---------------------- : ) : ) ----------- << ----

;================================================================

[MeasureACCUWeatherXML]
Measure=Plugin
Plugin=Plugins\WebParser.dll
; updated weather ~15minut
UpdateRate=90
Url=http: //rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp?Location=#dest#&metric=#SCALE#
RegExp="(?siUx).*version="(.+)".*<temp>(.*)<\/temp>.*<dist>(.*)<\/dist>.*<speed>(.*)<\/speed>.*<pres>(.*)<\/pres>.*<prec>(.*)<  \/prec>.*<city>(.*)<\/city>.*<state>(.*)<\/state>.*<lat>(.*)<\/lat>.*<lon>(.*)<\/lon>.*<time>(.*)<\/time>.*<timeZone>(.*)<\/timeZone>.*<obsDaylight>(.*)<\/obsDaylight>.*<observationtime>(.*).?(.M).*<\/observationtime>.*<pressure.+state=.(.*).>(.*)<\/pressure>.*<temperature>(.*)<\/temperature>.*<realfeel>(.*)<\/realfeel>.*<humidity>(.*)<\/humidity>.*<weathertext>(.*)<\/weathertext>.*<weathericon>(.*)<\/weathericon>.*<windgusts>(.*)<\/windgusts>.*<windspeed>(.*)<\/windspeed>.*<winddirection>(.*)<\/winddirection>.*<visibility>(.*)<\/visibility>.*<precip>(.*)<\/precip>.*<uvindex.+index="(.*)">(.*)<\/uvindex>.*<dewpoint>(.*)<\/dewpoint>.*<cloudcover>(.*)<\/cloudcover>.*<apparenttemp>(.*)<\/apparenttemp>.*<windchill>(.*)<\/windchill>.*<obsdate>(.*)<\/obsdate>.*<sunrise>(.*).?(.M).*<\/sunrise>.*<sunset>(.*).?(.M).*<\/sunset>.*<day.+number="2">.*<obsdate>(.*)<\/obsdate>.*<daycode>(.*)<\/daycode>.*<sunrise>(.*).?(.M).*<\/sunrise>.*<sunset>(.*).?(.M).*<\/sunset>.*<weathericon>(.*)<\/weathericon>.*<hightemperature>(.*)<\/hightemperature>.*<lowtemperature>(.*)<\/lowtemperature>.*<realfeelhigh>(.*)<\/realfeelhigh>.*<realfeellow>(.*)<\/realfeellow>.*<windspeed>(.*)<\/windspeed>.*<winddirection>(.*)<\/winddirection>.*<windgust>(.*)<\/windgust>.*<maxuv>(.*)<\/maxuv>.*<rainamount>(.*)<\/rainamount>.*<snowamount>(.*)<\/snowamount>.*<iceamount>(.*)<\/iceamount>.*<precipamount>(.*)<\/precipamount>.*<tstormprob>(.*)<\/tstormprob>.*<day.+number="3">.*<obsdate>(.*)<\/obsdate>.*<daycode>(.*)<\/daycode>.*<sunrise>(.*).?(.M).*<\/sunrise>.*<sunset>(.*).?(.M).*<\/sunset>.*<weathericon>(.*)<\/weathericon>.*<hightemperature>(.*)<\/hightemperature>.*<lowtemperature>(.*)<\/lowtemperature>.*<realfeelhigh>(.*)<\/realfeelhigh>.*<realfeellow>(.*)<\/realfeellow>.*<windspeed>(.*)<\/windspeed>.*<winddirection>(.*)<\/winddirection>.*<windgust>(.*)<\/windgust>.*<maxuv>(.*)<\/maxuv>.*<rainamount>(.*)<\/rainamount>.*<snowamount>(.*)<\/snowamount>.*<iceamount>(.*)<\/iceamount>.*<precipamount>(.*)<\/precipamount>.*<tstormprob>(.*)<\/tstormprob>.*<day.+number="4">.*<obsdate>(.*)<\/obsdate>.*<daycode>(.*)<\/daycode>.*<sunrise>(.*).?(.M).*<\/sunrise>.*<sunset>(.*).?(.M).*<\/sunset>.*<weathericon>(.*)<\/weathericon>.*<hightemperature>(.*)<\/hightemperature>.*<lowtemperature>(.*)<\/lowtemperature>.*<realfeelhigh>(.*)<\/realfeelhigh>.*<realfeellow>(.*)<\/realfeellow>.*<windspeed>(.*)<\/windspeed>.*<winddirection>(.*)<\/winddirection>.*<windgust>(.*)<\/windgust>.*<maxuv>(.*)<\/maxuv>.*<rainamount>(.*)<\/rainamount>.*<snowamount>(.*)<\/snowamount>.*<iceamount>(.*)<\/iceamount>.*<precipamount>(.*)<\/precipamount>.*<tstormprob>(.*)<\/tstormprob>.*"
StringIndex=1
IfAboveValue=0
IfAboveAction=!execute [!RainmeterHideMeter i.nedostupno][!RainmeterShowMeter i.dnes][!RainmeterShowMeter p.aktualizace][!RainmeterShowMeter p.dest][!RainmeterShowMeter p.aktualni.teplota][!RainmeterShowMeter p.aktualni.teplota.pocitove][!RainmeterShowMeter p.aktualni.pocasi.popis][!RainmeterShowMeter p.aktualni.slunce.v.Grafity][!RainmeterShowMeter p.aktualni.slunce.v][!RainmeterShowMeter p.aktualni.slunce.z.Grafity][!RainmeterShowMeter p.aktualni.slunce.z][!RainmeterShowMeter p.aktualni.vitr.Grafity][!RainmeterShowMeter p.aktualni.vitr][!RainmeterShowMeter p.aktualni.tlak.Grafity][!RainmeterShowMeter p.aktualni.tlak][!RainmeterShowMeter p.aktualni.vitr.vlhkost][!RainmeterShowMeter p.aktualni.vitr.viditelnost][!RainmeterShowMeter i.popozitri][!RainmeterShowMeter i.popozitri.nameofday][!RainmeterShowMeter i.popozitri.pocasi.ppcp][!RainmeterShowMeter i.popozitri.pocasi.teplota][!RainmeterShowMeter i.pozitri][!RainmeterShowMeter i.pozitri.nameofday][!RainmeterShowMeter i.pozitri.pocasi.ppcp][!RainmeterShowMeter i.pozitri.pocasi.teplota][!RainmeterShowMeter i.zitra][!RainmeterShowMeter i.zitra.nameofday][!RainmeterShowMeter i.zitra.pocasi.ppcp][!RainmeterShowMeter i.zitra.pocasi.teplota][!RainmeterShowMeter p.aktualni.UvIndex][!RainmeterShowMeter p.aktualni.oblacnost][!RainmeterShowMeter p.aktualni.oblacnost.Grafity]


IfBelowValue=2
IfBelowAction=!execute [!RainmeterShowMeter i.nedostupno][!RainmeterHideMeter p.aktualizace][!RainmeterHideMeter p.dest][!RainmeterHideMeter p.aktualni.teplota][!RainmeterHideMeter p.aktualni.teplota.pocitove][!RainmeterHideMeter p.aktualni.pocasi.popis][!RainmeterHideMeter p.aktualni.slunce.v.Grafity][!RainmeterHideMeter p.aktualni.slunce.v][!RainmeterHideMeter p.aktualni.slunce.z.Grafity][!RainmeterHideMeter p.aktualni.slunce.z][!RainmeterHideMeter p.aktualni.vitr.Grafity][!RainmeterHideMeter p.aktualni.vitr][!RainmeterHideMeter p.aktualni.tlak][!RainmeterHideMeter p.aktualni.tlak.Grafity][!RainmeterHideMeter p.aktualni.vitr.vlhkost][!RainmeterHideMeter p.aktualni.vitr.viditelnost][!RainmeterHideMeter i.popozitri][!RainmeterHideMeter i.popozitri.nameofday][!RainmeterHideMeter i.popozitri.pocasi.ppcp][!RainmeterHideMeter i.popozitri.pocasi.teplota][!RainmeterHideMeter i.pozitri][!RainmeterHideMeter i.pozitri.nameofday][!RainmeterHideMeter i.pozitri.pocasi.ppcp][!RainmeterHideMeter i.pozitri.pocasi.teplota][!RainmeterHideMeter i.zitra][!RainmeterHideMeter i.zitra.nameofday][!RainmeterHideMeter i.zitra.pocasi.ppcp][!RainmeterHideMeter i.zitra.pocasi.teplota][!RainmeterHideMeter p.aktualni.UvIndex][!RainmeterHideMeter p.aktualni.oblacnost][!RainmeterHideMeter p.aktualni.oblacnost.Grafity]
;Debug=1
;--------------------------------

[m.aktualni.srazky]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=27

[m.aktualni.oblacnost]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=31

[m.aktualni.UvIndex]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=28
Substitute="6": "6!","7": "7!","8": "!8!","9": "!9!","10": "!10!","11": "!11!"

;+
[m.aktualni.symbol.stupnu]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=2
;+
[m.aktualni.symbol.vzdalenost]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=3
;+
[m.aktualni.symbol.rychlost]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=4
;+
[m.aktualni.symbol.tlaku]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=5
;+
[m.aktualni.symbol.srazek]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=6
Substitute="MM": "mm","IN": "in"
;+
[m.dest]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=7
;+
[m.aktualni.slunce.v]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=35
;+
[m.aktualni.slunce.v.AMPM]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=36
Substitute="AM": "#vAM#","PM": "#vPM#"
;+
[m.aktualni.slunce.z]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=37
;+
[m.aktualni.slunce.z.AMPM]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=38
Substitute="AM": "#vAM#","PM": "#vPM#"
;+
[m.dest.state]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=7
;+
[m.dest.aktualizace.datum]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=34
;+
[m.dest.aktualizace.cas]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=11
;+
;[m.dest.aktualizace.ampm]
;Measure=Plugin
;Plugin=Plugins\WebParser.dll
;Url=[MeasureACCUWeatherXML]
;StringIndex=18
;Substitute="AM": "#vAM#","PM": "#vPM#"
;+
[m.aktualni.teplota]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=18
;+
[m.aktualni.teplota.pocitove]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=19
;+
[m.aktualni.pocasi.popis]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=21
;+
[m.i.dnes]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=22
;+
[m.aktualni.tlak]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=17
;+
[m.aktualni.tlak.smer]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=16
Substitute=#vPRESSURE_CHANGE#
;+
[m.aktualni.vitr.rychlost]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=24
;+
[m.aktualni.vitr.smer]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=25
;Substitute=#vWIND_DIRECTION#
;+
[m.aktualni.vitr.vlhkost]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=20
;+
[m.aktualni.vitr.viditelnost]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=26
;--------------------------- >> --
;+
[m.popozitri.nazev.dne]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=80
Substitute=#vDAY_NAME#
;+
[m.popozitri.ikona]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=85

;+
[m.popozitri.pocasi.ppcp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=97
;+
[m.popozitri.pocasi.teplota.Hi]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=86
;+
[m.popozitri.pocasi.teplota.Low]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=87
;--------------------------- >> --
;+
[m.pozitri.nazev.dne]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=60
Substitute=#vDAY_NAME#
;+
[m.pozitri.ikona]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=65
;+
[m.pozitri.pocasi.ppcp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=77
;+
[m.pozitri.pocasi.teplota.Hi]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=66
;+
[m.pozitri.pocasi.teplota.Low]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=67
;--------------------------- >> --
;+
[m.zitra.nazev.dne]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=40
Substitute=#vDAY_NAME#
;+
[m.zitra.ikona]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=45
;+
[m.zitra.pocasi.ppcp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=57
;+
[m.zitra.pocasi.teplota.Hi]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=46
;+
[m.zitra.pocasi.teplota.Low]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureACCUWeatherXML]
StringIndex=47
;--------------------------- >> --

;================================================================

[refresh.weather]
Meter=Button
ButtonImage=refresh.png
X=4
Y=8
ButtonCommand=!Execute [!RainmeterRefresh]

[zmena.destination1]
Meter=Button
ButtonImage=refresh.png
X=459
Y=8
ButtonCommand=!Execute [!RainmeterRefresh]

[cara1]
Meter=IMAGE
X=0
Y=19
W=479
H=1
SolidColor=#border.color#

[i.nedostupno]
ImageName=na.png
Meter=IMAGE
X=40
Y=4r
W=64
H=64

[i.dnes]
Hidden=1
MeasureName=m.i.dnes
Meter=IMAGE
X=0r
Y=0r
W=64
H=64
LeftMouseDownAction=!execute ["#eVIEWER#" "http: //www.accuweather.com/world-index-forecast.asp?locCode=#dest#&u=#SCALE#"]


[p.aktualizace]
Hidden=1
MeasureName=m.dest.aktualizace.datum
MeasureName2=m.dest.aktualizace.cas
;MeasureName3=m.dest.aktualizace.ampm
Meter=STRING
X=-20r
Y=-20r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1 %2"
;Text="3/28/09 4: 00 odp."

[p.dest]
Hidden=1
MeasureName=m.dest
;MeasureName2=m.dest.state
Meter=STRING
X=0r
Y=17r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
;Text="Mesto snu sro."


[p.aktualni.teplota]
Hidden=1
MeasureName=m.aktualni.teplota
MeasureName2=m.aktualni.symbol.stupnu
Meter=STRING
X=-19r
Y=15r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight2#
FontFace=#FontName#
Antialias=1
Text="%1°%2"
;Text="(156°F)"

[p.aktualni.teplota.pocitove]
Hidden=1
MeasureName=m.aktualni.teplota.pocitove
MeasureName2=m.aktualni.symbol.stupnu
Meter=STRING
X=0r
Y=14r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="(%1°%2)"
;Text="(187°F)"

[p.aktualni.oblacnost.Grafity]
Hidden=1
Meter=STRING
X=0r
Y=14r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontGrafityHeightLow#
FontFace=#FontGrafity#
Antialias=1
Text="×"

[p.aktualni.oblacnost]
Hidden=1
MeasureName=m.aktualni.oblacnost
Meter=STRING
X=14r
Y=0r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
;Text="100%"

[p.aktualni.UvIndex]
Hidden=1
MeasureName=m.aktualni.UvIndex
Meter=STRING
X=-14r
Y=14r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="(Uv: %1)"
;Text="Uv: (7!!)"

[p.aktualni.pocasi.popis]
Hidden=1
MeasureName=m.aktualni.pocasi.popis
Meter=STRING
X=55r
Y=14r
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
;Text="Light Rain / Thundera"

[p.aktualni.slunce.v.Grafity]
Hidden=1
Meter=STRING
X=100
Y=17
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontGrafityHeight#
FontFace=#FontGrafity#
Antialias=1
Text="Ő"

[p.aktualni.slunce.v]
Hidden=1
MeasureName=m.aktualni.slunce.v
MeasureName2=m.aktualni.slunce.v.AMPM
Meter=STRING
X=25r
Y=3r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1 %2"
;Text="08: 26 dop."

[p.aktualni.slunce.z.Grafity]
Hidden=1
Meter=STRING
X=-20r
Y=0
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontGrafityHeight#
FontFace=#FontGrafity#
Antialias=1
Text="ŕ"

[p.aktualni.slunce.z]
Hidden=1
MeasureName=m.aktualni.slunce.z
MeasureName2=m.aktualni.slunce.z.AMPM
Meter=STRING
X=24r
Y=4r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1 %2"
;Text="08: 26 odp."

[p.aktualni.vitr.Grafity]
Hidden=1
Meter=STRING
X=100
Y=28
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontGrafityHeight2#
FontFace=#FontGrafity#
Antialias=1
Text="Ţ"

[p.aktualni.vitr]
Hidden=1
MeasureName=m.aktualni.vitr.rychlost
MeasureName2=m.aktualni.symbol.rychlost
MeasureName3=m.aktualni.vitr.smer
Meter=STRING
X=41r
Y=9r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1 %2 - %3"

[p.aktualni.tlak.Grafity]
Hidden=1
Meter=STRING
X=100
Y=41
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontGrafityHeight3#
FontFace=#FontGrafity#
Antialias=1
Text="ß"

[p.aktualni.tlak]
Hidden=1
MeasureName=m.aktualni.tlak
MeasureName2=m.aktualni.tlak.smer
MeasureName3=m.aktualni.symbol.tlaku
Meter=STRING
X=34r
Y=14r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1 %3, %2"

[p.aktualni.vitr.vlhkost]
Hidden=1
MeasureName=m.aktualni.vitr.vlhkost
Meter=STRING
X=-27r
Y=15r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="#vHUMIDITY#:  %1"

[p.aktualni.vitr.viditelnost]
Hidden=1
MeasureName=m.aktualni.vitr.viditelnost
MeasureName2=m.aktualni.symbol.vzdalenost
Meter=STRING
X=0r
Y=15r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="#vVISIBILITY#:  %1 %2"
;------------------------- << ---
[i.popozitri]
Hidden=1
MeasureName=m.popozitri.ikona
Meter=IMAGE
X=396
Y=32
W=42
H=42

[i.popozitri.nameofday]
Hidden=1
MeasureName=m.popozitri.nazev.dne
Meter=STRING
X=-3r
Y=-30r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1

[i.popozitri.pocasi.ppcp]
Hidden=1
MeasureName=m.popozitri.pocasi.ppcp
MeasureName2=m.aktualni.symbol.srazek
Meter=STRING
X=23r
Y=17r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1%2"

[i.popozitri.pocasi.teplota]
Hidden=1
MeasureName=m.popozitri.pocasi.teplota.Low
MeasureName2=m.popozitri.pocasi.teplota.Hi
MeasureName3=m.aktualni.symbol.stupnu
Meter=STRING
X=0r
Y=56r
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1°%3 ~ %2°%3"
;------------------------- << --

[i.pozitri]
Hidden=1
MeasureName=m.pozitri.ikona
Meter=IMAGE
X=-96r
Y=32
W=42
H=42

[i.pozitri.nameofday]
Hidden=1
MeasureName=m.pozitri.nazev.dne
Meter=STRING
X=-3r
Y=-30r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1

[i.pozitri.pocasi.ppcp]
Hidden=1
MeasureName=m.pozitri.pocasi.ppcp
MeasureName2=m.aktualni.symbol.srazek
Meter=STRING
X=23r
Y=17r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1%2"

[i.pozitri.pocasi.teplota]
Hidden=1
MeasureName=m.pozitri.pocasi.teplota.Low
MeasureName2=m.pozitri.pocasi.teplota.Hi
MeasureName3=m.aktualni.symbol.stupnu
Meter=STRING
X=0r
Y=56r
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1°%3 ~ %2°%3"
;------------------------- << --

[i.zitra]
Hidden=1
MeasureName=m.zitra.ikona
Meter=IMAGE
X=-96r
Y=32
W=42
H=42

[i.zitra.nameofday]
Hidden=1
MeasureName=m.zitra.nazev.dne
Meter=STRING
X=-3r
Y=-30r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1

[i.zitra.pocasi.ppcp]
Hidden=1
MeasureName=m.zitra.pocasi.ppcp
MeasureName2=m.aktualni.symbol.srazek
Meter=STRING
X=23r
Y=17r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1%2"

[i.zitra.pocasi.teplota]
Hidden=1
MeasureName=m.zitra.pocasi.teplota.Low
MeasureName2=m.zitra.pocasi.teplota.Hi
MeasureName3=m.aktualni.symbol.stupnu
Meter=STRING
X=0r
Y=56r
StringStyle=NORMAL
StringAlign=CENTER
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
Antialias=1
Text="%1°%3 ~ %2°%3"

tu jest cały ten kod niby zmieniłem co trzeba, bynajmniej tak mi się wydaje, ale pewnie się mylę. Jak byście mogli powiedzieć co jest źle alnbo chociaż naprowadzić mnie na rozwiązanie. Z góry dziękuję Cwaniak


RE: Mój Rainmeter - Nostromo - 14.01.2011 01:07

hanus
Elbląg ma kod PLXX0004 więc wstaw
dest=PLXX0004


Kod:
; define interner Viewer
eVIEWER=firefox.exe

;Please visit http: //xoap.weather.com/
;to get your location code from AccuWeeather
;place code next to the "dest" below
; Elbląg
dest=PLXX0004
vLABEL.DESTINATION="Elbląg"
;-----------------------------------------------------------------------
; define Fahrenheit and US system = 0 for Celsius and Metric system = 1
SCALE=1
;----------- >> ---- (:  (:  LANGUAGE CONFIGURATION : ) : ) ----------- << ----
;AM
vAM=do południa
;PM
vPM=po południu
;Wind direction
vWIND_DIRECTION="N": "S","W": "Z","S": "J","E": "V","NW": "SZ","NE": "SV","SW": "JZ","SE": "JV","NNW": "SSZ","NNE": "SSV","SSW": "JZZ","SSE": "JJV","ENE": "VSV","WSW": "ZJZ","WNW": "ZSZ","ESE": "VJV"
;Humidity
vHUMIDITY=wilgotność
;Visibility
vVISIBILITY=widoczność
;pressure change
vPRESSURE_CHANGE="Unavailable": "-/+","Decreasing": "falling","Increasing": "rising"
; Day name
vDAY_NAME="Monday": "Poniedziałek","Tuesday": "Wtorek","Wednesday": "Środa","Thursday": "Czwartek","Friday": "Piątek","Saturday": "Sobota","Sunday": "Niedziela"



RE: Mój Rainmeter - hanus - 14.01.2011 14:43

Skopiowałem to co podałeś w 'kodzie' i nadal nie wyświetla pogody... Jest tylko napisane N/A nic więcej...


RE: Mój Rainmeter - Nablo92 - 14.01.2011 20:12

worekowsa Co do twojego postu przerobiłem trochę ten rainmeter od Nostromo może ci taki podpasuje ;]
[Obrazek: procekw.png]
[urln=http://www.sendspace.com/file/754chf] CPU dla worekowsa[/urln]


RE: Mój Rainmeter - Nostromo - 15.01.2011 04:11

Rainmeter ForClock wersja 2011 w kolorze białym i czarnym do pobrania z Rainmeter - konfiguracje, polskie tłumaczenia, pliki do pobrania

[Obrazek: forclockwb.png]

Uploaded with ImageShack.us

pomogli Nablo92 i fredek,
Thx.


RE: Mój Rainmeter - tomekn90 - 15.01.2011 12:28

Ma ktoś pomysł jak zmniejszyć pogodę ,bo aktualnie zajmuje 1/8 pulpitu. Spolszczyłem sobie pogodę ale czasami zamiast częsciowego zachmurzenia wyskakuje Partly Pochmurnie " ",

Kod:
[Rainmeter]
Update=5000
MouseActionCursor=0
MiddleMouseUpAction=!RainmeterDeactivateConfig
SkinPath=C: \Users\user\Documents\Rainmeter\Skins\
;Metadata added by RainBrowser
;http: //rainmeter.net/RainCMS/?q=Rainmeter101_AnatomyOfASkin

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Author=Xyrfo and fediaFedia
License=
Variant=
Preview=

;End of added Metadata

[Variables]
@include=#SKINSPATH#\WP7\Common\Variables\UserVariables.inc
@include1=#CURRENTPATH#\UserVariables.inc
@include4=#SKINSPATH#\WP7\Common\color\color.inc
@include3=#SKINSPATH#\WP7\Panels\Weather\UserVariables.inc
@include2=#SKINSPATH#\WP7\Common\Variables\Languages\lang.inc

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=30
Url=http: //weather.yahooapis.com/forecastrss?p=PLXX0013&u=#UNIT#
RegExp=(?siU)<link.*>(.*)</link>.*city=\"(.*)\".*chill=\"(.*)\".*direction=\"(.*)\".*speed=\"(.*)\".*humidity=\"(.*)\".*visibility=\"(.*)\".*pressure=\"(.*)\".*sunrise=\"(.*)\".*sunset=\"(.*)\".*<image>.*<url>(.*)</url>.*<title>.*: .*m .*(.*)</title>.*lat>(.*)<.*long>(.*)<.*yweather: condition.*text=\"(.*)\".*code=\"(.*)\".*temp=\"(.*)\".*yweather: forecast.*day=\"(.*)\".*high=\"(.*)\".*code=\"(.*)\".*yweather: forecast.*day=\"(.*)\".*high=\"(.*)\".*code=\"(.*)\".*
StringIndex=1

[MeasureWeatherDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=15
Substitute="Mostly Cloudy": "Pochmurnie","Light Snow": "Opady Śniegu","Light Rain": "Lekki Deszcz","Light Rain Shower": "Lekki Deszcz","Cloudy": Pochmurnie"","Drizzle": "Mżawka","Lgt.": "Hafif","And": "oraz","Partly": "Zachmurzenie","Mostly": "Przeważnie","and": "oraz","with": "ze","Clear": "Przejaśnienie","Fair": "Czyte","Partly Cloudy": "Częściowe zachmurzenie","Cloudy": "Pochmurnie","Freezing Rain": "Grad","Light Rain Shower": "Lekki Deszcz","Light Rain": "#Lekki Deszcz#","Rain": "Deszcz","Thunderstorm": "Burza","Thunder": "Grzmot","in the Vicinity": "w pobliżu","Shower": "Przelotny Deszcz","Light Snow": "Lekki Śnieg","Snow": "Śnieg","Sunny": "Słonecznie","Windy": "Wierznie","Haze": "Mgła","Fog": "Zamglenie","W-ead Dust": "Zamieć","Set": "Set","Light Drizzle": "Lekka Mżawka","Wintry Mix": "Lodowato","Light": "Lekko","Mist": "Mgła"

[MeasureWeatherIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=16

[MeasureWeatherIconMod]
Measure=CALC
Formula=8800000 + (MeasureWeatherIcon*1000) + 99
Substitute="88": "#SKINSPATH#\WP7\Panels\Weather\simple\","099": ".png"

[MeasureWeatherTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=17

[MeasureWindChill]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=3

[MeasureWindDirection]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=4

[MeasureWindSpeed]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5

[MeasureHumidity]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=6

[MeasureVisibility]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=7

[MeasurePressure]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=8

[MeasureSunrise]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=9

[MeasureSunset]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=10


[Icons]
MeasureName=MeasureWeatherIconMod
Meter=IMAGE
X=(#height#/5#itemshadowoffsetX#)
Hidden=#ItemShadow#
ImageTint=#ItemShadowColor#
Greyscale=1
Y=(#height#/6#itemshadowoffsetY#)
w=(#height#/1.5)
ImageRotate=#rotationangle#


[Icon]
MeasureName=MeasureWeatherIconMod
Meter=IMAGE
X=5
ImageTint=#TextColor#
Greyscale=1
Y=110
w=160




[MeasureCity]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=2


[city]
Meter=STRING
Antialias=1
MeasureName=MeasureCity
X=15
Y=5
H=15
W=150
FontColor=#textcolor#,255
FontSize=15
FontFace=Segoe WP
AntiAlias=1
StringCase=UPPER




[name2]
Meter=STRING
Antialias=1

Text=Prognoza Pogody
X=5
Y=24
H=15
W=150
FontColor=#textcolor#
FontSize=45
FontFace=Segoe WP Light
AntiAlias=1


[activearea0]
Meter=IMAGE
SolidColor=255,255,255,1
X=0
Y=0
W=500
H=520
Hidden=0
MouseOverAction=!Execute [!RainmeterShowMeter MeterSettings][!RainmeterShowMeter MeterClose][!RainmeterRedraw]
MouseLeaveAction=!Execute [!RainmeterHideMeter MeterSettings][!RainmeterHideMeter MeterClose][!RainmeterRedraw]





[Temp]
Meter=STRING
Antialias=1
MeasureName=MeasureWeatherTemp
X=180
Y=124
H=15
W=150
FontColor=#textcolor#
FontSize=50
FontFace=Segoe WP semiLight
AntiAlias=1


[Desc]
MeasureName=MeasureWeatherDesc
Meter=STRING
Antialias=1
X=192
Y=200
H=15
W=150
FontColor=#colorskin#
FontSize=11
FontFace=Segoe WP Semibold
AntiAlias=1


[Style]
FontSize=14
Y=25r

[1]
MeterStyle=Style
Meter=STRING
X=10
Y=270
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#textcolor#
Text=Ciśnienie
AntiAlias=1

[2]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#textcolor#
Text=Wilgotność
AntiAlias=1

[3]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#textcolor#
Text=Widoczność
AntiAlias=1

[4]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#textcolor#
Text=Wiatr
AntiAlias=1

[5]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#textcolor#
Text=Temperatura Odczuwalna
AntiAlias=1

[6]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#textcolor#
Text=Kierunek Wiatru
AntiAlias=1

[7]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#textcolor#
Text=Wschód słońca
AntiAlias=1

[8]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#textcolor#
Text=Zachód Słońca
AntiAlias=1

[i1]
MeterStyle=Style
Meter=STRING
X=310
Y=270
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#colorskin#
MeasureName=MeasurePressure
AntiAlias=1

[i2]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#colorskin#
MeasureName=MeasureHumidity
AntiAlias=1

[i3]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#colorskin#
MeasureName=MeasureVisibility
AntiAlias=1

[i4]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#colorskin#
MeasureName=MeasureWindSpeed
AntiAlias=1

[i5]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#colorskin#
MeasureName=MeasureWindChill
AntiAlias=1

[i6]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#colorskin#
MeasureName=MeasureWindDirection
AntiAlias=1

[i7]
MeterStyle=Style
Meter=STRING
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#colorskin#
MeasureName=MeasureSunrise
AntiAlias=1

[i8]
MeterStyle=Style
Meter=String
X=r
FontFace=#FontFaceUI#
MeterStyle=DriveText
FontColor=#colorskin#
MeasureName=MeasureSunset
AntiAlias=1


MENU
----

[MeterClose]
Meter=image
Imagename=rem.png
X=200
Y=0
LeftMouseUpAction=!RainmeterDeactivateConfig
Hidden=1

[MeterSettings]
Meter=BUTTON
ButtonImage=settings.png
X=230
Y=0
ButtonCommand=!Execute ["#SKINSPATH#WP7\Common\Config\config.exe" #CURRENTCONFIG#]
Hidden=1
[Statistics]
Since=Mon Jan 10 19: 39: 51 2011
NetStatsCount=18
NetStatsInHigh1=0
NetStatsInLow1=0
NetStatsOutHigh1=0
NetStatsOutLow1=0
NetStatsInHigh2=0
NetStatsInLow2=0
NetStatsOutHigh2=0
NetStatsOutLow2=0
NetStatsInHigh3=0
NetStatsInLow3=3043
NetStatsOutHigh3=0
NetStatsOutLow3=2264
NetStatsInHigh4=0
NetStatsInLow4=3043
NetStatsOutHigh4=0
NetStatsOutLow4=2264
NetStatsInHigh5=0
NetStatsInLow5=0
NetStatsOutHigh5=0
NetStatsOutLow5=0
NetStatsInHigh6=0
NetStatsInLow6=0
NetStatsOutHigh6=0
NetStatsOutLow6=0
NetStatsInHigh7=0
NetStatsInLow7=3043
NetStatsOutHigh7=0
NetStatsOutLow7=2264
NetStatsInHigh8=0
NetStatsInLow8=0
NetStatsOutHigh8=0
NetStatsOutLow8=0
NetStatsInHigh9=0
NetStatsInLow9=0
NetStatsOutHigh9=0
NetStatsOutLow9=0
NetStatsInHigh10=0
NetStatsInLow10=0
NetStatsOutHigh10=0
NetStatsOutLow10=0
NetStatsInHigh11=0
NetStatsInLow11=0
NetStatsOutHigh11=0
NetStatsOutLow11=0
NetStatsInHigh12=0
NetStatsInLow12=0
NetStatsOutHigh12=0
NetStatsOutLow12=0
NetStatsInHigh13=0
NetStatsInLow13=0
NetStatsOutHigh13=0
NetStatsOutLow13=0
NetStatsInHigh14=0
NetStatsInLow14=0
NetStatsOutHigh14=0
NetStatsOutLow14=0
NetStatsInHigh15=0
NetStatsInLow15=0
NetStatsOutHigh15=0
NetStatsOutLow15=0
NetStatsInHigh16=0
NetStatsInLow16=0
NetStatsOutHigh16=0
NetStatsOutLow16=0
NetStatsInHigh17=0
NetStatsInLow17=0
NetStatsOutHigh17=0
NetStatsOutLow17=0
NetStatsInHigh18=0
NetStatsInLow18=0
NetStatsOutHigh18=0
NetStatsOutLow18=0



RE: Mój Rainmeter - fredek7 - 15.01.2011 13:34

W tym miejscu masz błąd

Cytat:Substitute="Mostly Cloudy":"Pochmurnie","Light Snow":"Opady Śniegu","Light Rain":"Lekki Deszcz","Light Rain Shower":"Lekki Deszcz","Cloudy":Pochmurnie"","Drizzle":"Mżawka","Lgt.":"Hafif","And":"oraz","Partly":"Zachmurzenie","Mostly":"Przeważnie","and":"oraz","with":"ze","Clear":"Przejaśnienie","Fair":"Czyte","Partly Cloudy":"Częściowe zachmurzenie","Cloudy":"Pochmurnie","Freezing Rain":"Grad","Light Rain Shower":"Lekki Deszcz","Light Rain":"#Lekki Deszcz#","Rain":"Deszcz","Thunderstorm":"Burza","Thunder":"Grzmot","in the Vicinity":"w pobliżu","Shower":"Przelotny Deszcz","Light Snow":"Lekki Śnieg","Snow":"Śnieg","Sunny":"Słonecznie","Windy":"Wierznie","Haze":"Mgła","Fog":"Zamglenie","W-ead Dust":"Zamieć","Set":"Set","Light Drizzle":"Lekka Mżawka","Wintry Mix":"Lodowato","Light":"Lekko","Mist":"Mgła"



RE: Mój Rainmeter - Nostromo - 15.01.2011 15:46

(14.01.2011 14:43)hanus napisał(a):  Skopiowałem to co podałeś w 'kodzie' i nadal nie wyświetla pogody... Jest tylko napisane N/A nic więcej...

Daj mi namiar do tego Rainmeter'a bo sam plik nie wystarczy, żeby go ułożyć.


RE: Mój Rainmeter - fredek7 - 15.01.2011 17:20

Hanus już dostał cały poprawiony confing pogody .


RE: Mój Rainmeter - mar.afc - 17.01.2011 14:33

(22.09.2010 20:16)Nostromo napisał(a):  [Obrazek: 00000png.png]

plik do pobrania [urln=http://www.sendspace.pl/file/b54f28e36c8e8f9135b93c7] zegarki & kalendarze minimal [/urln]

jest szansa na reup?


RE: Mój Rainmeter - Nostromo - 17.01.2011 17:45

C&Cminimal (nr13) odświeżam na życzenie,
do pobrania w Mój Rainmeter konfiguracje... .

[Obrazek: ccminimal.png]

[Obrazek: ccminimal1l.png]

Uploaded with ImageShack.us
Pzdr.


RE: Mój Rainmeter - skatemati - 18.01.2011 16:04

Witam, mam pewien problem ponieważ w configu System HDD nie mogę przesunąć tego configu do lewej krawędzi... chodzi mi o to że zostaje kawałek wolnej przestrzeni od krawędzi a tego dodatku nie da się już dalej przesunąć... Proszę o pomoc

[Obrazek: 52480094.th.jpg]

Uploaded with ImageShack.us

i jeszcze dodaje config
Cytat:
Kod:
;===========================================
;  Rainmeter configuration file
;===========================================

[Rainmeter]
Author=minhtrimatrix
AppVersion=1.0
Update=1000

[Variables]
fontColor.Text=255, 255, 255, 160
bar.color=255, 255, 255, 50
graph.line1=255, 255, 255, 75
graph.line2=255, 255, 255, 37

FontName=Calibri
FontHeight=10
AntiAlias=1




[Mse_DriveAccess]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="C: "

[Mse_TotalC]
Measure=FreeDiskSpace
Drive=C:
Total=1

[Mse_FreeC]
Measure=FreeDiskSpace
Drive=C:

[MeterRightLine]
Meter=IMAGE
X=40
Y=-3
W=70
H=70
ImageName=Disk.png
LeftMouseDownAction=!Execute ["C: \"]

[aHDD.txt]
Meter=STRING
X=120
Y=10
FontColor=255, 255, 255
FontSize=10
FontFace=#FontName#
StringStyle=normal
AntiAlias=1
Text="Dysk C: "

[1HDD.txt]
Meter=STRING
X=130
Y=23
FontColor=255, 255, 255,180
FontSize=10
FontFace=#FontName#
StringStyle=Italic
AntiAlias=1
Text="Całkowicie: "

[DriveCTotal]
MeasureName=Mse_TotalC
Meter=STRING
X=245
Y=23
FontColor=255, 255, 255
StringStyle=normal
StringAlign=right
Fontsize=10
Fontface=Calibri
Text="%1B"
AntiAlias=1
AutoScale=1

[2HDD.txt]
Meter=STRING
X=143
Y=36
FontColor=255, 255, 255,180
FontSize=10
FontFace=#FontName#
StringStyle=Italic
AntiAlias=1
Text="Wolne: "

[DriveCFree]
MeasureName=Mse_FreeC
Meter=STRING
X=250
Y=37
FontColor=255, 255, 255
StringStyle=normal
StringAlign=right
Fontsize=10
Fontface=calibri
Text="%1B"
AntiAlias=1
NumOfDecimals=2
AutoScale=1



RE: Mój Rainmeter - Nostromo - 18.01.2011 18:48

Ta przerwa to skutek wpisu dla obrazków
X=40
do tej pozycji masz ustawione pozostałe wpisy.
Jeżeli zmienisz pozycję :

[MeterRightLine]
Meter=IMAGE
X=0
Y=-3
W=70
H=70
ImageName=Disk.png

i pozostałych wpisów X=... też zmniejszysz o 40 to cały ten Rain pozwoli się przysunąć do krawędzi.