It is currently May 2nd, 2024, 10:40 am

Skin Settings/Position goes default when refreshing [Solved]

Get help with creating, editing & fixing problems with skins
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Skin Settings/Position reverts to default when refreshing

Post by jsmorley »

Archie411 wrote:Ah okay. Thanks anyways :D
If you want to mess with it yourself, here is the code:

Code: Select all

;=================================================
; Rainmeter configuration file
; Updated October 4, 2010
;=================================================

;[BEGIN CONFIG FILE]==============================

[Rainmeter]
Author=Jeffrey Morley
Update=1000

[Metadata]
Name=JSSpeedFan
Config=JSMeter | JSSpeedFan
Description=Speedfan temperature and fan speed
Instructions=Edit UserVariables.inc to change colors etc. | Edit [Variables] to set Speedfan values to use.
Version=October 4, 2010
Tags=Speedfan | Temperature
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Variant=0
Preview=

[Variables]
@Include="#ROOTCONFIGPATH#UserVariables.inc"
TempUnit=C
MyTemp0=6
MyTempDesc0=CPU
MyTemp1=1
MyTempDesc1=MOBO
MyTemp2=4
MyTempDesc2=HDD
MyTemp3=5
MyTempDesc3=HDD 2
MyTemp4=0
MyTempDesc4=GPU
MyFanSpeed0=3
MyFanSpeedDesc0=FAN RPM
MyFanSpeed1=0
MyFanSpeedDesc1=FAN2 RPM

[MeterAllBackground]
Meter=IMAGE
W=130
H=140
SolidColor=0,0,0,1

;[MEASURES]=============================

[MeasureMyTemp0]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=#MyTemp0#
SpeedFanScale=#TempUnit#
MinValue=0
MaxValue=100
UpdateDivider=5

[MeasureMyTemp1]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=#MyTemp1#
SpeedFanScale=#TempUnit#
MinValue=0
MaxValue=100
UpdateDivider=5

; [MeasureMyTemp2]
; Measure=Plugin
; Plugin=Plugins\SpeedFanPlugin.dll
; SpeedFanType=TEMPERATURE
; SpeedFanNumber=#MyTemp2#
; SpeedFanScale=#TempUnit#
; MinValue=0
; MaxValue=100
; UpdateDivider=5

; [MeasureMyTemp3]
; Measure=Plugin
; Plugin=Plugins\SpeedFanPlugin.dll
; SpeedFanType=TEMPERATURE
; SpeedFanNumber=#MyTemp3#
; SpeedFanScale=#TempUnit#
; MinValue=0
; MaxValue=100
; UpdateDivider=5

[MeasureMyTemp4]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=#MyTemp4#
SpeedFanScale=#TempUnit#
MinValue=0
MaxValue=100
UpdateDivider=5

[MeasureMyFanSpeed0]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=FAN
SpeedFanNumber=#MyFanSpeed0#
MinValue=0
MaxValue=7000
UpdateDivider=5

; [MeasureMyFanSpeed1]
; Measure=Plugin
; Plugin=Plugins\SpeedFanPlugin.dll
; SpeedFanType=FAN
; SpeedFanNumber=#MyFanSpeed1#
; MinValue=0
; MaxValue=7000
; UpdateDivider=5

;[METERS]===============================

;[TEMP0]===============================
[MeterMyTemp0Text]
Meter=STRING
X=0
Y=0
FontFace=#FontFace#
FontColor=#MyColor2#
FontSize=13
StringStyle=NORMAL
StringAlign=LEFT
AntiAlias=1
Text=#MyTempDesc0#

[MeterMyTemp0Value]
MeasureName=MeasureMyTemp0
Meter=STRING
X=130
Y=-2r
FontFace=#FontFace#
FontColor=#MyColor2#
FontSize=14
StringStyle=BOLD
StringAlign=RIGHT
AntiAlias=1
NumOfDecimals=0
Text="%1 °#TempUnit#"

[MeterMyTemp0BarBack]
Meter=Image
SolidColor=#MyColor2NoAlpha#,100
X=0
Y=2R
W=130
H=2

