Windows 7 Forum: konfiguracja, optymalizacja, porady, gadżety •

Pełna wersja: Rainmeter
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
(22.01.2013 22:00)Witold313 napisał(a): [ -> ]...Jak już jesteśmy przy zabawie to co sądzisz o "moim" docku z aplikacjami?

Pobrałem przed chwilką.
Teraz muszę się przestawić na twoją logikę Zacieszacz, żeby zrozumieć jaka idea przyświecała powstaniu i budowie tego dock,a.
Tak na szybko zaobserwowałem minimalne rozjeżdżanie w prawo, przesunięcia w lewo, nakładanie napisu APPS, przesunięcia niektórych ikon w różnych kierunkach. Czy to efekt zamierzony i co bym zmienił będę wiedział jak wgryzę się mocniej.
[img][Obrazek: 2581fo3.png][/img]

Przedstawiam mój pulpit z wykorzystaniem zegara Nostromo - nie obyło się w nim bez moich wtrąceń Uśmiechnięty
Idea mojego pulpitu jest prosta. Maximum dostępu do informacji przy zachowaniu dość dużej wolnej powierzchni pulpitu. Dlatego część skinów jest zwijanych.
Odnośnie uwag - to właśnie jestem przy pracach kosmetycznych w "moich" skinach. Myślę, że za kilka dni będą zakończone tzn wypieszczone Cwaniak
Wracając do wczoraj wstawionego pulpitu to nie obyło się bez wpadki z zegarem - moja niedoróbka została poprawiona. Autora zegara przepraszam.
Gdybym chciał mieć wszystko na pulpicie to wyglądałby on tak:
[img][Obrazek: f0vubc.png][/img]

a po zwinięciu i uporządkowaniu skinów wygląda jak poniżej.
[img][Obrazek: 33escid.png][/img]

Ocena należy do Was.
Cytat:Witam,
Rainmeterem bawię się gdzieś od paru godzin

Na devianarcie przegladałem skiny jeden mi spasował:
http://mallchin.deviantart.com/#/d4yytoj

Tylko że ja mam procesor i7 4 rdzeniowy 8 wątkowy moje próby zmienienia tego się nie udały...
Dobra poradziłęm sobie, niżej jest poprawiony kod, ale nie jestem pewny czy wszystko jest ok, może ktoś rzucić okiem?


Kod:
;============================================================================
; Config
;============================================================================

[Rainmeter]
@include=#SKINSPATH#ForceXtended\Rainmeter.inc

[Metadata]
Name=ForceXtended - Processors
Information=Make Changes in your Config.inc file.||  * Based on ForceX System Monitor by ForceX|  * Icon by famfamfam||For more information see:  http: //mallchin.deviantart.com/
Version=3.0.0
License=(c) 2012 ForceX / mallchin

[Variables]
@include=#SKINSPATH#ForceXtended\Config.inc
@include=#SKINSPATH#Enigma\Resources\Variables\UserVariables.inc
WIDTH=275
HEIGHT=279

;============================================================================
; Layout
;============================================================================

