It is currently April 19th, 2024, 12:31 pm

ForceX System Monitor v3.0.6(Feb-20-2013)

A package of skins with a "theme" or by a single author
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Seahorse »

The skin does not, but it would not be hard to add them, this is the part where you throw you hands in the air and shout "I can't do it!" So let me tell you a little story about this skin... :sly:

ForceX very first skin I modded myself, having used a bunch of them until that point but not understanding the workings at all. Initially it was getting speedfan working and getting the drive letters correct which was a step forward. Then, realisiing you could do more I changed the date format to something I could cope with! ie. ditch Apr, 19 12 and the the normal (for the UK) 19 Apr 12. About the same time transparency was added to Rainmeter and I successfully included that too.

Having spent some time in the manual acheiving this, you can imagine my excitement when I actually wrote a skin from scratch - yes it was from Rainmeter 101, but there was no stopping me from there when I discovered it was not as difficult as I thought.

You can get loads of help in the forum and before long you actually end up looking for new things to experiment with. Promise :D
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

mallchin
Posts: 18
Joined: May 4th, 2012, 4:50 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by mallchin »

I've been working on a modified version of ForceX and wondered what you guys thought. Any suggestions?

If ForceX is happy to release ForceX System Monitor under the GNU Public License I'll fork the code and release this under the same license with proper credit to him for such a great skin.

Last edited by Brian on May 4th, 2012, 8:15 pm, edited 1 time in total.
Reason: Use [hsimg] instead of [img].
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Xenbox »

mallchin wrote:I've been working on a modified version of ForceX and wondered what you guys thought. Any suggestions?

If ForceX is happy to release ForceX System Monitor under the GNU Public License I'll fork the code and release this under the same license with proper credit to him for such a great skin.

Looks much cleaner than mine :D
screenshot.424.jpg
You do not have the required permissions to view the files attached to this post.
Last edited by Brian on May 4th, 2012, 8:14 pm, edited 1 time in total.
Reason: Use [hsimg] instead of [img] for larger images.
User avatar
Benjamin Linus
Posts: 163
Joined: July 12th, 2009, 4:05 pm
Location: The Island

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Benjamin Linus »

@ mallchin
ForceX the author hasn't been here for nearly nine months O.O
Last visited: Fri Aug 26, 2011 11:05 pm
Guess you could still release skin if you wish and put appropriate credits in .ini ?
Image
mallchin
Posts: 18
Joined: May 4th, 2012, 4:50 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by mallchin »

@Benjamin Linus

I see ForceX34 has logged in to DeviantArt in the past few days and have sent him a couple of notes there. Hopefully he'll give the nod and I can upload the modified version.

I have some more modifications to make and, assuming I've heard nothing back, I'll consider releasing it anyway. The sincerest form of flattery they say?
mallchin
Posts: 18
Joined: May 4th, 2012, 4:50 pm

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by mallchin »

I've created a fork of this skin.

Rainmater Forum thread: http://rainmeter.net/forum/viewtopic.php?f=27&t=12077

DeviantArt: http://fav.me/d4yytoj
You do not have the required permissions to view the files attached to this post.
smoothness05
Posts: 3
Joined: June 1st, 2012, 9:12 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by smoothness05 »

Hi i have just recently installed ForceX System Monitor v2.2.0 and i would first off like to thank you for making this awesome monitoring tool!...

i have installed speedfan and i think i have configured it properly :S... although for some reason 2 things are not working.

1. Process shows "0" when i know for a fact i am running a number of processes.

2. my 4 cores show a solid blue bar and are not moving...

When i was editing the configuration file for ForceX System Monitor v2.2.0 maybe i have missed something.

This is what my configuration file looks like and a screenshot of my speed fan as well as the problem.

Code: Select all

[Rainmeter]
Author=ForceX

Update=1000

[Metadata]
Name=ForceX
Config=
Description=System related information
Instructions=Make Changes in your Settings.inc file
Version=2



[Variables]
@include=#SKINSPATH#ForceX\FXSM_V2_Settings.inc
@include=#SKINSPATH#Enigma\Resources\Variables\UserVariables.inc


;============================================================================
;System Monitor Start
;============================================================================
;-----------------------------------------------------------
;System Monitor Side Body
;-----------------------------------------------------------

[System_Monitor_Outline]
Meter=IMAGE
X=0
Y=0
W=275
H=717
SolidColor=#color9#
UpdateDivider=3600

[System_Monitor_Body]
Meter=IMAGE
X=1r
Y=1r
W=273
H=715
SolidColor=#color10#
UpdateDivider=3600

[System_Monitor_Body_Side_Bar]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=0
H=717
W=1
UpdateDivider=3600

;-----------------------------------------------------------
;System Monitor Name Vertical Text
;-----------------------------------------------------------

[System_Monitor_Vertival_Text]
Meter=String
Text="ForceX System Monitor"
X=6
Y=125
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

;===========================================================
;Detect OS
;===========================================================

[Detect_OS]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=SOFTWARE\Microsoft\Windows NT\CurrentVersion
RegValue=ProductName
Substitute="Windows XP":"0","Windows XP Professional":"0","Windows Vista(TM) Home":"1","Windows Vista(TM) Home Premium":"1","Windows Vista(TM) Professional":"1","Windows Vista(TM) Ultimate":"1","Windows 7 Home":"1","Windows 7 Home Premium":"1","Windows 7 Professional":"1","Windows 7 Ultimate":"1"

[OS_IS]
Measure=Calc
Formula=[Detect_OS]
DynamicVariables=1

;===========================================================
;CPU Information Gathering
;===========================================================

;------------------------------------------------------------
;CPU ID Name
;------------------------------------------------------------

[Mse_CPU_Name]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
RegValue=ProcessorNameString
UpdateDivider=3600

[Mse_CPU_Name_Text]
Meter=STRING
MeasureName=Mse_CPU_Name
X=30
Y=5
FontColor=#font1#
FontSize=8
FontFace=#Font1name#
AntiAlias=#AA#
Text="%1"

