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.
Minęło kilka tygodni od mojego pierwszego postu (#2312) na tym forum. Podpowiedź Nostromo nie rozwiązała mojego problemu, aczkolwiek zmusiła mnie do większej pracy. W międzyczasie kilka skórek zrobiłem zwijanych, między innymi radio, w którym chciałem wyróżnić wybraną stację zmianą koloru. I w końcu udało się - po wielu próbach mam polecenie, które spełnia moje oczekiwanie.
"LeftMouseDownAction=!Execute [!RainmeterPluginBang "mPlayer ClosePlayer"] ["#PathToRainRadio#" "#PathToVLC#" "#PathToStations##Station1Link#"][!SetOptionGroup Stations FontColor #FontColor#][!SetOptionGroup Stations StringStyle Normal][!SetOption MeterStation1 FontColor #FontColor1#][!SetOption MeterStation1 StringStyle BoldItalic]"
Być może można było prościej :-/
Witam!

Poszukuje jakiegoś minimalistycznego elementu, w którym będę mógł wpisywać zadania do wykonania coś a'la notatnik tylko, żeby można było odhaczać ukończeniu zadanie, które by znikało po ukończeniu dnia. A jeśli czegoś takiego nie ma to chociaż zwykły notatnik by się przydał.

Aktualny design:

[Obrazek: c3a47f95.png]

Pozdrawiam
Witam serdecznie, dosłownie od dziś bawie się RainMeterem i mam taki problem, posiadam już swój wybrany styl/skórkę ale w pogodzie nie moge dojść jak zmienić stopie F, na Celsjusza. Oto kod:

Kod PHP:
<?php 
ToxxWeather


By request from Karmat111
here is ToxxWeather
for the first time I didn't write the code by myself. This is a "very" modified version of this weather skin, http: //jetpac.deviantart.com/art/Weather-37639007
So a big thanks to these guy!!
The Icons are made by LavAna,(thank you for sharing) http: //lavana.deviantart.com/art/Flat-Weather-Icons-32021664 

All cred to these creators!!



[Rainmeter]
Author=moxamax and albinozz
Update=3500

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

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

;End of added Metadata

[Variables]
;Please replace your location code of Weather.com below, e.g:  Taipei is TWXX0021.
;You can check it on Weather.com or Google.
;And you may also delete "&unit=m" if you prefer the Fahrenheit Scale.

URL=http: //xml.weather.com/weather/local/PLXX1743: 1?cc=*&dayf=6

Font=Copperplate Gothic bold

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

[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>(.*)"
StringIndex=1
IfAboveValue=1
IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]
;Debug=1
;--------------------------------

[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 descriptionid=18
;tomorrow's day, id=9
;tomorrow'
s dateid=10you 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-tempid=14you can redefine the StringIndex value below with the id#
[MeasureWeatherTemp1]
Measure=Plugin
Plugin
=Plugins\WebParser.dll
Url
=[MeasureWeatherRSS]
StringIndex=12

;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

;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

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

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

[MeterTemp]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=50
Y=58
FontColor=255, 255, 255, 200
StringStyle=NORMAL
FontSize=13
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDesc]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=160
Y=0
FontColor=255, 255, 255, 200
FontSize=10
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIconNA]
ImageName=na.png
Meter=IMAGE
X=5
Y=1

[MeterIcon]
MeasureName=MeasureWeatherIcon
Meter=IMAGE
X=32
Y=22
H=37
W=37
Hidden=1
;------------------------- offset Y:  +40

[MeterTemp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=120
Y=58
FontColor=255, 255, 255, 100
StringStyle=NORMAL
FontSize=10
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDate1]
MeasureName=MeasureWeatherDate1
Meter=STRING
X=120
Y=20
FontColor=255, 255, 255, 100
FontSize=7
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=105
Y=32
H=26
W=26
;------------------------- offset Y:  +40

[MeterTemp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=190
Y=58
FontColor=255, 255, 255, 100
StringStyle=NORMAL
FontSize=10
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDate2]
MeasureName=MeasureWeatherDate2
Meter=STRING
X=190
Y=20
FontColor=255, 255, 255, 100
FontSize=7
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon2]
MeasureName=MeasureWeatherIcon2
Meter=IMAGE
X=175
Y=32
H=26
W=26
;------------------------- offset Y:  +40