[SystemMonitorHighlightTop]
Meter=IMAGE
X=1
Y=0
W=(#WIDTH# - 1)
H=1
SolidColor=#colour4#
UpdateDivider=3600

[SystemMonitorHighlightRight]
Meter=IMAGE
X=#WIDTH#
Y=0
W=1
H=(#HEIGHT# + 1)
SolidColor=#colour4#
UpdateDivider=3600

[SystemMonitorShadowBottom]
Meter=IMAGE
X=0
Y=#HEIGHT#
W=#WIDTH#
H=1
SolidColor=#colour5#
UpdateDivider=3600

[SystemMonitorShadowLeft]
Meter=IMAGE
X=0
Y=0
W=1
H=#HEIGHT#
SolidColor=#colour5#
UpdateDivider=3600

[SystemMonitorBodySideBar]
Meter=IMAGE
SolidColor=#colour2#
X=1
Y=1
H=(#HEIGHT# - 1)
W=24
UpdateDivider=3600

[SystemMonitorBodySideBarSeparator]
Meter=IMAGE
SolidColor=#colour3#
X=25
Y=1
H=(#HEIGHT# - 1)
W=1
UpdateDivider=3600

[SystemMonitorBody]
Meter=IMAGE
X=26
Y=1
W=(#WIDTH# - 26)
H=(#HEIGHT# - 1)
SolidColor=#colour1#
UpdateDivider=3600

[SystemMonitorVertivalText]
Meter=String
Text="Processor"
X=3
Y=83
Angle=-1.5707
FontFace="hooge 05_53"
FontColor=#font2_colour#
FontSize=6
AntiAlias=#AA#
UpdateDivider=3600

[SystemMonitorIcon]
Meter=IMAGE
Path=..\icons\
ImageName=computer.png
X=5
Y=5
Greyscale=1
ImageTint=#icon1#
UpdateDivider=3600

;============================================================================
; Measures
;============================================================================

[CPU1Name]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
RegValue=ProcessorNameString
UpdateDivider=3600

[CPU1ClockRate]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ
UpdateDivider=3600

[CPU1]
Measure=CPU

[CPU1Core1]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=0
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[CPU1Core2]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=1
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[CPU1Core3]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=2
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[CPU1Core4]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=3
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[CPU1Core5]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=4
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[CPU1Core6]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=5
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[CPU1Core7]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=6
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[CPU1Core8]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=7
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[CPU1Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#SF_CPU_1#
MaxValue=100
MinValue=0

[GPU1Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#SF_GPU_0#
MaxValue=100
MinValue=0

[CPU1Processes]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="System"
PerfMonCounter="Processes"
PerfMonInstance=""
PerfMonDifference=0

[CPU1TopProcess]
Measure=Plugin
Plugin=Plugins\AdvancedCPU.dll
TopProcess=2
CPUExclude=Idle

[SystemUptime]
Measure=Uptime
Substitute="d": " days,",": ": " hours, "
UpdateDivider=60

;============================================================================
; Meters
;============================================================================

;------------------------------------------------------------
; CPU Name
;------------------------------------------------------------

[CPU1NameString]
Meter=STRING
MeasureName=CPU1Name
X=30
Y=5
FontColor=#font1_colour#
FontSize=8
FontFace=#font1_name#
AntiAlias=#AA#
UpdateDivider=3600

;------------------------------------------------------------
; CPU Clock Rate
;------------------------------------------------------------

[CPU1ClockRateString]
Meter=STRING
MeasureName=CPU1ClockRate
X=0r
Y=15r
FontColor=#font1_colour#
FontSize=8
FontFace=#font1_name#
AntiAlias=#AA#
Text="Clock Speed:  %1 MHz"

;------------------------------------------------------------
; CPU Usage
;------------------------------------------------------------

[CPU1UsageString]
Meter=STRING
MeasureName=CPU1
X=30
Y=38
FontColor=#colour9#
FontSize=8
FontFace=#font1_name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=0
Text="%1%"

[CPU1UsageBarBack]
Meter=IMAGE
X=75
Y=40
W=190
H=10
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1UsageBar]
Meter=BAR
MeasureName=CPU1
X=0r
Y=0r
W=190
H=10
BarColor=#colour9#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Core 1 Usage
;----------------------------------------------------------------------------

[CPU1Core1UsageString]
Meter=STRING
X=30
Y=15r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="Core 1"

[CPU1Core1UsageBarBack]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1Core1UsageBar]
Meter=BAR
MeasureName=CPU1Core1
X=0r
Y=0r
W=190
H=5
BarColor=#colour10#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Core 2 Usage
;----------------------------------------------------------------------------

[CPU1Core2UsageString]
Meter=STRING
X=30
Y=8r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="Core 2"

[CPU1Core2UsageBarBack]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1Core2UsageBar]
Meter=BAR
MeasureName=CPU1Core2
X=0r
Y=0r
W=190
H=5
BarColor=#colour10#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Core 3 Usage
;----------------------------------------------------------------------------

[CPU1Core3UsageString]
Meter=STRING
X=30
Y=8r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="Core 3"

[CPU1Core3UsageBarBack]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1Core3UsageBar]
Meter=BAR
MeasureName=CPU1Core3
X=0r
Y=0r
W=190
H=5
BarColor=#colour10#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Core 4 Usage
;----------------------------------------------------------------------------

[CPU1Core4UsageString]
Meter=STRING
X=30
Y=8r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="Core 4"

[CPU1Core4UsageBarBack]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1Core4UsageBar]
Meter=BAR
MeasureName=CPU1Core4
X=0r
Y=0r
W=190
H=5
BarColor=#colour10#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Core 5 Usage
;----------------------------------------------------------------------------

[CPU1Core5UsageString]
Meter=STRING
X=30
Y=8r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="Core 5"

[CPU1Core5UsageBarBack]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1Core5UsageBar]
Meter=BAR
MeasureName=CPU1Core5
X=0r
Y=0r
W=190
H=5
BarColor=#colour10#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Core 6 Usage
;----------------------------------------------------------------------------

[CPU1Core6UsageString]
Meter=STRING
X=30
Y=8r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="Core 6"

[CPU1Core6UsageBarBack]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1Core6UsageBar]
Meter=BAR
MeasureName=CPU1Core6
X=0r
Y=0r
W=190
H=5
BarColor=#colour10#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Core 7 Usage
;----------------------------------------------------------------------------

[CPU1Core7UsageString]
Meter=STRING
X=30
Y=8r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="Core 7"

[CPU1Core7UsageBarBack]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1Core7UsageBar]
Meter=BAR
MeasureName=CPU1Core7
X=0r
Y=0r
W=190
H=5
BarColor=#colour10#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Core 8 Usage
;----------------------------------------------------------------------------