[MeterMyTemp0Bar]
Meter=Bar
MeasureName=MeasureMyTemp0
BarOrientation=Horizontal
Flip=0
;BarColor=#MyColor1#
BarImage=#ROOTCONFIGPATH#Images\200x2Bar.jpg
X=0
Y=0r
W=130
H=2

;[TEMP1]===============================
[MeterMyTemp1Text]
Meter=STRING
X=0
Y=5R
FontFace=#FontFace#
FontColor=#MyColor2#
FontSize=13
StringStyle=NORMAL
StringAlign=LEFT
AntiAlias=1
Text=#MyTempDesc1#

[MeterMyTemp1Value]
MeasureName=MeasureMyTemp1
Meter=STRING
X=130
Y=-2r
FontFace=#FontFace#
FontColor=#MyColor2#
FontSize=14
StringStyle=BOLD
StringAlign=RIGHT
AntiAlias=1
NumOfDecimals=0
Text="%1 °#TempUnit#"

[MeterMyTemp1BarBack]
Meter=Image
SolidColor=#MyColor2NoAlpha#,100
X=0
Y=2R
W=130
H=2

[MeterMyTemp1Bar]
Meter=Bar
MeasureName=MeasureMyTemp1
BarOrientation=Horizontal
Flip=0
;BarColor=#MyColor1#
BarImage=#ROOTCONFIGPATH#Images\200x2Bar.jpg
X=0
Y=0r
W=130
H=2

;[TEMP2]===============================
; [MeterMyTemp2Text]
; Meter=STRING
; X=0
; Y=5R
; FontFace=#FontFace#
; FontColor=#MyColor2#
; FontSize=13
; StringStyle=NORMAL
; StringAlign=LEFT
; AntiAlias=1
; Text=#MyTempDesc2#

; [MeterMyTemp2Value]
; MeasureName=MeasureMyTemp2
; Meter=STRING
; X=130
; Y=-2r
; FontFace=#FontFace#
; FontColor=#MyColor2#
; FontSize=14
; StringStyle=BOLD
; StringAlign=RIGHT
; AntiAlias=1
; NumOfDecimals=0
; Text="%1 °#TempUnit#"

; [MeterMyTemp2BarBack]
; Meter=Image
; SolidColor=#MyColor2NoAlpha#,100
; X=0
; Y=2R
; W=130
; H=2

; [MeterMyTemp2Bar]
; Meter=Bar
; MeasureName=MeasureMyTemp2
; BarOrientation=Horizontal
; Flip=0
; BarColor=#MyColor1#
; X=0
; Y=0r
; W=130
; H=2

;[TEMP3]===============================
; [MeterMyTemp3Text]
; Meter=STRING
; X=0
; Y=5R
; FontFace=#FontFace#
; FontColor=#MyColor2#
; FontSize=13
; StringStyle=NORMAL
; StringAlign=LEFT
; AntiAlias=1
; Text=#MyTempDesc3#

; [MeterMyTemp3Value]
; MeasureName=MeasureMyTemp3
; Meter=STRING
; X=130
; Y=-2r
; FontFace=#FontFace#
; FontColor=#MyColor2#
; FontSize=14
; StringStyle=BOLD
; StringAlign=RIGHT
; AntiAlias=1
; NumOfDecimals=0
; Text="%1 °#TempUnit#"

; [MeterMyTemp3BarBack]
; Meter=Image
; SolidColor=#MyColor2NoAlpha#,100
; X=0
; Y=2R
; W=130
; H=2

; [MeterMyTemp3Bar]
; Meter=Bar
; MeasureName=MeasureMyTemp3
; BarOrientation=Horizontal
; Flip=0
; BarColor=#MyColor1#
; X=0
; Y=0r
; W=130
; H=2

;[TEMP4]===============================
[MeterMyTemp4Text]
Meter=STRING
X=0
Y=5R
FontFace=#FontFace#
FontColor=#MyColor2#
FontSize=13
StringStyle=NORMAL
StringAlign=LEFT
AntiAlias=1
Text=#MyTempDesc4#

[MeterMyTemp4Value]
MeasureName=MeasureMyTemp4
Meter=STRING
X=130
Y=-2r
FontFace=#FontFace#
FontColor=#MyColor2#
FontSize=14
StringStyle=BOLD
StringAlign=RIGHT
AntiAlias=1
NumOfDecimals=0
Text="%1 °#TempUnit#"

