It is currently September 19th, 2024, 8:06 pm

Major N00b Question.

Introduce yourself to the Rainmeter community!
MythMcKlean
Posts: 3
Joined: July 28th, 2011, 12:04 am

Major N00b Question.

Post by MythMcKlean »

Hey all.

I am new to using Rainmeter, just downloaded it a couple of hours ago. I started fiddiling with the settings and read the 101 guide and was going to start off small using the "turorial" system monitor.

My problem is this. I have everything working right up to where it is supposed to display how much RAM and SWAP is. I have copied the text over from the 101 page. I have checked the .ini several times against what the page has said it should read. It all matches perfectly. Yet when I try to start it I get an error message.

Rainmeter
The Meter [MeterRAMText] cannot be bound with [MeasureRAM]!

and

Rainmeter
The Meter [MeterRAMBar] cannot be bound with [MeasureRam]!

I have read this page http://rainmeter.net/cms/Rainmeter101-Tutorial1 enough to know that this should work.

I dont know what else to do.

I can post my code if it will help.

Thanks
MythMcKlean
User avatar
KreAch3R
Posts: 608
Joined: February 7th, 2011, 7:27 pm
Location: Thessaloniki, GR

Re: Major N00b Question.

Post by KreAch3R »

It's late here and I will answer quickly, without a lot of thinking. It seems that there is a problem with the "MeasureNames" in both [MeterRAMText] and [MeterRAMBar]. Probably the name [MeasureRam] is not spelled correctly somewhere (and it can't be found). Posting your code will surely help finding where the problem is.
Inactive, due to life changes. Send me a PM for any question.

Desktop DeviartArt
Image
MythMcKlean
Posts: 3
Joined: July 28th, 2011, 12:04 am

Re: Major N00b Question.

Post by MythMcKlean »

[Rainmeter]
Update=1000
Author=Myth
BackgroundMode=2
SolidColor=#Color1#

[Variables]
Color1=255,0,0
Color2=255,0,0
Color3=255,0,0

[MeasureCPU]
Measure=CPU

[MesasureRAM]
Measure=PhysicalMemory

[MeasureSWAP]
Measure=SwapMemory

[MeterCPUText]
Meter=String
MeasureName=MeasureCPU
X=5
Y=5
W=105
H=15
FontColor=0,0,0
Text="CPU: %1%"
AntiAlias=1

[MeterCPUGraph]
Meter=Line
MeasureName=MeasureCPU
X=r
Y=15r
W=100
H=50
SolidColor=#Color1#
LineColor=0,0,0

[MeterRAMText]
Meter=String
MeasureName=MeasureRAM
X=r
Y=5R
W=100
H=15
AutoScale=1
FontColor=0,0,0
Text="RAM: %1B"
AntiAlias=1

[MeterRAMBar]
Meter=Bar
MeasureName=MeasureRAM
X=r
Y=15r
W=100
H=15
SolidColor=#Color3#
BarColor=0,0,0
BarOrientation=HORIZONTAL

As asked here is a copy of my code. Thanks for the help.
User avatar
donutmtoazt
Posts: 50
Joined: July 10th, 2011, 9:15 am
Location: Fresno, CA

Re: Major N00b Question.

Post by donutmtoazt »

MythMcKlean wrote: [MesasureRAM]
Measure=PhysicalMemory

[MeterRAMText]
Meter=String
MeasureName=MeasureRAM

[MeterRAMBar]
Meter=Bar
MeasureName=MeasureRAM
Here's one problem. [MeasureRAM] is spelled wrong. Well, you can't really spell a measure name wrong, but it's inconsistent with the meters that your binding it with.
This is my keyboard. There are many like it, but this one is mine.
User avatar
KreAch3R
Posts: 608
Joined: February 7th, 2011, 7:27 pm
Location: Thessaloniki, GR

Re: Major N00b Question.

Post by KreAch3R »

It's probably the problem. Try fixing that, chances are there will be no errors.
Inactive, due to life changes. Send me a PM for any question.

Desktop DeviartArt
Image
MythMcKlean
Posts: 3
Joined: July 28th, 2011, 12:04 am

Re: Major N00b Question.

Post by MythMcKlean »

Thank you. I see what I did and how I overlooked it. I appreciate the help you all have been.
User avatar
donutmtoazt
Posts: 50
Joined: July 10th, 2011, 9:15 am
Location: Fresno, CA

Re: Major N00b Question.

Post by donutmtoazt »

No problem! Feel free to ask any questions you have here, anytime.
This is my keyboard. There are many like it, but this one is mine.