[CPU1Core8UsageString]
Meter=STRING
X=30
Y=8r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="Core 8"

[CPU1Core8UsageBarBack]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1Core8UsageBar]
Meter=BAR
MeasureName=CPU1Core8
X=0r
Y=0r
W=190
H=5
BarColor=#colour10#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Temperature
;----------------------------------------------------------------------------

[CPU1TempNameString]
Meter=STRING
X=30
Y=13r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="CPU"

[CPU1TempBarBack]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[CPU1TempBar]
Meter=BAR
MeasureName=CPU1Temp
X=0r
Y=0r
W=165
H=5
BarColor=#colour11#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[CPU1TempString]
Meter=STRING
MeasureName=CPU1Temp
X=242
Y=-4r
FontColor=#colour11#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="%1°C"

;----------------------------------------------------------------------------
; GPU Temperature
;----------------------------------------------------------------------------

[GPU1TempNameString]
Meter=STRING
X=30
Y=12r
FontColor=#font1_colour#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="GPU"
UpdateDivider=3600

[GPU1TempBarBack]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#colour7#
AntiAlias=#AA#
UpdateDivider=3600

[GPU1TempBar]
Meter=BAR
MeasureName=GPU1Temp
X=0r
Y=0r
W=165
H=5
BarColor=#colour12#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[GPU1TempString]
Meter=STRING
MeasureName=GPU1Temp
X=242
Y=-4r
FontColor=#colour12#
FontSize=7
FontFace=#font1_name#
AntiAlias=#AA#
Text="%1°C"

;----------------------------------------------------------------------------
; CPU Processes
;----------------------------------------------------------------------------

[CPU1TopProcessesString]
Meter=String
MeasureName=CPU1Processes
Prefix="Processes:  "
X=30
Y=18r
FontColor=#font1_colour#
FontSize=8
FontFace=#font1_name#
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU Top Process
;----------------------------------------------------------------------------

[CPU1TopProcessString]
Meter=String
MeasureName=CPU1TopProcess
Prefix="Top Process:  "
X=0r
Y=15r
FontColor=#font1_colour#
FontSize=8
FontFace=#font1_name#
AntiAlias=#AA#

;----------------------------------------------------------------------------
; System Up Time
;----------------------------------------------------------------------------

[SystemUptimeString]
Meter=String
MeasureName=SystemUptime
Prefix="System Uptime:  "
X=30
Y=15r
FontColor=#font1_colour#
FontSize=8
FontFace=#font1_name#
AntiAlias=#AA#

;============================================================================
; Separator
;============================================================================