[MeterMyTemp4BarBack]
Meter=Image
SolidColor=#MyColor2NoAlpha#,100
X=0
Y=2R
W=130
H=2

[MeterMyTemp4Bar]
Meter=Bar
MeasureName=MeasureMyTemp4
BarOrientation=Horizontal
Flip=0
;BarColor=#MyColor1#
BarImage=#ROOTCONFIGPATH#Images\200x2Bar.jpg
X=0
Y=0r
W=130
H=2

;[SPEED0]===============================
[MeterMyFanSpeed0Text]
Meter=STRING
X=0
Y=5R
FontFace=#FontFace#
FontColor=#MyColor2#
FontSize=13
StringStyle=NORMAL
StringAlign=LEFT
AntiAlias=1
Text=#MyFanSpeedDesc0#

[MeterMyFanSpeed0Value]
MeasureName=MeasureMyFanSpeed0
Meter=STRING
X=130
Y=-2r
FontFace=#FontFace#
FontColor=#MyColor2#
FontSize=14
StringStyle=BOLD
StringAlign=RIGHT
AntiAlias=1
NumOfDecimals=0
Text="%1"

[MeterMyFanSpeed0BarBack]
Meter=Image
SolidColor=#MyColor2NoAlpha#,100
X=0
Y=2R
W=130
H=2

[MeterMyFanSpeed0Bar]
Meter=Bar
MeasureName=MeasureMyFanSpeed0
BarOrientation=Horizontal
Flip=0
;BarColor=#MyColor1#
BarImage=#ROOTCONFIGPATH#Images\200x2Bar.jpg
X=0
Y=0r
W=130
H=2

;[SPEED1]===============================
; [MeterMyFanSpeed1Text]
; Meter=STRING
; X=0
; Y=5R
; FontFace=#FontFace#
; FontColor=#MyColor2#
; FontSize=13
; StringStyle=NORMAL
; StringAlign=LEFT
; AntiAlias=1
; Text=#MyFanSpeedDesc1#

; [MeterMyFanSpeed1Value]
; MeasureName=MeasureMyFanSpeed1
; Meter=STRING
; X=130
; Y=-2r
; FontFace=#FontFace#
; FontColor=#MyColor2#
; FontSize=14
; StringStyle=BOLD
; StringAlign=RIGHT
; AntiAlias=1
; NumOfDecimals=0
; Text="%1"

; [MeterMyFanSpeed1BarBack]
; Meter=Image
; SolidColor=#MyColor2NoAlpha#,100
; X=0
; Y=2R
; W=130
; H=2

; [MeterMyFanSpeed1Bar]
; Meter=Bar
; MeasureName=MeasureMyFanSpeed1
; BarOrientation=Horizontal
; Flip=0
; BarColor=#MyColor1#
; X=0
; Y=0r
; W=130
; H=2

;[END CONFIG FILE]================================
and the UserVariables.inc file:

Code: Select all

[Rainmeter]
;LocalFonts
LocalFont=#ROOTCONFIGPATH#Fonts\bluehigh.ttf
LocalFont2=#ROOTCONFIGPATH#Fonts\euphorigenic.ttf

[Variables]
;Some variables specific to a particular config
;can be changed in the individual .ini files.

;Font Variables
FontFace=Blue Highway
FontFaceDock=euphorigenic

;Color Variables
MyColor1=254,249,212,255
MyColor1NoAlpha=250,242,217
MyColor2=255,255,255,255
MyColor2NoAlpha=255,255,255

CurrentColor=#MyColor#
FontColor1=#White#
FontColor2=#CurrentColor#
And the graphics:
200x2Bar.jpg
And the fonts:
fonts.zip
You do not have the required permissions to view the files attached to this post.
Phoenix7494
Posts: 1
Joined: October 31st, 2010, 10:03 am

Re: Skin Settings/Position goes default when refreshing [Solved]

Post by Phoenix7494 »

I must thank you for this topic :)
I had the same problem, and now everything works. :) Thanks much!
[color=#FFFFFF]Sorry for my english, I am [b]Slovak[/b]![/color]