[Mse_CPU_MHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ
UpdateDivider=3600
;UpdateDivider=30

[Meter_MHz]
Meter=STRING
MeasureName=Mse_CPU_MHz
X=0r
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1name#
AntiAlias=#AA#
Text="Clock Speed: %1 MHz"

;-----------------------------------------------------------
;Measure CPU
;-----------------------------------------------------------

[Mse_CPUMHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ

[Mse_CPU]
Measure=CPU

[Mse_CPUIdle]
Measure=CPU

;------------------------------------------------------------
;Measure CPU Cores / CPU Bars & Text
;------------------------------------------------------------

------------------------------------ CPU Main

[CPU_idle]
Meter=STRING
MeasureName=Mse_CPUIdle
X=30
Y=38
FontColor= 0, 200, 0, 200
FontSize=8
FontFace=#Font1Name#
StringAlign=LEFT
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=0
Postfix=%

[CPU_Main_Bar_Back]
Meter=IMAGE
X=75
Y=40
W=190
H=10
SolidColor=#color2#
AntiAlias=#AA#

[CPU_Main_Bar]
Meter=BAR
MeasureName=Mse_CPU
X=0r
Y=0r
W=190
H=10
BarColor=#color6#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 1	<----Dynamic Line Adjust Start

[Mse_Core_1]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=0
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_1_Text]
Meter=STRING
X=30
Y=15r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 1"

[CPU_1_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_1_Bar]
Meter=BAR
MeasureName=Mse_Core_1
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 2

[Mse_Core_2]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=1
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_2_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 2"

[Core_2_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_2_Bar]
Meter=BAR
MeasureName=Mse_Core_2
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 3

[Mse_Core_3]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=2
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_3_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 3"

[Core_3_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_3_Bar]
Meter=BAR
MeasureName=Mse_Core_3
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 4

[Mse_Core_4]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=3
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_4_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 4"

[Core_4_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_4_Bar]
Meter=BAR
MeasureName=Mse_Core_4
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#


------------------------------------ CPU Temp Measures 

------------------------------------ CPU Temp Bar 1

[Mse_CPU_1_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#2#
MaxValue=100
MinValue=0

[CPU_1_Name_Text]
Meter=STRING
X=30
Y=13r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="CPU"

[CPU_1_Temp_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_1_Temp_Bar]
Meter=BAR
MeasureName=Mse_CPU_1_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color14#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[CPU_1_Temp_Text]
Meter=STRING
MeasureName=Mse_CPU_1_Temp
X=242
Y=-4r
FontColor=#color14#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

------------------------------------ GPU 1 Temp

[Mse_GPU1_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#0#
MaxValue=100
MinValue=0

[GPU1_Name_Text]
Meter=STRING
X=30
Y=12r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="GPU"

[GPU1_Temp_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[GPU1_Temp_Bar]
Meter=BAR
MeasureName=Mse_GPU1_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color11#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[GPU1_Temp_Text]
Meter=STRING
MeasureName=Mse_GPU1_Temp
X=242
Y=-4r
FontColor=#color11#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

;-----------------------------------------------------------
;Measure Processes
;-----------------------------------------------------------

[Mse_Processes]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="System"
PerfMonCounter="Processes"
PerfMonInstance=""
PerfMonDifference=0

[Processes_Text]
Meter=String
MeasureName=Mse_Processes
Prefix="Processes: "
X=30
Y=18r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Measure Top Processes
;-----------------------------------------------------------

[Mse_Top_Process] 
Measure=Plugin 
Plugin=Plugins\AdvancedCPU.dll 
TopProcess=2 
CPUExclude=Idle

[Top_Processes_Text]
Meter=String
MeasureName=Mse_Top_Process
Prefix="Top Processes: "
X=0r
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Measure System Up Time
;-----------------------------------------------------------

[Mse_System_Uptime]
Measure=Uptime
Substitute="d":" days,",":":" hours, "
UpdateDivider=60

[System_Uptime_Text]
Meter=String
MeasureName=Mse_System_Uptime
Prefix="System Uptime: "
X=30
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;CPU Graphs
;-----------------------------------------------------------

[Spacer_1]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

------------------------------------ CPU Graph

[CPU_Graph_color20]
Meter=Line
MeasureName=Mse_CPU
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#

[CPU_Graph_Main]
Meter=HISTOGRAM
MeasureName=Mse_CPU
X=0r
Y=0r
H=46
W=240
PrimaryColor=#color5#
AntiAlias=#AA#

------------------------------------ CPU 1 Temp Graph

[CPU_1_Temp_Graph]
Meter=Line
MeasureName=Mse_CPU_1_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color14#
AntiAlias=#AA#

------------------------------------ GPU 1 Temp Graph

[GPU1_Temp_Graph]
Meter=Line
MeasureName=Mse_GPU1_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color11#
AntiAlias=#AA#
AutoScale=0

------------------------------------ End Temp Graphs

[Spacer_2]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=48r
H=1
W=275


;============================================================================
;RAM Ussage 
;============================================================================
;-----------------------------------------------------------
;RAM Information Gathering
;-----------------------------------------------------------
[Mse_Phys_RAM_Total]
Measure=PhysicalMemory
Total=1
UpdateDivider=3600

[Mse_Phys_RAM_Used]
Measure=PhysicalMemory

[Mse_Phys_RAM_Free]
Measure=PhysicalMemory
InvertMeasure=1

;-----------------------------------------------------------
;RAM Used Text
;-----------------------------------------------------------

------------------------------------ RAM Vertical Text

[RAM_Vertival_Text]
Meter=String
Text="RAM Monitor"
X=6
Y=68r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

------------------------------------ RAM Information Text

[RAM_Used_Text]
MeasureName=Mse_Phys_RAM_Used
Meter=STRING
X=45
Y=-65r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Used: %1"
AntiAlias=#AA#
AutoScale=1

[Ram_Free_Text]
MeasureName=Mse_Phys_RAM_Free
Meter=STRING
X=197
Y=0r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Free: %1"
AntiAlias=#AA#
AutoScale=1

------------------------------------ RAM Bar

[RAM_%_Text]
MeasureName=Mse_Phys_RAM_Used
Meter=STRING
X=45
Y=15r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="%1%"
Percentual=1
AntiAlias=#AA#
AutoScale=1

[RAM_Bar_Back]
Meter=IMAGE
X=30r
Y=4r
W=190
H=6
SolidColor=100, 100, 100, 50

[RAM_Bar]
Meter=BAR
MeasureName=Mse_Phys_RAM_Used
X=0r
Y=0r
W=190
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL

------------------------------------ RAM Bar End

[RAM_Total_Text]
MeasureName=Mse_Phys_RAM_Total
Meter=STRING
X=201
Y=12r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="Total: %1"
AntiAlias=#AA#
AutoScale=1
UpdateDivider=3600

[Spacer_3]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

------------------------------------ RAM Graph

[RAM_Graph_color20]
Meter=Line
MeasureName=Mse_Phys_RAM_Used
X=30
Y=3r
H=30
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#

[RAM_Graph_Main]
Meter=HISTOGRAM
MeasureName=Mse_Phys_RAM_Used
X=0r
Y=0r
H=30
W=240
PrimaryColor=#color5#
AntiAlias=#AA#


[Spacer_4]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=32r
H=1
W=275

;============================================================================
;SWAP File 
;============================================================================

;--------------------------------------------
;Gather SWAP Information
;--------------------------------------------

[Mse_SWAP]
Measure=SWAPMemory

[Mse_Free_SWAP]
Measure=SWAPMemory
InvertMeasure=1

[Mse_Total_SWAP]
Measure=SWAPMemory
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;SWAP Used Text
;-----------------------------------------------------------

------------------------------------ SWAP Vertical Text

[SWAP_Vertical_Text]
Meter=String
Text="SWAP"
X=6
Y=38r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#


------------------------------------ SWAP Information Text

[SWAP_Used_Text]
MeasureName=Mse_SWAP
Meter=STRING
X=45
Y=-35r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Used: %1"
AntiAlias=#AA#
AutoScale=1

[SWAP_Free_Text]
MeasureName=Mse_Free_SWAP
Meter=STRING
X=190
Y=0r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Free: %1"
AntiAlias=#AA#
AutoScale=1


------------------------------------ SWAP Bar


[SWAP_%_Text]
MeasureName=Mse_SWAP
Meter=STRING
X=45
Y=15r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="%1%"
Percentual=1
AntiAlias=#AA#
AutoScale=1

[SWAP_Bar_Back]
Meter=IMAGE
X=30r
Y=4r
W=190
H=6
SolidColor=#color2#

[SWAP_Bar]
Meter=BAR
MeasureName=Mse_SWAP
X=0r
Y=0r
W=190
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL


------------------------------------ SWAP Bar End
[SWAP_Total_Text]
MeasureName=Mse_Total_SWAP
Meter=STRING
X=201
Y=12r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="Total: %1"
AntiAlias=#AA#
AutoScale=1
UpdateDivider=3600

[Spacer_5]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=18r
H=1
W=275

;============================================================================
;Network Information & Ussage 
;============================================================================
;-----------------------------------------------------------
;Network Information Gathering - Upload
;-----------------------------------------------------------

[TCPOut]
Measure=NetOut
Interface=#Interface#
MaxValue=#speedu#

[TCPOutAll]
Measure=NetOut
Interface=#Interface#
Cumulative=1

;-----------------------------------------------------------
;Network Information Gathering - Download
;-----------------------------------------------------------

[TCPIn]
Measure=NetIn
Interface=#Interface#
MaxValue=#speedd#

[TCPInAll]
Measure=NetIn
Interface=#Interface#
Cumulative=1


------------------------------------ Network Vertical Text

[Network_Vertical_Text]
Meter=String
Text="Network Monitor"
X=6
Y=86r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

;------------------------------------------------------------
;Network WAN IP Address
;------------------------------------------------------------

[Mse_WAN]
Measure=Plugin
Plugin=Plugins\WebParser.dll
URL=http://www.geobytes.com/IpLocator.htm?GetLocation
RegExp="(?siU)name="ipaddress" size="15" value="(.*)">"
StringIndex=1
UpdateRate=30000

[WAN_Text]
Meter=STRING
X=35
Y=-83r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="WAN IP:"

[WAN_IP_Text]
Meter=STRING
MeterStyle=StyleText
MeasureName=Mse_WAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
;UpdateDivider=30

---------------------------------------- Gateway

;[Mse_Gateway]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=GATEWAY_ADDRESS
;SysInfoData=0
;UpdateDivider=#Update#


;[Gateway_Text]
;MeasureName=Mse_Gateway
;Meter=STRING
;X=160
;Y=0r
;Prefix="Gateway: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#

---------------------------------------- Number Of Connections

[Mse_OS_XP]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfBelowValue=1
IfBelowAction=!Execute [!RainmeterShowMeter Number_Connection_Xp][!RainmeterHideMeter Number_Connection_V7]

[Mse_OS_V7]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Number_Connection_V7][!RainmeterHideMeter Number_Connection_Xp]


---------------------------------------- Number Of Connections XP

[Mse_Connections_Xp]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCP
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_Xp]
Meter=String
MeasureName=Mse_Connections_XP
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1

---------------------------------------- Number Of Connections V7

[Mse_Connections_V7]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCPv4
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_V7]
Meter=String
MeasureName=Mse_Connections_V7
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1


;------------------------------------------------------------
;Network Local IP Address
;------------------------------------------------------------

[Mse_LAN]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=IP_ADDRESS
SysInfoData=0
UpdateDivider=30

[Local_Text]
Meter=STRING
X=35
Y=15r
Text="Local IP:"
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

[LAN_IP_Text]
Meter=STRING
MeasureName=Mse_LAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
UpdateDivider=30

---------------------------------------- DNS

;[MSe_DNS]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=DNS_SERVER
;SysInfoData=0
;UpdateDivider=#Update#


;[DNS_Text]
;MeasureName=Mse_DNS
;Meter=STRING
;X=160
;Y=0r
;Prefix="DNS: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#


;-----------------------------------------------------------
;Network Text - Upload
;-----------------------------------------------------------

[Network_UP_Text]
Meter=STRING
X=35
Y=20r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic UP:"


[Network_UP_Speed_Text]
Meter=STRING
MeasureName=TCPOut
X=133
Y=0r
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_UP_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total UL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_UP_All_Numerical_Text]
Meter=STRING
MeasureName=TCPOutAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Text - Download
;-----------------------------------------------------------

