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

Pełna wersja: [Problem] Rainmeter - nie wyświetla temperatury rdzeni procesora
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
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:
[Obrazek: kmv6ps.jpg]

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ł
Wszelkie problemy z Rainmeter'em proszę zamieszczać w wątku Rainmeter .
Przekierowanie