[Spacer1]
Meter=IMAGE
SolidColor=#colour6#
X=26
Y=18r
H=1
W=(#WIDTH# - 26)
UpdateDivider=3600

;============================================================================
; CPU Graphs
;============================================================================

;----------------------------------------------------------------------------
; CPU Usage
;----------------------------------------------------------------------------

[CPU1UsageLine]
Meter=Line
MeasureName=CPU1
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#colour9#
AntiAlias=#AA#

[CPU1UsageHistogram]
Meter=HISTOGRAM
MeasureName=CPU1
X=0r
Y=0r
H=46
W=240
PrimaryColor=#colour14#
AntiAlias=#AA#

;----------------------------------------------------------------------------
; CPU 1 Temperature
;----------------------------------------------------------------------------

[CPU1TempLine]
Meter=Line
MeasureName=CPU1Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#colour11#
AntiAlias=#AA#

;----------------------------------------------------------------------------
; GPU 1 Temperature
;----------------------------------------------------------------------------

[GPU1TempLine]
Meter=Line
MeasureName=GPU1Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#colour12#
AntiAlias=#AA#
AutoScale=0
Witam, mam problem z http://bblake.deviantart.com/art/Faceboo...-252678501 oraz z http://rickypereira1992.deviantart.com/a...-203145746 . Nie potrafię obydwóch skonfigurować! Czytałem komenty pod tym skinem z facebookiem i zauważyłem, że wiele osób ma z tym problem, próbowałem jakoś tam konfigurować oby dwa skiny i nie daje rady już. Jeśli to istotne to posiadam wersję 2.4.0 64 bit, o ile się nie mylę jest to najnowsza stabilna wersja.
W Envelope Gmail nie trzeba nic ponad wpisanie prawidłowego loginu i hasła do Gmail:

[Obrazek: obraz000zq.png]

Facebook for Rainmeter 2.1.1 jest dedykowany dla Rainmeter 2.1.1 i w nowszych wersjach może nie działać poprawnie, instrukcja jest pod linkiem: View on Youtube, warunek podstawowy to zmiana języka na angielski podczas logowania do faceboka, później można wrócić do polskiego.
Jako nowy użytkownik forum i rainmetera chciałbym się oficjalnie przywitać
Cześć ;-)

Mam wiele pytań i w tracie użytkowania RM pojawi się ich jeszcze więcej.
Najpierw pytanie do Witold313,
Skąd pobrałeś taki player i circle clok, którego używałeś w kompozycji z niebieskim pulpitem.
Minimalizm jaki masz na swoim desktopie bardzo mi odpowiada ;-)
Witaj Uśmiechnięty
Player to Circles. Wersję, którą ja pobrałem i dostosowałem do moich potrzeb można pobrać ze strony: http://windows7themer.com/winamp-circles...ter-theme/
Zegarek to przeróbka skina LEXIS, który znajdziesz na http://customize.org

Pozdrawiam
(26.01.2013 21:31)Nostromo napisał(a): [ -> ]W Envelope Gmail nie trzeba nic ponad wpisanie prawidłowego loginu i hasła do Gmail:

[Obrazek: obraz000zq.png]

Facebook for Rainmeter 2.1.1 jest dedykowany dla Rainmeter 2.1.1 i w nowszych wersjach może nie działać poprawnie, instrukcja jest pod linkiem: View on Youtube, warunek podstawowy to zmiana języka na angielski podczas logowania do faceboka, później można wrócić do polskiego.

Witam! Z facebookiem odpuściłem sobie, muszę znaleźć coś pod swój gust. Lecz po wpisaniu tego loginu oraz hasła do Envelope Gmail niestety nadal nie działa - ciągle pokazuje, że mam 0 wiadomości. Zapewniam, iż na pewno poprawnie wpisuję login oraz hasło. Pozdrawiam!
ściągnąłem plik konfiguracyjny do winamp circle, jednak ogrom danych jaki jest w nim zawarty mnie przytłacza.

Jestem nowym użytkownikiem RM, i to już moja kolejna próba chwycenia byka za rogi. Teraz sobie obiecałem że ujarzmię bestie.

Witold mógłbyś mnie nakierunkować jak ugryźć te dane by zadziałał foobar ?
Obecnie na Enigmie działa.
Dla prawidłowej pracy odtwarzacza Circles niezbędna jest wtyczka foo_winamp_spam.dll. Można ją pobrać np. ze strony http://home.comcast.net/~selyb/. Z reguły pliki są spakowane. Po rozpakowaniu, przy zamkniętym foobarze skopiuj wtyczkę do folderu ...:\Program Files\foobar2000_1.2\components, Odpal foobara, w zakładce File\Preferences:Components powinieneś ją widzieć, a Twój odtwarzacz powinien działać.

[Obrazek: 8ys40k.png]

