Odpowiedz

[Problem] Rainmeter - nie wyświetla temperatury rdzeni procesora

 
popi803
Młodszy user systemu

Liczba postów: 68
Post: #1
Bug 

[Problem] Rainmeter - nie wyświetla temperatury rdzeni procesora


Witam,
dopiero zaczynam zabawę z programem Rainmeter i mam problem z wyświetlaniem temperatury procesora.
Używam domyślnych skórek , a CoreTemp znalazłem w internecie, dopasowałem styl i na tym stoje :/

Tak to wygląda:
[Problem] Rainmeter - nie wyświetla temperatury rdzeni procesora

Oto plik "CoreTemp1_1_4core":


Kod:
[Rainmeter]
Update=1000
Author=ST3ALTHPSYCH0
AppVersion=1.1
Background=#@#Background.png
; #@# is equal to Rainmeter\Skins\illustro\@Resources
BackgroundMode=3
BackgroundMargins=0,34,0,14

[Metadata]
Name=CPU
Description=Displays current CPU core temps (via coretemp.dll) and CPU Speed

;========================================
;Variables
;========================================

[Variables]
fontName=Trebuchet MS
textSize=8
colorBar=235,170,0,255
colorText=255,255,255,205

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

[MeasureCPUName]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=CpuName

[MeasureCPUMax]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=TjMax

[MeasureCore1Temp]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=Temperature
CoreTempIndex=0

[MeasureCore2Temp]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=Temperature
CoreTempIndex=1

[MeasureCore3Temp]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=Temperature
CoreTempIndex=2

[MeasureCore4Temp]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=Temperature
CoreTempIndex=3

[MeasureCpuSpeed]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=CpuSpeed

;========================================
;Centralized Styles
;========================================

[styleTitle]
StringAlign=CENTER
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=#colorText#
FontFace=#fontName#
FontSize=10
AntiAlias=1
ClipString=1

[styleCenterText]
StringAlign=CENTER
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[styleLeftText]
StringAlign=LEFT
; Meters using styleLeftText will be left-aligned.
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[styleRightText]
StringAlign=RIGHT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[styleSeperator]
SolidColor=255,255,255,15

[styleBar]
BarColor=#colorBar#
BarOrientation=HORIZONTAL
SolidColor=255,255,255,15

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

[meterBackground]
Meter=IMAGE
ImageName=#SKINSPATH#\illustro\SHARED\Background6Line.png
; #SKINSPATH# is a global variable that stands for your skin path. It is
; usually Documents\Rainmeter\Skins.
X=0
Y=0

[meterTitle]
Meter=STRING
MeterStyle=styleTitle
; Using MeterStyle=styleTitle will basically "copy" the
; contents of the [styleTitle] section here during runtime.
X=100
Y=12
W=190
H=18
Text="CPU"

[MeterCPUName]
Meter=STRING
MeterStyle=styleCenterText
MeasureName=MeasureCPUName
X=100
Y=40
W=190
H=14
Text="%1"

[meterSeperator]
Meter=IMAGE
MeterStyle=styleSeperator
X=10
Y=12r
W=190
H=1


[MeterCore1Temp]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=8r
W=190
H=14
Text="Core Temp: "

[meterValueCore1]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureCore1Temp
MeasureName2=MeasureCPUMax
X=200
Y=0r
W=190
H=14
Text="%1°C/%2°C"

[meterSeperator1]
Meter=IMAGE
MeterStyle=styleSeperator
X=10
Y=12r
W=190
H=1

[MeterCore2Temp]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=8r
W=190
H=14
Text="Core Temp: "

[meterValueCore2]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureCore2Temp
MeasureName2=MeasureCPUMax
X=200
Y=0r
W=190
H=14
Text="%1°C/%2°C"

[meterSeperator2]
Meter=IMAGE
MeterStyle=styleSeperator
X=10
Y=12r
W=190
H=1

[MeterCore3Temp]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=8r
W=190
H=14
Text="Core Temp: "

[meterValueCore3]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureCore3Temp
MeasureName2=MeasureCPUMax
X=200
Y=0r
W=190
H=14
Text="%1°C/%2°C"

[meterSeperator3]
Meter=IMAGE
MeterStyle=styleSeperator
X=10
Y=12r
W=190
H=1

[MeterCore4Temp]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=8r
W=190
H=14
Text="Core Temp: "

[meterValueCore4]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureCore4Temp
MeasureName2=MeasureCPUMax
X=200
Y=0r
W=190
H=14
Text="%1°C/%2°C"

[meterSeperator4]
Meter=IMAGE
MeterStyle=styleSeperator
X=10
Y=12r
W=190
H=1

[MeterCpuSpeed]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=8r
W=190
H=14
Text="Frequency: "

[meterValueSpeed]
Meter=STRING
MeterStyle=styleRightText
MeasureName=MeasureCpuSpeed
X=200
Y=0r
W=190
H=14
Text="%1 MHz"

[meterSeperator5]
Meter=IMAGE
MeterStyle=styleSeperator
X=10
Y=12r
W=190
H=1

Zmieniałem też "Plugins\CoreTemp.dll" na "CoreTemp.dll" jak jest w innych plikach ale to też nic nie dało.
Plugin CoreTemp mam wgrany.

Proszę o pomoc Uśmiechnięty

Mam nadzieję, że właściwy dział
(Ten post był ostatnio modyfikowany: 19.02.2013 18:55 przez popi803.)

19.02.2013 18:54

Znajdź wszystkie posty użytkownika
Odpowiedz cytując ten post
Zguba25
Młodszy specjalista

Liczba postów: 1.657
Post: #2

RE: [Problem] Rainmeter - nie wyświetla temperatury rdzeni procesora


Wszelkie problemy z Rainmeter'em proszę zamieszczać w wątku Rainmeter .

"Przed użyciem zapoznaj się w tematami przyklejonymi i FAQ bądź skonsultuj się z moderatorem lub adminem, gdyż niewłaściwie zamieszczanie/pisanie/tytułowanie postów grozi hańbą i długotrwałym banem"

19.02.2013 22:23

Znajdź wszystkie posty użytkownika
Odpowiedz cytując ten post
Odpowiedz

Podobne wątki
Wątek: Autor Odpowiedzi: Wyświetleń: Ostatni post
W koszu zuzycie procesora, svchost jak usunac? nasti1993 0 523 03.02.2017 20:31
Ostatni post: nasti1993
W koszu Problem z temperaturą procesora aro.cfc 1 460 23.03.2016 19:57
Ostatni post: Xylos
W koszu  Pomoc w wyborze karty graficzne i procesora. karpies9 0 273 12.11.2015 19:35
Ostatni post: karpies9
W koszu  Duże zużycie procesora maciej3011 0 312 12.11.2015 06:31
Ostatni post: maciej3011
W koszu W eksploratorze windows nie wyświetla się co drugi plik graficzny Kalamazoo 0 297 13.05.2015 14:59
Ostatni post: Kalamazoo
W koszu W eksploratorze windows nie wyświetla się co drugi plik graficzny Kalamazoo 0 234 13.05.2015 14:59
Ostatni post: Kalamazoo
« Starszy wątek | Nowszy wątek »

Temat został oceniony na 0 w skali 1-5 gwiazdek.
Zebrano 1 głosów.