[Network_DL_Text]
Meter=STRING
X=35
Y=18r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic DL:"


[Network_DL_Speed_Text]
Meter=STRING
MeasureName=TCPIN
X=133
Y=0r
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_DL_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total DL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_DL_All_Numerical_Text]
Meter=STRING
MeasureName=TCPINAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Graph
;-----------------------------------------------------------

[Spacer_6]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

---------------------------------------- Graph Download

[Network_DL_Graph_color20]
Meter=Line
MeasureName=TCPIn
MaxValue=#speedd#
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#
;AutoScale=0

[Network_DL_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPIn
MaxValue=#speedd#
X=0r
Y=0r
H=46
W=240
PrimaryColor=#color5#
AntiAlias=#AA#
;AutoScale=0

------------------------------------ Graph Upload

[Network_Up_Graph_color20]
Meter=Line
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
LineCount=1
LineColor=#color6#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0

[Network_Up_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
PrimaryColor=#color7#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0

[Spacer_7]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=48r
H=1
W=275

;============================================================================
;HDD Information & Ussage 
;============================================================================

;===========================================
;Drive 1 Display
;===========================================

[Mse_Drive1Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#drive1#"

[Mse_Drive1Free]
Measure=FreeDiskSpace
Drive=#Drive1#
UpdateDivider=2

[Mse_Drive1Name]
Measure=FreeDiskSpace
Drive=#Drive1#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive1Used]
Measure=FreeDiskSpace
Drive=#Drive1#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive1Size]
Measure=FreeDiskSpace
Drive=#Drive1#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 1 Information Text
;-----------------------------------------------------------

------------------------------------ HDD Vertical Text

[HDD_Vertival_Text]
Meter=String
Text="HDD Monitor"
X=6
Y=66r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

------------------------------------ HDD 1 Information

[Rl_Drive1UsedString]
Meter=STRING
MeasureName=Mse_Drive1Used
X=81r
Y=-61r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive1Free]
Meter=STRING
MeasureName=Mse_Drive1Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 1 Bar

[Drive1%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #drive1#"
UpdateDivider=3600

LeftMouseDownAction=#Drive1#

[Drive1Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_1_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterShowMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]

[Drive_1_Low]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterShowMeter Rl_Drive1Used_Red]


[Rl_Drive1Used_Green]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Orange]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Red]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 1 Bar End