Na Foobarze 1.2 działają wtyczki v.0.96, v.98 (te sprawdziłem)
Bardzo proszę, pomóżcie mi znaleźć kod dla Opola na yahoo weather.
Wiem, chyba jestem za głupi bo udało mi się tylko dla Brzegu.Smutny
A używam Weather Panel z Omnimo 5.
Dziękuję
Dla Yahoo nie ma chyba znaczenia, że Opole to opolskie a nie mazowieckie...Zacieszacz
Opole Weather Forecasts Yahoo
Prawie każdy zetkął się ze skinem pogody VClouds Weather czy jego późniejszą wersją VClouds Weather 2.

[img][Obrazek: 14vryu0.png][/img]
Cześć, walcze ze skinem "Tab" i mam taki problem że gdy podaje ścieżkę do photoshopa to ten mi się nie otwiera lecz gdy podam inną ścieżkę wszystko śmiga.

Kod:
[Program2]
Meter=IMAGE
ImageName=ps
H=35
W=35
X=75
Y=12
Hidden=1

LeftMouseDownAction=!Execute [D: \Programy\Adobe\Adobe Photoshop CS3\Photoshop.exe]

dodatkowo w pogodzie nie moge znalezc miejsca zeby spolszczyc prognoze
[Obrazek: jkdpqu.png]
Kod:
[Rainmeter]
Author=James
Update=1000

;Metadata added by RainBrowser

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

;End of added Metadata

[Variables]
URL=http: //xml.weather.com/weather/local/PLXX0014?cc=*&unit=M&dayf=10
Substitute="Sunday": "Nd","Monday": "Pn","Tuesday": "Wt","Wednesday": "Śr","Thursday": "Cz","Friday": "Pt","Saturday": "Sb"

----------------------------------------------------------------------
                               Text Styles
----------------------------------------------------------------------


[TitleStyle]
FontColor=255,255,255
FontSize=11
StringAlign=Center
FontFace=#Font#
FontHeight=10
AntiAlias=1
angle=-1.5707964


[ContentStyle]
StringAlign=Left
FontColor=255,255,255
FontSize=11
FontFace=#Font#
FontHeight=10
AntiAlias=1


----------------------------------------------------------------------
                               Tabs
----------------------------------------------------------------------

[Tab]
Meter=IMAGE
ImageName=Tab Right.png
X=207
Y=0

LeftMouseDownAction=!Execute [!RainmeterShowMeter Tab2][!RainmeterShowMeter WeatherOut][!RainmeterShowMeter Content][!RainmeterHideMeter Weather][!RainmeterShowMeter MeterDesc][!RainmeterShowMeter MeterTemp][!RainmeterShowMeter MeterTemp2][!RainmeterShowMeter day2Text][!RainmeterShowMeter MeterTemp3][!RainmeterShowMeter day3Text][!RainmeterShowMeter MeterTemp4][!RainmeterShowMeter day4Text][!RainmeterShowMeter MeterTemp5][!RainmeterShowMeter Day5Text][!RainmeterHideMeter Tab]



[Tab2]
Meter=IMAGE
ImageName=Tab Right 2.png
X=21
Y=0
Hidden=1


LeftMouseDownAction=!Execute [!RainmeterHideMeter Tab2][!RainmeterHideMeter WeatherOut][!RainmeterHideMeter Content][!RainmeterShowMeter Weather][!RainmeterHideMeter MeterDesc][!RainmeterHideMeter MeterTemp][!RainmeterHideMeter MeterTemp2][!RainmeterHideMeter day2Text][!RainmeterHideMeter MeterTemp3][!RainmeterHideMeter day3Text][!RainmeterHideMeter MeterTemp4][!RainmeterHideMeter day4Text][!RainmeterHideMeter MeterTemp5][!RainmeterHideMeter Day5Text][!RainmeterShowMeter Tab]


[Content]
Meter=IMAGE
ImageName=Content Right.png
X=50
Y=0
Hidden=1


----------------------------------------------------------------------
                               Tab Name
----------------------------------------------------------------------


[Weather]
Meter=String
MeterStyle=TitleStyle
Text=Pogoda
x=214
y=53


[WeatherOut]
Meter=String
MeterStyle=TitleStyle
Text=Pogoda
x=28
y=53
Hidden=1


----------------------------------------------------------------------
                               Weather
----------------------------------------------------------------------


[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
URL=#URL#
RegExp="(?siU)<weather ver="(.*)">(.*)<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>(.*)<day d="4" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
StringIndex=1
IfAboveValue=1
IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]


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

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