[MeterTemp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=260
Y=58
FontColor=255, 255, 255, 100
StringStyle=NORMAL
FontSize=10
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDate3]
MeasureName=MeasureWeatherDate3
Meter=STRING
X=260
Y=20
FontColor=255, 255, 255, 100
FontSize=7
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=245
Y=35
H=26
W=26
;----------------------------

[Back]
Meter=IMAGE
SolidColor=0, 0, 0, 1
X=0
Y=1
W=320
H=110

[Line1]
Meter=IMAGE
ImageName=line.png
X=0
Y=15
W=320
H=3
AntiAlias=1

[Line2]
Meter=IMAGE
ImageName=line.png
X=0
Y=75
W=320
H=3
AntiAlias=1

[Minimize]
Meter=STRING
X=110
Y=80
FontColor=255, 255, 255, 200
FontSize=7
FontFace=#Font#
StringAlign=CENTER
Prefix="Minimize"
AntiAlias=1
Hidden=0
MouseOverAction=!Execute [!RainmeterShowMeter MouseOverMinimize][!RainmeterRedraw]
MouseLeaveAction=!Execute [!RainmeterHideMeter MouseOverMinimize][!RainmeterRedraw]
LeftMouseDownAction=!Execute [!RainmeterHideMeter MeterTemp1][!RainmeterHideMeter MeterDate1][!RainmeterHideMeter MeterIcon1][!RainmeterHideMeter MeterTemp2][!RainmeterHideMeter MeterDate2][!RainmeterHideMeter MeterIcon2][!RainmeterHideMeter MeterTemp3][!RainmeterHideMeter MeterDate3][!RainmeterHideMeter MeterIcon3][!RainmeterHideMeter Line2][!RainmeterHideMeter Refresh][!RainmeterMoveMeter 120 22 MeterIcon][!RainmeterMoveMeter 175 32 MeterTemp][!RainmeterShowMeter Maximize][!RainmeterHideMeter MouseOverMinimize][!RainmeterHideMeter Minimize][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterRedraw]

[MouseOverMinimize]
Meter=IMAGE
ImageName=MouseOver.png
X=78
Y=75
W=65
H=20
AntiAlias=1
Hidden=1

[Maximize]
Meter=STRING
X=160
Y=60
FontColor=255, 255, 255, 200
FontSize=7
FontFace=#Font#
StringAlign=CENTER
Prefix="Maximize"
AntiAlias=1
Hidden=1
MouseOverAction=!Execute [!RainmeterShowMeter MouseOverMaximize][!RainmeterRedraw]
MouseLeaveAction=!Execute [!RainmeterHideMeter MouseOverMaximize][!RainmeterRedraw]
LeftMouseDownAction=!Execute [!RainmeterShowMeter MeterTemp1][!RainmeterShowMeter MeterDate1][!RainmeterShowMeter MeterIcon1][!RainmeterShowMeter MeterTemp2][!RainmeterShowMeter MeterDate2][!RainmeterShowMeter MeterIcon2][!RainmeterShowMeter MeterTemp3][!RainmeterShowMeter MeterDate3][!RainmeterShowMeter MeterIcon3][!RainmeterShowMeter Line2][!RainmeterShowMeter Refresh][!RainmeterMoveMeter 32 22 MeterIcon][!RainmeterMoveMeter 50 58 MeterTemp][!RainmeterShowMeter Minimize][!RainmeterHideMeter MouseOverMaximize][!RainmeterHideMeter Maximize][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterRedraw]

[MouseOverMaximize]
Meter=IMAGE
ImageName=MouseOver.png
X=129
Y=55
W=65
H=20
AntiAlias=1
Hidden=1

