It is currently May 17th, 2024, 11:03 am

Problem with speedfan plugin

Get help with creating, editing & fixing problems with skins
ReconGhost
Posts: 2
Joined: October 12th, 2012, 4:17 am

Problem with speedfan plugin

Post by ReconGhost »

I wanted to add this in to look like the skin i have, so i simple took the network.ini and modified it to do temp. I'm new to rainmeter and this is my first modification not sure what i am missing or where i made a mistake.

Code: Select all

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

[Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Author=poiru
AppVersion=2003000
Update=1000
Background=#@#Background.png
; #@# is equal to Rainmeter\Skins\illustro\@Resources
BackgroundMode=3
BackgroundMargins=0,34,0,14

[Metadata]
; Contains basic information of the skin.
Description=Shows your IP address and network activity.
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0

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

; ----------------------------------
; MEASURES
; ----------------------------------

[MeasureSystem]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=0
UpdateDivider=1

[MeasureCpu]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=1
UpdateDivider=1

[MeasureGpu]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=7
UpdateDivider=1

; ----------------------------------
; STYLE
; ----------------------------------

[styleTitle]
StringAlign=CENTER
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=#colorText#
FontFace=#fontName#
FontSize=10
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

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

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

; ----------------------------------
; METERS
; ----------------------------------

[meterTitle]
Meter=STRING
MeterStyle=styleTitle
X=100
Y=12
W=190
H=18
Text="Temperature"

[meterSystemLabel]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=40
W=190
H=14
Text="System"

[MeterSystem]
MeausreName=MeasureSystem
Meter=STRING
MeterStyle=styleRightText
X=200
Y=0r
W=190
H=14
Text="%1"

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

[meterCpuLabel]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=60
W=190
H=14
Text="CPU"

[MeterCpu]
MeausreName=MeasureCpu
Meter=STRING
MeterStyle=styleRightText
X=200
Y=0r
W=190
H=14
Text="%1"
Postfix="°c"

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

[meterGpuLabel]
Meter=STRING
MeterStyle=styleLeftText
X=10
Y=80
W=190
H=14
Text="GPU"

[MeterGpu]
MeausreName=MeasureGpu
Meter=STRING
MeterStyle=styleRightText
X=200
Y=0r
W=190
H=14
Text="%1"

[meterSeperator2]
Meter=IMAGE
MeterStyle=styleSeperator
X=10
Y=72
W=190
H=1
User avatar
Brian
Developer
Posts: 2695
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Problem with speedfan plugin

Post by Brian »

MeausreName= should be Mea[color=#FF0000]su[/color]reName=.

-Brian
ReconGhost
Posts: 2
Joined: October 12th, 2012, 4:17 am

Re: Problem with speedfan plugin

Post by ReconGhost »

Brian wrote:MeausreName= should be Mea[color=#FF0000]su[/color]reName=.

-Brian
always a small error thnx for the help totally fixed it