[MeterTemp]
Meter=STRING
MeasureName=MeasureWeatherTemp
MeterStyle=ContentStyle
X=63
Y=13
Postfix="°"
Hidden=1


[MeterDesc]
Meter=STRING
MeasureName=MeasureWeatherDesc
MeterStyle=ContentStyle
X=63
Y=33
Hidden=1


----------------------------------------------------------------------
                               Tomorrow Weather
----------------------------------------------------------------------


[MeasureWeatherTemp2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=12


[Day2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=9
Substitute=#Substitute#


[Day2Text]
MeasureName=Day2
Meter=STRING
MeterStyle=ContentStyle
X=64
Y=55
AntiAlias=1
Hidden=1


[MeterTemp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
MeterStyle=ContentStyle
X=64
Y=75
AntiAlias=1
Postfix="°"
Hidden=1

----------------------------------------------------------------------
                               Day 3 Weather
----------------------------------------------------------------------


[MeasureWeatherTemp3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=23


[Day3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=20
Substitute=#Substitute#


[Day3Text]
MeasureName=Day3
Meter=STRING
MeterStyle=ContentStyle
X=104
Y=55
AntiAlias=1
Hidden=1


[MeterTemp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
MeterStyle=ContentStyle
X=104
Y=75
AntiAlias=1
Postfix="°"
Hidden=1


----------------------------------------------------------------------
                               Day 4 Weather
----------------------------------------------------------------------


[MeasureWeatherTemp4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=34


[Day4]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=31
Substitute=#Substitute#


[Day4Text]
MeasureName=Day4
Meter=STRING
MeterStyle=ContentStyle
X=138
Y=55
AntiAlias=1
Hidden=1


[MeterTemp4]
MeasureName=MeasureWeatherTemp4
Meter=STRING
MeterStyle=ContentStyle
X=138
Y=75
AntiAlias=1
Postfix="°"
Hidden=1


----------------------------------------------------------------------
                               Day 5 Weather
----------------------------------------------------------------------


[MeasureWeatherTemp5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=45


[Day5]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=42
Substitute=#Substitute#


[Day5Text]
MeasureName=Day5
Meter=STRING
MeterStyle=ContentStyle
X=168
Y=55
AntiAlias=1
Hidden=1


[MeterTemp5]
MeasureName=MeasureWeatherTemp5
Meter=STRING
MeterStyle=ContentStyle
X=168
Y=75
AntiAlias=1
Postfix="°"
Hidden=1
Nie ma jednej reguły.
Wiele programów działa po wstawieniu gołej nazwy pliku wykonywalnego
np.
gimp-2.6.exe
lub z cudzysłowem
np.
"FSViewer.exe"
część programów wymaga "podprowadzenia za rączkę" podając ścieżkę do .exe
np.
C:/Program Files/Wise/Wise Care 365/WiseCare365.exe
niektórym trzeba dołożyć cudzysłów
np.
"C:/Program Files/Spybot - Search & Destroy/SDMain.exe"


Może zrobiłeś za dużą przerwę po D:...\ i Skin "nie widzi" ścieżki a może "przełam" powinno być w drugą stronę D:/... .

--------------------------------------------------------------

Substitute z polskimi nazwami pogody podklej pod

[MeasureWeatherDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5
Substitute=#Pogoda_PL#
Dzięki, podziałało "ścieżka" ale dziwne bo w niektórych miejscach wystarczyło coś tam.exe ;o
(29.01.2013 21:01)Nostromo napisał(a): [ -> ]Dla Yahoo nie ma chyba znaczenia, że Opole to opolskie a nie mazowieckie...Zacieszacz
Opole Weather Forecasts Yahoo

Czyli nie ma możliwości na znalezienie tam Opola, opolskiego?Zacieszacz
Tak mam to rozumieć?Zakłopotany
(30.01.2013 18:39)piterek napisał(a): [ -> ]Czyli nie ma możliwości na znalezienie tam Opola, opolskiego?Zacieszacz
Tak mam to rozumieć?Zakłopotany

http://weather.yahoo.com/poland/woj.-opo...-12577942/
[Obrazek: 2uduqrn.png]

po odświeżeniu skina zmienia mi się pozycja kilku części lecz nigdzie nie widzę współrzędnych za to odpowiedzialnych ;/
Przekierowanie