[Refresh]
Meter=STRING
X=210
Y=80
FontColor=255, 255, 255, 200
FontSize=7
FontFace=#Font#
StringAlign=CENTER
Prefix="Refresh"
AntiAlias=1
Hidden=0
MouseOverAction=!Execute [!RainmeterShowMeter MouseOverRefresh][!RainmeterRedraw]
MouseLeaveAction=!Execute [!RainmeterHideMeter MouseOverRefresh][!RainmeterRedraw]
LeftMouseDownAction=!Execute [!RainmeterRefresh][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterRedraw]

[MouseOverRefresh]
Meter=IMAGE
ImageName=MouseOver.png
X=180
Y=75
W=60
H=20
AntiAlias=1
Hidden=1 

Z góry dziękuję za odp.
(08.01.2013 21:43)grocek napisał(a): [ -> ]Witam serdecznie, dosłownie od dziś bawie się RainMeterem i mam taki problem, posiadam już swój wybrany styl/skórkę ale w pogodzie nie moge dojść jak zmienić stopie F, na Celsjusza. Oto kod:

Kod PHP:
<?php 
ToxxWeather


By request from Karmat111
here is ToxxWeather
for the first time I didn't write the code by myself. This is a "very" modified version of this weather skin, http: //jetpac.deviantart.com/art/Weather-37639007
So a big thanks to these guy!!
The Icons are made by LavAna,(thank you for sharing) http: //lavana.deviantart.com/art/Flat-Weather-Icons-32021664 

All cred to these creators!!



[Rainmeter]
Author=moxamax and albinozz
Update=3500

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

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

;End of added Metadata

[Variables]
;Please replace your location code of Weather.com below, e.g:  Taipei is TWXX0021.
;You can check it on Weather.com or Google.
;And you may also delete "&unit=m" if you prefer the Fahrenheit Scale.

URL=http: //xml.weather.com/weather/local/PLXX1743: 1?cc=*&dayf=6

Font=Copperplate Gothic bold

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

[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>(.*)"
StringIndex=1
IfAboveValue=1
IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]
;Debug=1
;--------------------------------

[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 descriptionid=18
;tomorrow's day, id=9
;tomorrow'
s dateid=10you 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-tempid=14you can redefine the StringIndex value below with the id#
[MeasureWeatherTemp1]
Measure=Plugin
Plugin
=Plugins\WebParser.dll
Url
=[MeasureWeatherRSS]
StringIndex=12

;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

;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

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

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

[MeterTemp]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=50
Y=58
FontColor=255, 255, 255, 200
StringStyle=NORMAL
FontSize=13
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDesc]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=160
Y=0
FontColor=255, 255, 255, 200
FontSize=10
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIconNA]
ImageName=na.png
Meter=IMAGE
X=5
Y=1

[MeterIcon]
MeasureName=MeasureWeatherIcon
Meter=IMAGE
X=32
Y=22
H=37
W=37
Hidden=1
;------------------------- offset Y:  +40

[MeterTemp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=120
Y=58
FontColor=255, 255, 255, 100
StringStyle=NORMAL
FontSize=10
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDate1]
MeasureName=MeasureWeatherDate1
Meter=STRING
X=120
Y=20
FontColor=255, 255, 255, 100
FontSize=7
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=105
Y=32
H=26
W=26
;------------------------- offset Y:  +40

[MeterTemp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=190
Y=58
FontColor=255, 255, 255, 100
StringStyle=NORMAL
FontSize=10
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDate2]
MeasureName=MeasureWeatherDate2
Meter=STRING
X=190
Y=20
FontColor=255, 255, 255, 100
FontSize=7
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon2]
MeasureName=MeasureWeatherIcon2
Meter=IMAGE
X=175
Y=32
H=26
W=26
;------------------------- offset Y:  +40