[Drive_Name_1]
MeasureNAme=Mse_Drive1Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive1#


[Rl_Drive1Total]
Meter=STRING
MeasureName=Mse_Drive1Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 1 Access Graph

[Rl_Drive1Access_txt]
Meter=STRING
MeasureName=Mse_Drive1Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive1Access1]
Meter=Line
MeasureName=Mse_Drive1Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive1Access2]
Meter=Line
MeasureName=Mse_Drive1Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_8]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 2 Display
;===========================================

[Mse_Drive2Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive2#"

[Mse_Drive2Free]
Measure=FreeDiskSpace
Drive=#Drive2#
UpdateDivider=2

[Mse_Drive2Name]
Measure=FreeDiskSpace
Drive=#drive2#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive2Used]
Measure=FreeDiskSpace
Drive=#Drive2#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive2Size]
Measure=FreeDiskSpace
Drive=#Drive2#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 2 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 2 Information

[Rl_Drive2UsedString]
Meter=STRING
MeasureName=Mse_Drive2Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive2Free]
Meter=STRING
MeasureName=Mse_Drive2Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 2 Bar

[Drive2%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive2#"
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Drive2Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_2_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterShowMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]

[Drive_2_Low]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterShowMeter Rl_drive2Used_Red]

[Rl_Drive2Used_Green]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Orange]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Red]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 2 Bar End

[Drive_Name_2]
MeasureNAme=Mse_Drive2Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Rl_Drive2Total]
Meter=STRING
MeasureName=Mse_Drive2Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 2 Access Graph

[Rl_Drive2Access_txt]
Meter=STRING
MeasureName=Mse_Drive2Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive2Access1]
Meter=Line
MeasureName=Mse_Drive2Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive2Access2]
Meter=Line
MeasureName=Mse_Drive2Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_9]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;============================================================================
;System Volume Start
;============================================================================
;-----------------------------------------------------------
;Measure Audio Device
;-----------------------------------------------------------
[MeasureWin7Audio]
Measure=Plugin
Plugin=Win7AudioPlugin.dll


;-----------------------------------------------------------
;Cycle Audio Out Device
;-----------------------------------------------------------
[MeterChangeDevice]
Meter=String
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
StringAlign=LEFT
AntiAlias=#AA#
X=35
Y=5r
Text="Audio Out: "
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ToggleNext"

;------------------------------------ Audio Out Device Text

[MeterDeviceName]
Meter=String
MeasureName=MeasureWin7Audio
X=95
Y=0r
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
StringAlign=LEFT
AntiAlias=#AA#


;------------------------------------ Current Volume Text

[MeasureVolPercent]
Measure=Calc
Formula=MeasureWin7Audio


[MeterVolPercent]
Meter=String
MeasureName=MeasureVolPercent
X=200
Y=0r
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
Text=%1%
Prefix = "Volume: "


;------------------------------------ Volume Down Text

[MeterVolumeDown]
Meter=String
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
X=35
Y=15r
Text="<<"
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ChangeVolume -10"



;------------------------------------ Volume Up Text

[MeterVolumeUp]
Meter=String
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
X=245
Y=0r
Text=">>"
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ChangeVolume 10"



;------------------------------------ Volume Bar Background
[Sound_Back]
Meter=IMAGE
X=60
Y=5r
W=180
H=6
SolidColor=#color2#



;------------------------------------ Volume Bar Current


[Volume_Bar_Active]
Meter=BAR
MeasureName=MeasureWin7Audio
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0
X=0r
Y=0r
W=180
H=6

;-----------------------------------------------------------
;Quick Volume Settings
;-----------------------------------------------------------

;------------------------------------ Volume 10%


[Quick_Volume_10%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 10"

[Bar_10%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 20%


[Quick_Volume_20%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 20"

[Bar_20%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 30%


[Quick_Volume_30%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 30"

[Bar_30%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 40%


[Quick_Volume_40%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 40"

[Bar_40%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 50%


[Quick_Volume_50%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 50"

[Bar_50%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 60%


[Quick_Volume_60%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 60"

[Bar_60%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 70%


[Quick_Volume_70%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 70"

[Bar_70%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 80%


[Quick_Volume_80%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 80"

[Bar_80%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 90%


[Quick_Volume_90%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 90"

[Bar_90%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 10%


[Quick_Volume_100%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 100"

[Bar_100%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume Mute Text

[MeterVolToggleMute]
Meter=String
X=212
Y=10r
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
Text=MUTE
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ToggleMute"



[Spacer_15]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250





;===========================================
;Clock
;===========================================

;===========================================
;HOUR AND MINUTE
;===========================================

[Mse_Time]
Measure=Time
Format=%#I:%M

[Mse_Time2]
Measure=Time

[Ring_Seconds]
Meter=ROUNDLINE
MeasureName=Mse_Time2
X=43
Y=16r
LineWidth=.1
LineLength=6
LineStart=8
StartAngle=4.7124
RotationAngle=6.28
ValueReminder=60
AntiAlias=1
LineColor=255,255,255,210
Solid=1

[Mse_Ring]
Measure=Calc
Formula=360

[MeterAnalogBG]
Meter=ROUNDLINE
MeasureName=Mse_Ring
X=0r
Y=0r
LineWidth=.1
LineLength=8
LineStart=7
StartAngle=47.55
RotationAngle=6.28
AntiAlias=1
LineColor=255,255,255,10
Solid=1


[MeterTime]
MeasureName=Mse_Time
Meter=STRING
X=22r
Y=-9r
FontColor=#font1#
FontSize=11
;StringStyle=bold
FontFace=#Font1Name# 
AntiAlias=#AA#

-------------------------------------------------------------CALENDAR

[Mse_Week]
Measure=Time
Format="%a"
;Substitute="Sun.","Mon.","Tues.","Wed.","Thurs.","Fri.","Sat."
UpdateDivider=30

[Mse_Date]
Measure=Time
Format="%b %d, %Y"
;Format="%d %B %Y"
Substitute="Jan.","Feb.","Mar.","Apr.","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec."
UpdateDivider=30

[MeterDay]
Meter=STRING
MeasureName=Mse_Week
X=50r
Y=0r
W=300
StringStyle=NORMAL
FontColor=#font1#
FontSize=10
FontFace=#Font1Name# 
AntiAlias=#AA#

[MeterDate]
Meter=STRING
MeasureName=Mse_Date
X=50r
Y=0r
StringStyle=NORMAL
FontColor=#font1#
FontSize=10
FontFace=#Font1Name# 
AntiAlias=#AA#

[Spacer_End]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=25r
H=1
W=275
If anyone can help me out i would greatly appreciate this

Thanks.
You do not have the required permissions to view the files attached to this post.
Last edited by Brian on June 1st, 2012, 12:07 pm, edited 1 time in total.
Reason: Use [code] tags for code ;)
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by Xenbox »

smoothness05 wrote:Hi i have just recently installed ForceX System Monitor v2.2.0 and i would first off like to thank you for making this awesome monitoring tool!...

i have installed speedfan and i think i have configured it properly :S... although for some reason 2 things are not working.

1. Process shows "0" when i know for a fact i am running a number of processes.

2. my 4 cores show a solid blue bar and are not moving...

When i was editing the configuration file for ForceX System Monitor v2.2.0 maybe i have missed something.

This is what my configuration file looks like and a screenshot of my speed fan as well as the problem.

Code: Select all

[Rainmeter]
Author=ForceX

Update=1000

[Metadata]
Name=ForceX
Config=
Description=System related information
Instructions=Make Changes in your Settings.inc file
Version=2



[Variables]
@include=#SKINSPATH#ForceX\FXSM_V2_Settings.inc
@include=#SKINSPATH#Enigma\Resources\Variables\UserVariables.inc


;============================================================================
;System Monitor Start
;============================================================================
;-----------------------------------------------------------
;System Monitor Side Body
;-----------------------------------------------------------

[System_Monitor_Outline]
Meter=IMAGE
X=0
Y=0
W=275
H=717
SolidColor=#color9#
UpdateDivider=3600

[System_Monitor_Body]
Meter=IMAGE
X=1r
Y=1r
W=273
H=715
SolidColor=#color10#
UpdateDivider=3600

[System_Monitor_Body_Side_Bar]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=0
H=717
W=1
UpdateDivider=3600

;-----------------------------------------------------------
;System Monitor Name Vertical Text
;-----------------------------------------------------------

[System_Monitor_Vertival_Text]
Meter=String
Text="ForceX System Monitor"
X=6
Y=125
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

;===========================================================
;Detect OS
;===========================================================

[Detect_OS]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=SOFTWARE\Microsoft\Windows NT\CurrentVersion
RegValue=ProductName
Substitute="Windows XP":"0","Windows XP Professional":"0","Windows Vista(TM) Home":"1","Windows Vista(TM) Home Premium":"1","Windows Vista(TM) Professional":"1","Windows Vista(TM) Ultimate":"1","Windows 7 Home":"1","Windows 7 Home Premium":"1","Windows 7 Professional":"1","Windows 7 Ultimate":"1"

[OS_IS]
Measure=Calc
Formula=[Detect_OS]
DynamicVariables=1

;===========================================================
;CPU Information Gathering
;===========================================================

;------------------------------------------------------------
;CPU ID Name
;------------------------------------------------------------

[Mse_CPU_Name]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
RegValue=ProcessorNameString
UpdateDivider=3600

[Mse_CPU_Name_Text]
Meter=STRING
MeasureName=Mse_CPU_Name
X=30
Y=5
FontColor=#font1#
FontSize=8
FontFace=#Font1name#
AntiAlias=#AA#
Text="%1"

[Mse_CPU_MHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ
UpdateDivider=3600
;UpdateDivider=30

[Meter_MHz]
Meter=STRING
MeasureName=Mse_CPU_MHz
X=0r
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1name#
AntiAlias=#AA#
Text="Clock Speed: %1 MHz"

;-----------------------------------------------------------
;Measure CPU
;-----------------------------------------------------------

[Mse_CPUMHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ

[Mse_CPU]
Measure=CPU

[Mse_CPUIdle]
Measure=CPU

;------------------------------------------------------------
;Measure CPU Cores / CPU Bars & Text
;------------------------------------------------------------

------------------------------------ CPU Main

[CPU_idle]
Meter=STRING
MeasureName=Mse_CPUIdle
X=30
Y=38
FontColor= 0, 200, 0, 200
FontSize=8
FontFace=#Font1Name#
StringAlign=LEFT
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=0
Postfix=%

[CPU_Main_Bar_Back]
Meter=IMAGE
X=75
Y=40
W=190
H=10
SolidColor=#color2#
AntiAlias=#AA#

[CPU_Main_Bar]
Meter=BAR
MeasureName=Mse_CPU
X=0r
Y=0r
W=190
H=10
BarColor=#color6#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 1	<----Dynamic Line Adjust Start

[Mse_Core_1]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=0
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_1_Text]
Meter=STRING
X=30
Y=15r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 1"

[CPU_1_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_1_Bar]
Meter=BAR
MeasureName=Mse_Core_1
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 2

[Mse_Core_2]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=1
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_2_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 2"

[Core_2_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_2_Bar]
Meter=BAR
MeasureName=Mse_Core_2
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 3

[Mse_Core_3]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=2
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_3_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 3"

[Core_3_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_3_Bar]
Meter=BAR
MeasureName=Mse_Core_3
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 4

[Mse_Core_4]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=3
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_4_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 4"

[Core_4_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_4_Bar]
Meter=BAR
MeasureName=Mse_Core_4
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#


------------------------------------ CPU Temp Measures 

------------------------------------ CPU Temp Bar 1

[Mse_CPU_1_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#2#
MaxValue=100
MinValue=0

[CPU_1_Name_Text]
Meter=STRING
X=30
Y=13r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="CPU"

[CPU_1_Temp_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_1_Temp_Bar]
Meter=BAR
MeasureName=Mse_CPU_1_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color14#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[CPU_1_Temp_Text]
Meter=STRING
MeasureName=Mse_CPU_1_Temp
X=242
Y=-4r
FontColor=#color14#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

------------------------------------ GPU 1 Temp

[Mse_GPU1_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#0#
MaxValue=100
MinValue=0

[GPU1_Name_Text]
Meter=STRING
X=30
Y=12r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="GPU"

[GPU1_Temp_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[GPU1_Temp_Bar]
Meter=BAR
MeasureName=Mse_GPU1_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color11#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[GPU1_Temp_Text]
Meter=STRING
MeasureName=Mse_GPU1_Temp
X=242
Y=-4r
FontColor=#color11#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

;-----------------------------------------------------------
;Measure Processes
;-----------------------------------------------------------

[Mse_Processes]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="System"
PerfMonCounter="Processes"
PerfMonInstance=""
PerfMonDifference=0

[Processes_Text]
Meter=String
MeasureName=Mse_Processes
Prefix="Processes: "
X=30
Y=18r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Measure Top Processes
;-----------------------------------------------------------

[Mse_Top_Process] 
Measure=Plugin 
Plugin=Plugins\AdvancedCPU.dll 
TopProcess=2 
CPUExclude=Idle

[Top_Processes_Text]
Meter=String
MeasureName=Mse_Top_Process
Prefix="Top Processes: "
X=0r
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Measure System Up Time
;-----------------------------------------------------------

[Mse_System_Uptime]
Measure=Uptime
Substitute="d":" days,",":":" hours, "
UpdateDivider=60

[System_Uptime_Text]
Meter=String
MeasureName=Mse_System_Uptime
Prefix="System Uptime: "
X=30
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;CPU Graphs
;-----------------------------------------------------------

[Spacer_1]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

------------------------------------ CPU Graph

[CPU_Graph_color20]
Meter=Line
MeasureName=Mse_CPU
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#

[CPU_Graph_Main]
Meter=HISTOGRAM
MeasureName=Mse_CPU
X=0r
Y=0r
H=46
W=240
PrimaryColor=#color5#
AntiAlias=#AA#

------------------------------------ CPU 1 Temp Graph

[CPU_1_Temp_Graph]
Meter=Line
MeasureName=Mse_CPU_1_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color14#
AntiAlias=#AA#

------------------------------------ GPU 1 Temp Graph

[GPU1_Temp_Graph]
Meter=Line
MeasureName=Mse_GPU1_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color11#
AntiAlias=#AA#
AutoScale=0

------------------------------------ End Temp Graphs

[Spacer_2]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=48r
H=1
W=275


;============================================================================
;RAM Ussage 
;============================================================================
;-----------------------------------------------------------
;RAM Information Gathering
;-----------------------------------------------------------
[Mse_Phys_RAM_Total]
Measure=PhysicalMemory
Total=1
UpdateDivider=3600

[Mse_Phys_RAM_Used]
Measure=PhysicalMemory

[Mse_Phys_RAM_Free]
Measure=PhysicalMemory
InvertMeasure=1

;-----------------------------------------------------------
;RAM Used Text
;-----------------------------------------------------------

------------------------------------ RAM Vertical Text

[RAM_Vertival_Text]
Meter=String
Text="RAM Monitor"
X=6
Y=68r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

------------------------------------ RAM Information Text

[RAM_Used_Text]
MeasureName=Mse_Phys_RAM_Used
Meter=STRING
X=45
Y=-65r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Used: %1"
AntiAlias=#AA#
AutoScale=1

[Ram_Free_Text]
MeasureName=Mse_Phys_RAM_Free
Meter=STRING
X=197
Y=0r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Free: %1"
AntiAlias=#AA#
AutoScale=1

------------------------------------ RAM Bar

[RAM_%_Text]
MeasureName=Mse_Phys_RAM_Used
Meter=STRING
X=45
Y=15r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="%1%"
Percentual=1
AntiAlias=#AA#
AutoScale=1

[RAM_Bar_Back]
Meter=IMAGE
X=30r
Y=4r
W=190
H=6
SolidColor=100, 100, 100, 50

[RAM_Bar]
Meter=BAR
MeasureName=Mse_Phys_RAM_Used
X=0r
Y=0r
W=190
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL

------------------------------------ RAM Bar End

[RAM_Total_Text]
MeasureName=Mse_Phys_RAM_Total
Meter=STRING
X=201
Y=12r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="Total: %1"
AntiAlias=#AA#
AutoScale=1
UpdateDivider=3600

[Spacer_3]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

------------------------------------ RAM Graph

[RAM_Graph_color20]
Meter=Line
MeasureName=Mse_Phys_RAM_Used
X=30
Y=3r
H=30
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#

[RAM_Graph_Main]
Meter=HISTOGRAM
MeasureName=Mse_Phys_RAM_Used
X=0r
Y=0r
H=30
W=240
PrimaryColor=#color5#
AntiAlias=#AA#


[Spacer_4]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=32r
H=1
W=275

;============================================================================
;SWAP File 
;============================================================================

;--------------------------------------------
;Gather SWAP Information
;--------------------------------------------

[Mse_SWAP]
Measure=SWAPMemory

[Mse_Free_SWAP]
Measure=SWAPMemory
InvertMeasure=1

[Mse_Total_SWAP]
Measure=SWAPMemory
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;SWAP Used Text
;-----------------------------------------------------------

------------------------------------ SWAP Vertical Text

[SWAP_Vertical_Text]
Meter=String
Text="SWAP"
X=6
Y=38r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#


------------------------------------ SWAP Information Text

[SWAP_Used_Text]
MeasureName=Mse_SWAP
Meter=STRING
X=45
Y=-35r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Used: %1"
AntiAlias=#AA#
AutoScale=1

[SWAP_Free_Text]
MeasureName=Mse_Free_SWAP
Meter=STRING
X=190
Y=0r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Free: %1"
AntiAlias=#AA#
AutoScale=1


------------------------------------ SWAP Bar


[SWAP_%_Text]
MeasureName=Mse_SWAP
Meter=STRING
X=45
Y=15r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="%1%"
Percentual=1
AntiAlias=#AA#
AutoScale=1

[SWAP_Bar_Back]
Meter=IMAGE
X=30r
Y=4r
W=190
H=6
SolidColor=#color2#

[SWAP_Bar]
Meter=BAR
MeasureName=Mse_SWAP
X=0r
Y=0r
W=190
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL


------------------------------------ SWAP Bar End
[SWAP_Total_Text]
MeasureName=Mse_Total_SWAP
Meter=STRING
X=201
Y=12r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="Total: %1"
AntiAlias=#AA#
AutoScale=1
UpdateDivider=3600

[Spacer_5]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=18r
H=1
W=275

;============================================================================
;Network Information & Ussage 
;============================================================================
;-----------------------------------------------------------
;Network Information Gathering - Upload
;-----------------------------------------------------------

[TCPOut]
Measure=NetOut
Interface=#Interface#
MaxValue=#speedu#

[TCPOutAll]
Measure=NetOut
Interface=#Interface#
Cumulative=1

;-----------------------------------------------------------
;Network Information Gathering - Download
;-----------------------------------------------------------

[TCPIn]
Measure=NetIn
Interface=#Interface#
MaxValue=#speedd#

[TCPInAll]
Measure=NetIn
Interface=#Interface#
Cumulative=1


------------------------------------ Network Vertical Text

[Network_Vertical_Text]
Meter=String
Text="Network Monitor"
X=6
Y=86r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

;------------------------------------------------------------
;Network WAN IP Address
;------------------------------------------------------------

[Mse_WAN]
Measure=Plugin
Plugin=Plugins\WebParser.dll
URL=http://www.geobytes.com/IpLocator.htm?GetLocation
RegExp="(?siU)name="ipaddress" size="15" value="(.*)">"
StringIndex=1
UpdateRate=30000

[WAN_Text]
Meter=STRING
X=35
Y=-83r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="WAN IP:"

[WAN_IP_Text]
Meter=STRING
MeterStyle=StyleText
MeasureName=Mse_WAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
;UpdateDivider=30

---------------------------------------- Gateway

;[Mse_Gateway]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=GATEWAY_ADDRESS
;SysInfoData=0
;UpdateDivider=#Update#


;[Gateway_Text]
;MeasureName=Mse_Gateway
;Meter=STRING
;X=160
;Y=0r
;Prefix="Gateway: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#

---------------------------------------- Number Of Connections

[Mse_OS_XP]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfBelowValue=1
IfBelowAction=!Execute [!RainmeterShowMeter Number_Connection_Xp][!RainmeterHideMeter Number_Connection_V7]

[Mse_OS_V7]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Number_Connection_V7][!RainmeterHideMeter Number_Connection_Xp]


---------------------------------------- Number Of Connections XP

[Mse_Connections_Xp]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCP
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_Xp]
Meter=String
MeasureName=Mse_Connections_XP
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1

---------------------------------------- Number Of Connections V7

[Mse_Connections_V7]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCPv4
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_V7]
Meter=String
MeasureName=Mse_Connections_V7
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1


;------------------------------------------------------------
;Network Local IP Address
;------------------------------------------------------------

[Mse_LAN]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=IP_ADDRESS
SysInfoData=0
UpdateDivider=30

[Local_Text]
Meter=STRING
X=35
Y=15r
Text="Local IP:"
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

[LAN_IP_Text]
Meter=STRING
MeasureName=Mse_LAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
UpdateDivider=30

---------------------------------------- DNS

;[MSe_DNS]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=DNS_SERVER
;SysInfoData=0
;UpdateDivider=#Update#


;[DNS_Text]
;MeasureName=Mse_DNS
;Meter=STRING
;X=160
;Y=0r
;Prefix="DNS: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#


;-----------------------------------------------------------
;Network Text - Upload
;-----------------------------------------------------------

[Network_UP_Text]
Meter=STRING
X=35
Y=20r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic UP:"


[Network_UP_Speed_Text]
Meter=STRING
MeasureName=TCPOut
X=133
Y=0r
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_UP_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total UL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_UP_All_Numerical_Text]
Meter=STRING
MeasureName=TCPOutAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Text - Download
;-----------------------------------------------------------

[Network_DL_Text]
Meter=STRING
X=35
Y=18r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic DL:"


[Network_DL_Speed_Text]
Meter=STRING
MeasureName=TCPIN
X=133
Y=0r
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_DL_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total DL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_DL_All_Numerical_Text]
Meter=STRING
MeasureName=TCPINAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Graph
;-----------------------------------------------------------

[Spacer_6]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

---------------------------------------- Graph Download

[Network_DL_Graph_color20]
Meter=Line
MeasureName=TCPIn
MaxValue=#speedd#
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#
;AutoScale=0

[Network_DL_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPIn
MaxValue=#speedd#
X=0r
Y=0r
H=46
W=240
PrimaryColor=#color5#
AntiAlias=#AA#
;AutoScale=0

------------------------------------ Graph Upload

[Network_Up_Graph_color20]
Meter=Line
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
LineCount=1
LineColor=#color6#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0

[Network_Up_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
PrimaryColor=#color7#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0

[Spacer_7]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=48r
H=1
W=275

;============================================================================
;HDD Information & Ussage 
;============================================================================

;===========================================
;Drive 1 Display
;===========================================

[Mse_Drive1Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#drive1#"

[Mse_Drive1Free]
Measure=FreeDiskSpace
Drive=#Drive1#
UpdateDivider=2

[Mse_Drive1Name]
Measure=FreeDiskSpace
Drive=#Drive1#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive1Used]
Measure=FreeDiskSpace
Drive=#Drive1#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive1Size]
Measure=FreeDiskSpace
Drive=#Drive1#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 1 Information Text
;-----------------------------------------------------------

------------------------------------ HDD Vertical Text

[HDD_Vertival_Text]
Meter=String
Text="HDD Monitor"
X=6
Y=66r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

------------------------------------ HDD 1 Information

[Rl_Drive1UsedString]
Meter=STRING
MeasureName=Mse_Drive1Used
X=81r
Y=-61r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive1Free]
Meter=STRING
MeasureName=Mse_Drive1Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 1 Bar

[Drive1%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #drive1#"
UpdateDivider=3600

LeftMouseDownAction=#Drive1#

[Drive1Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_1_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterShowMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]

[Drive_1_Low]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterShowMeter Rl_Drive1Used_Red]


[Rl_Drive1Used_Green]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Orange]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Red]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 1 Bar End

[Drive_Name_1]
MeasureNAme=Mse_Drive1Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive1#


[Rl_Drive1Total]
Meter=STRING
MeasureName=Mse_Drive1Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 1 Access Graph

[Rl_Drive1Access_txt]
Meter=STRING
MeasureName=Mse_Drive1Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive1Access1]
Meter=Line
MeasureName=Mse_Drive1Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive1Access2]
Meter=Line
MeasureName=Mse_Drive1Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_8]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 2 Display
;===========================================

[Mse_Drive2Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive2#"

[Mse_Drive2Free]
Measure=FreeDiskSpace
Drive=#Drive2#
UpdateDivider=2

[Mse_Drive2Name]
Measure=FreeDiskSpace
Drive=#drive2#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive2Used]
Measure=FreeDiskSpace
Drive=#Drive2#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive2Size]
Measure=FreeDiskSpace
Drive=#Drive2#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 2 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 2 Information

[Rl_Drive2UsedString]
Meter=STRING
MeasureName=Mse_Drive2Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive2Free]
Meter=STRING
MeasureName=Mse_Drive2Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 2 Bar

[Drive2%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive2#"
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Drive2Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_2_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterShowMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]

[Drive_2_Low]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterShowMeter Rl_drive2Used_Red]

[Rl_Drive2Used_Green]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Orange]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Red]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 2 Bar End

[Drive_Name_2]
MeasureNAme=Mse_Drive2Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Rl_Drive2Total]
Meter=STRING
MeasureName=Mse_Drive2Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 2 Access Graph

[Rl_Drive2Access_txt]
Meter=STRING
MeasureName=Mse_Drive2Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive2Access1]
Meter=Line
MeasureName=Mse_Drive2Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive2Access2]
Meter=Line
MeasureName=Mse_Drive2Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_9]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;============================================================================
;System Volume Start
;============================================================================
;-----------------------------------------------------------
;Measure Audio Device
;-----------------------------------------------------------
[MeasureWin7Audio]
Measure=Plugin
Plugin=Win7AudioPlugin.dll


;-----------------------------------------------------------
;Cycle Audio Out Device
;-----------------------------------------------------------
[MeterChangeDevice]
Meter=String
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
StringAlign=LEFT
AntiAlias=#AA#
X=35
Y=5r
Text="Audio Out: "
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ToggleNext"

;------------------------------------ Audio Out Device Text

[MeterDeviceName]
Meter=String
MeasureName=MeasureWin7Audio
X=95
Y=0r
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
StringAlign=LEFT
AntiAlias=#AA#


;------------------------------------ Current Volume Text

[MeasureVolPercent]
Measure=Calc
Formula=MeasureWin7Audio


[MeterVolPercent]
Meter=String
MeasureName=MeasureVolPercent
X=200
Y=0r
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
Text=%1%
Prefix = "Volume: "


;------------------------------------ Volume Down Text

[MeterVolumeDown]
Meter=String
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
X=35
Y=15r
Text="<<"
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ChangeVolume -10"



;------------------------------------ Volume Up Text

[MeterVolumeUp]
Meter=String
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
X=245
Y=0r
Text=">>"
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ChangeVolume 10"



;------------------------------------ Volume Bar Background
[Sound_Back]
Meter=IMAGE
X=60
Y=5r
W=180
H=6
SolidColor=#color2#



;------------------------------------ Volume Bar Current


[Volume_Bar_Active]
Meter=BAR
MeasureName=MeasureWin7Audio
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0
X=0r
Y=0r
W=180
H=6

;-----------------------------------------------------------
;Quick Volume Settings
;-----------------------------------------------------------

;------------------------------------ Volume 10%


[Quick_Volume_10%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 10"

[Bar_10%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 20%


[Quick_Volume_20%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 20"

[Bar_20%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 30%


[Quick_Volume_30%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 30"

[Bar_30%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 40%


[Quick_Volume_40%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 40"

[Bar_40%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 50%


[Quick_Volume_50%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 50"

[Bar_50%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 60%


[Quick_Volume_60%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 60"

[Bar_60%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 70%


[Quick_Volume_70%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 70"

[Bar_70%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 80%


[Quick_Volume_80%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 80"

[Bar_80%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 90%


[Quick_Volume_90%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 90"

[Bar_90%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 10%


[Quick_Volume_100%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 100"

[Bar_100%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume Mute Text

[MeterVolToggleMute]
Meter=String
X=212
Y=10r
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
Text=MUTE
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ToggleMute"



[Spacer_15]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250





;===========================================
;Clock
;===========================================

;===========================================
;HOUR AND MINUTE
;===========================================

[Mse_Time]
Measure=Time
Format=%#I:%M

[Mse_Time2]
Measure=Time

[Ring_Seconds]
Meter=ROUNDLINE
MeasureName=Mse_Time2
X=43
Y=16r
LineWidth=.1
LineLength=6
LineStart=8
StartAngle=4.7124
RotationAngle=6.28
ValueReminder=60
AntiAlias=1
LineColor=255,255,255,210
Solid=1

[Mse_Ring]
Measure=Calc
Formula=360

[MeterAnalogBG]
Meter=ROUNDLINE
MeasureName=Mse_Ring
X=0r
Y=0r
LineWidth=.1
LineLength=8
LineStart=7
StartAngle=47.55
RotationAngle=6.28
AntiAlias=1
LineColor=255,255,255,10
Solid=1


[MeterTime]
MeasureName=Mse_Time
Meter=STRING
X=22r
Y=-9r
FontColor=#font1#
FontSize=11
;StringStyle=bold
FontFace=#Font1Name# 
AntiAlias=#AA#

-------------------------------------------------------------CALENDAR

[Mse_Week]
Measure=Time
Format="%a"
;Substitute="Sun.","Mon.","Tues.","Wed.","Thurs.","Fri.","Sat."
UpdateDivider=30

[Mse_Date]
Measure=Time
Format="%b %d, %Y"
;Format="%d %B %Y"
Substitute="Jan.","Feb.","Mar.","Apr.","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec."
UpdateDivider=30

[MeterDay]
Meter=STRING
MeasureName=Mse_Week
X=50r
Y=0r
W=300
StringStyle=NORMAL
FontColor=#font1#
FontSize=10
FontFace=#Font1Name# 
AntiAlias=#AA#

[MeterDate]
Meter=STRING
MeasureName=Mse_Date
X=50r
Y=0r
StringStyle=NORMAL
FontColor=#font1#
FontSize=10
FontFace=#Font1Name# 
AntiAlias=#AA#

[Spacer_End]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=25r
H=1
W=275
If anyone can help me out i would greatly appreciate this

Thanks.
Same question was asked two pages ago.

http://rainmeter.net/forum/viewtopic.php?p=51586#p51586
smoothness05
Posts: 3
Joined: June 1st, 2012, 9:12 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by smoothness05 »

Thank you i didnt notice this :rofl:
smoothness05
Posts: 3
Joined: June 1st, 2012, 9:12 am

Re: ForceX System Monitor v2.2.0(Mar-20-2011)

Post by smoothness05 »

So i fixed my core temperatures to be monitored instead of a single blue bar but my processes still show 0 and i dont have a top process. Also my connections on the network portion say 0 as well and the HDD read and write still will not work...Any ideas ?

Thanks in advance.