[MeterTemp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=260
Y=58
FontColor=255, 255, 255, 100
StringStyle=NORMAL
FontSize=10
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"

[MeterDate3]
MeasureName=MeasureWeatherDate3
Meter=STRING
X=260
Y=20
FontColor=255, 255, 255, 100
FontSize=7
StringAlign=CENTER
StringStyle=BOLD
FontFace=#Font#
Antialias=1

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=245
Y=35
H=26
W=26
;----------------------------

[Back]
Meter=IMAGE
SolidColor=0, 0, 0, 1
X=0
Y=1
W=320
H=110

[Line1]
Meter=IMAGE
ImageName=line.png
X=0
Y=15
W=320
H=3
AntiAlias=1

[Line2]
Meter=IMAGE
ImageName=line.png
X=0
Y=75
W=320
H=3
AntiAlias=1

[Minimize]
Meter=STRING
X=110
Y=80
FontColor=255, 255, 255, 200
FontSize=7
FontFace=#Font#
StringAlign=CENTER
Prefix="Minimize"
AntiAlias=1
Hidden=0
MouseOverAction=!Execute [!RainmeterShowMeter MouseOverMinimize][!RainmeterRedraw]
MouseLeaveAction=!Execute [!RainmeterHideMeter MouseOverMinimize][!RainmeterRedraw]
LeftMouseDownAction=!Execute [!RainmeterHideMeter MeterTemp1][!RainmeterHideMeter MeterDate1][!RainmeterHideMeter MeterIcon1][!RainmeterHideMeter MeterTemp2][!RainmeterHideMeter MeterDate2][!RainmeterHideMeter MeterIcon2][!RainmeterHideMeter MeterTemp3][!RainmeterHideMeter MeterDate3][!RainmeterHideMeter MeterIcon3][!RainmeterHideMeter Line2][!RainmeterHideMeter Refresh][!RainmeterMoveMeter 120 22 MeterIcon][!RainmeterMoveMeter 175 32 MeterTemp][!RainmeterShowMeter Maximize][!RainmeterHideMeter MouseOverMinimize][!RainmeterHideMeter Minimize][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterRedraw]

[MouseOverMinimize]
Meter=IMAGE
ImageName=MouseOver.png
X=78
Y=75
W=65
H=20
AntiAlias=1
Hidden=1

[Maximize]
Meter=STRING
X=160
Y=60
FontColor=255, 255, 255, 200
FontSize=7
FontFace=#Font#
StringAlign=CENTER
Prefix="Maximize"
AntiAlias=1
Hidden=1
MouseOverAction=!Execute [!RainmeterShowMeter MouseOverMaximize][!RainmeterRedraw]
MouseLeaveAction=!Execute [!RainmeterHideMeter MouseOverMaximize][!RainmeterRedraw]
LeftMouseDownAction=!Execute [!RainmeterShowMeter MeterTemp1][!RainmeterShowMeter MeterDate1][!RainmeterShowMeter MeterIcon1][!RainmeterShowMeter MeterTemp2][!RainmeterShowMeter MeterDate2][!RainmeterShowMeter MeterIcon2][!RainmeterShowMeter MeterTemp3][!RainmeterShowMeter MeterDate3][!RainmeterShowMeter MeterIcon3][!RainmeterShowMeter Line2][!RainmeterShowMeter Refresh][!RainmeterMoveMeter 32 22 MeterIcon][!RainmeterMoveMeter 50 58 MeterTemp][!RainmeterShowMeter Minimize][!RainmeterHideMeter MouseOverMaximize][!RainmeterHideMeter Maximize][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterRedraw]

[MouseOverMaximize]
Meter=IMAGE
ImageName=MouseOver.png
X=129
Y=55
W=65
H=20
AntiAlias=1
Hidden=1

[Refresh]
Meter=STRING
X=210
Y=80
FontColor=255, 255, 255, 200
FontSize=7
FontFace=#Font#
StringAlign=CENTER
Prefix="Refresh"
AntiAlias=1
Hidden=0
MouseOverAction=!Execute [!RainmeterShowMeter MouseOverRefresh][!RainmeterRedraw]
MouseLeaveAction=!Execute [!RainmeterHideMeter MouseOverRefresh][!RainmeterRedraw]
LeftMouseDownAction=!Execute [!RainmeterRefresh][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterRedraw]

[MouseOverRefresh]
Meter=IMAGE
ImageName=MouseOver.png
X=180
Y=75
W=60
H=20
AntiAlias=1
Hidden=1 

Z góry dziękuję za odp.

Dołączam się do pytania, mam ten sam problem z tą samą skórką. Coś tam piszę, żeby usunąć &unit=m, jak się chcę stopnie w F, tylko teraz gdzie te &unit=m wpisać żeby były C
Nie było albo obciąłeś wpis *&unit=

"URL=http: //xml.weather.com/weather/local/PLXX1743: 1?cc=*&dayf=6"

poprawnie dla stopni Celsjusza jest:

URL=http://xml.weather.com/weather/local/PLXX1743: 1?cc=*&unit=m&dayf=6
A jak zrobić żeby na pulpicie nie było ikonek?
[Obrazek: 2cnuyo7.png]

Ostatnio zacząłem prace kosmetyczne przy skinie "Info". Został zwinięty, poprawione zostało wyrównanie - czego nie widać na zrzutach, które zostały zrobione wcześniej.
Pozostał mały problem:
W skinie "info" mam bar obrazujący ładowanie lub rozładowanie baterii. Pewne mankamenty takie jak na zrzucie 2 i 5 zostały już usunięte Uśmiechnięty Przy 95% bar kolorowy przechodzi w biały przy ładowaniu i odwrotnie przy rozładowaniu (ustawienia progu 95% zostały zmienione po zrobieniu zrzutów - nie sugerować się zrzutem 2 i 3).Problem dotyczy odświeżania. Przy obserwacji procesu ładowania bar kolorowy przechodzi w biały ale po odłączeniu zasilania pomimo obniżenia wartości poniżej 95% bar pozostaje biały. Po "ręcznym" odświeżeniu bar jest kolorowy. Polecenie "RainmeterRedraw" nie zdaje egzaminu Smutny
Co zrobić żeby pozbyć się konieczności "ręcznego" odświeżania?
(09.01.2013 16:31)R4donix napisał(a): [ -> ]A jak zrobić żeby na pulpicie nie było ikonek?

Pytasz o pogodę ToxxWeather, w której ronek22 i grocek mieli problem z ustawieniem temperatury w stopniach Celsjusza?

Jeżeli tak to usuń wpisy:

Kod:
[MeasureWeatherIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=7

;tomorrow's weather icon, id=16
[MeasureWeatherIcon1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=16
;-------------------------
;D+2, weather icon, id=27
[MeasureWeatherIcon2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=27
;-------------------------
;D+3, weather icon, id=38
[MeasureWeatherIcon3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=38
;-------------------------
[MeterIconNA]
ImageName=na.png
Meter=IMAGE
X=5
Y=1

[MeterIcon]
MeasureName=MeasureWeatherIcon
Meter=IMAGE
X=32
Y=22
H=37
W=37
Hidden=1

[MeterIcon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=105
Y=32
H=26
W=26

[MeterIcon2]
MeasureName=MeasureWeatherIcon2
Meter=IMAGE
X=175
Y=32
H=26
W=26

[MeterIcon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=245
Y=35
H=26
W=26

z [Minimize] usuń:

[!RainmeterHideMeter MeterIcon1]
[!RainmeterHideMeter MeterIcon2]
[!RainmeterHideMeter MeterIcon3]
[!RainmeterMoveMeter 120 22 MeterIcon]

z [Maximize] usuń:


[!RainmeterShowMeter MeterIcon1]
[!RainmeterShowMeter MeterIcon2]
[!RainmeterShowMeter MeterIcon3]
[!RainmeterMoveMeter 32 22 MeterIcon]
Nie. Chodziło mi ogólnie. Pobrałem przed chwilą program i nie bardzo wiem jak to wszystko skonfigurować, a temat jest dość długi i nie mam ochoty czytać 150 stron x.x Tylko pytam jak zrobić żeby znikły mi moje ikonki z pulpitu i przy okazji jak zrobić żeby zniknął pasek start. W poście #2 tego tematu na 1 stronie nie ma paska start, a chciałbym ustawić to wszystko bardzo podobnie do tego co zostało zaprezentowane na screenie.
(09.01.2013 17:01)Witold313 napisał(a): [ -> ]...Problem dotyczy odświeżania. Przy obserwacji procesu ładowania bar kolorowy przechodzi w biały ale po odłączeniu zasilania pomimo obniżenia wartości poniżej 95% bar pozostaje biały. Po "ręcznym" odświeżeniu bar jest kolorowy. Polecenie "RainmeterRedraw" nie zdaje egzaminu Smutny
Co zrobić żeby pozbyć się konieczności "ręcznego" odświeżania?


Nie mam twojego konfigu więc mogę tylko zgadywać ze szklanej kuli.
Prawdopodobnie masz niewłaściwie ustawiony czas odświeżania skina Update=...

(09.01.2013 17:53)R4donix napisał(a): [ -> ]Nie. Chodziło mi ogólnie....jak zrobić żeby znikły mi moje ikonki z pulpitu i przy okazji jak zrobić żeby zniknął pasek start...

Ukrywanie ikon pulpitu:
prawy przycisk myszki na pulpit, z menu kontekstowego wybierasz Widok > Pokaż ikony pulpitu, odhacz.

Ukrywanie paska zadań:
prawy przycisk myszki na pasek zadań, z menu kontekstowego wybierasz Właściwości > Pasek zadań>Włącz autoukrywanie paska zadań, zaptaszkuj, Zastosuj, OK.
Ok. W sumie myślałem, że to gdzieś w programie się ustawia. A podasz może jeszcze jakieś info jak zrobić, żeby mój pulpit wyglądał tak jak w tym poście #2?
Przesyłam skin "Info" do ewentualnej analizy mojego problemu z odświeżaniem. Skin złożony jest z kilku skinów ściągniętych z sieci.

Info system
(09.01.2013 15:50)Nostromo napisał(a): [ -> ]Nie było albo obciąłeś wpis *&unit=

"URL=http: //xml.weather.com/weather/local/PLXX1743: 1?cc=*&dayf=6"

poprawnie dla stopni Celsjusza jest:

URL=http://xml.weather.com/weather/local/PLXX1743: 1?cc=*&unit=m&dayf=6

Działa, dzięki za pomoc Zacieszacz
(09.01.2013 20:26)Witold313 napisał(a): [ -> ]...Przesyłam skin "Info" do ewentualnej analizy mojego problemu z odświeżaniem....

Zablokuj:

;Update=1000

Zmień:

[msPercent]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=PERCENT
IfBelowValue=99
IfBelowAction=!execute [!SetOption MeterBatteryBar #BarColor#]
IfAboveValue=100
IfAboveAction=!execute [!SetOption MeterBatteryBar BarColor 255,255,255,175]
Znacie może coś takiego, żeby pokazywało komunikator, albo chociaż kontakty gg, kto jest dostępny itd. Mam nadzieję, że mnie zrozumiecie. Styl minimalistyczny jak zawsze
Nostromo napisał:
Cytat:Zmień:

[msPercent]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=PERCENT
IfBelowValue=99
IfBelowAction=!execute [!SetOption MeterBatteryBar #BarColor#]
IfAboveValue=100
IfAboveAction=!execute [!SetOption MeterBatteryBar BarColor 255,255,255,175]

Polecenie:

IfAboveValue=100
IfAboveAction=!execute [!SetOption MeterBatteryBar BarColor 255,255,255,175]

jest ciężkie do realizacji, ponieważ niemożliwe jest przekroczenie 100%.Więć zmiana koloru jest niewykonalna.

Napewno błednie było update=1000.

Dodałem do [Variables]:

BarColor1=255,255,255,175

nie uszczegłem się błedu w [msPercent] i poprawiłem:

[msPercent]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=PERCENT
IfBelowValue=95
IfBelowAction=!execute [!SetOption MeterBatteryBar BarColor #BarColor#]
IfAboveValue=96
IfAboveAction=!execute [!SetOption MeterBatteryBar BarColor #BarColor1#]

I pełen sukces UśmiechniętyUśmiechniętyUśmiechnięty Skin pracuje zgodnie z moimi oczekiwaniami.

Do pobrania poprawiony Info system.

poprawiony Info system

Wielkie dzięki dla Nostromo.
Generalnie fajnie ci wyszło, sporo się napracowałeś.

Kilka uwag.
Widzę w tym skinie parę niepotrzebnych wpisów do uproszczenia i wpisy niczemu nie służące(wiadomo- składak).
Niepotrzebnie wyłączony jest niewidoczny panel do "łapania" i przesuwania skina.

Do poprawienia są także,
Moduł
System:
Nazwa użytkownika: ...

powinno być(lepiej leży od prawej)

X=#Right_Align#
StringAlign=RIGHT

podobnie
Częstotliwość zegara: ...
z dodatkowym wpisem

[GHzText]
Meter=STRING
X=#Left_Align#
Y=34r
FontColor=#Default_Color#
Fontface=#Default_Fontface#
Fontsize=#Default_Fontsize#
StringAlign=LEFT
StringStyle=#Default_Style#
Prefix="Częstotliwość zegara:"
AntiAlias=1
Hidden=1

[MeterGHz]
Meter=STRING
MeasureName=MeasureCPUGHz
X=#Right_Align#
Y=0r
FontColor=#Default_Color#
Fontface=#Default_Fontface#
Fontsize=#Default_Fontsize#
StringAlign=RIGHT
StringStyle=#Default_Style#
AntiAlias=1
Text="%1MHz"
Hidden=1

W module Sieć: ...
skupiłbym się bardziej na parametrach Wi-Fi

W module Zasilania dałbym więcej info...rmacji o stanie baterii, ładowaniu i rozładowaniu, opierając się na tych wpisach:

;---MeasurePowerDisplay---

[MeasurePower]
Measure=Plugin
PlugIn=PlugIns\PowerPlugin.dll
PowerState=PERCENT
UpdateDivider=10

[MeasureBatteryLife]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=LIFETIME
Format=%#H:%M:%S
Substitute="Unknown":"prąd z sieci"

[MeasureAC]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=ACLINE
Substitute="1.0":"ZASILANIE :","0.0":"BATERIA : do rozładowania"

[MeasurePowerStatus]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=STATUS
Substitute="0":" zasilanie z baterii","1":" bateria podłączona - ładowanie","2":" ALARM!!!poziom krytyczny","3":" !poziom bardzo niski!","4":" poziom wysoki"
UpdateDivider=60

No i na końcu przydałoby się coś o koszu systemowym.
Skin jest twój a wiadomo każdemu gra w duszy co innego Uśmiechnięty
Nostromo dziękuję za cenne uwagi.

Skin został wyczyszczony z niepotrzebnych wpisów, poprawiłem wyrównanie zgodnie z proponowanymi wpisami. Dodałem informację o koszu Uśmiechnięty Co do wi-fi to dokładniejsze informacje mam zawarte w innym skinie.Zrzut mojego pulpitu
zamieszczę wkrótce. Odnośnie uwagi "Niepotrzebnie wyłączony jest niewidoczny panel do "łapania" i przesuwania skina..." to układ skinów wymusza u mnie taką konfigurację. Każdy może sobie ustawić zgodnie ze swoimi potrzebami czy też gustem.
[Obrazek: 30wb3ol.png]

Przedstawiam mój pulpit. Bez "wodotrysków" ale jak dla mnie funkcjonalny.
Kilka słów o moim pulpicie. Zaczęło się od napędów - pobrałem GeoSans 2.0 Rainmeter Skin i zainstalowałem.
Skiny napędów: C, D, E; H - napęd wirtualny; G, I, J napędy USB mają dodany aktywny bar.
Skin RAM jest przełączalny na SWAP
W skinie NET dodałem kasowanie licznika.
Powyższe skiny GeoSans 2.0 uległy przeze mnie modyfikacji.
Pogoda VClouds Weather-Simple Small na chowane szczegóły.
Odtwarzacz Foobar w pełni obsługuje aplikację, tzn. otwiera i zamyka aplikację, reguluje głośność.
Skiny: Radio, RSS (możliwość wyświetlania 6 kanałów) , Info, Czas (czas na świecie) i Notes są zwijane.
Ponieważ mój HP ma słabą możliwość regulacji głośności dodałem trochę rozbudowany skin regulacji.
Powie mi ktoś gdzie można pobrać ten pasek?
[Obrazek: 9vfSd.png]
Ewentualnie jak on się nazywa to poszukam w googlach.
Przekierowanie