It is currently April 20th, 2024, 12:02 am

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

A package of skins with a "theme" or by a single author
User avatar
ForceX
Posts: 100
Joined: January 16th, 2010, 10:32 pm

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by ForceX »

Heres a quick preview of the FXSM 2.1 release.

New features to be included:

1. Sound monitor
2. Improved network graph ** (not shown in pic)

The sound monitor uses the Win7Audio Plugin which allows Vista and W7 (Not sure about XP anyone know) users to monitor there sound output type and current volume. The sound bar has quick sound setting zones so the user only needs to click on the sound bar to set the volume in 10% increments. I may change this to 5% increments. The sound manager is located at the bottom just above the clock. Final version change colors based on the current volume.

** Improved network graph - Looking in to this.. May not work to well
Thinking of a way to visually graph the over all ISP speed along with your total LAN speed and keep it clean.
You do not have the required permissions to view the files attached to this post.
goroshi
Posts: 10
Joined: August 27th, 2010, 3:53 am

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by goroshi »

newbie needs help. i have 3 hdd , drive0, drive1, drive3. cant get the drive 0 to show up. please help ? tia
User avatar
ForceX
Posts: 100
Joined: January 16th, 2010, 10:32 pm

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by ForceX »

goroshi,
Check the FXSN_V2_Settings.inc file and make sure that your drive 0 letter association is listed in the Drive Letter & Naming Assignment section. Current drive settings are:

Drive1=C:
Drive2=E:
Drive3=F:
Drive4=G:
Drive5=H:
Drive6=I:
Drive7=J:

If your drive 0 has the drive letter of D: then as you can see there is no D: in the current assignment list. So all you will need to do is rename the drive letters to match your own system.
goroshi
Posts: 10
Joined: August 27th, 2010, 3:53 am

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by goroshi »

Thanx forcex. so very much . love ur skin . awesome. i run rainmater just so i can run ur skin . just realized what it is that i was doing wrong . was looking at the forcex system monitor2.ini instead of the setting files. all good now. thank u again.
groen
Posts: 12
Joined: February 21st, 2010, 5:58 pm

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by groen »

Great work on the skin, i have been using it since version 1. I have a few questions and issues i would like to bring to your attention.

Issues with version 2.0. Wan ip and connections did not work, changed the regex and website of the wan ip and os detection did not work on windows 7 ultimate. manually changed it to 1. I have a 2tb hard drive and the bar indicating free space for the drive does not work. When i do a refresh it flashes up the correct space but then it just shows an empty bar, not sure why. I have also never been able to get the temperature to work.

Questions. Which measure must i change the colour in so that i can prevent orange and red colour indicating when i am low on space. I have changed the default from green to a whitish grey colour but that has not changed orange or red. I just want it to be the same colour regardless of free space.
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by Seahorse »

Does you motherboard have dual nics and have you changed the ini to point out the right one? I see the internal IP but not the external here, I notice the sceenshot has the same issue!

You need to be running speedfan to get temps, you need to edit the ini to reflect the meter speedfan uses for the relevant core.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

groen
Posts: 12
Joined: February 21st, 2010, 5:58 pm

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by groen »

ok thanks. I use this for wan ip regex

Code: Select all

Url=http://checkip.dyndns.org/
RegExp="(?siU)<body>Current IP Address: (.*)</body>"
Thanks i have now fixed the temps.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by jsmorley »

groen wrote:ok thanks. I use this for wan ip regex

Code: Select all

Url=http://checkip.dyndns.org/
RegExp="(?siU)<body>Current IP Address: (.*)</body>"
Thanks i have now fixed the temps.
This works too...

Code: Select all

[MeasureIPWeb]
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
User avatar
Chewtoy
Moderator
Posts: 995
Joined: June 10th, 2009, 12:44 pm
Location: Sweden

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by Chewtoy »

jsmorley wrote: This works too...

Code: Select all

[MeasureIPWeb]
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
'Tis be workin' as well

Code: Select all

[MWAN]
Measure=Plugin
Plugin=Plugins\WebParser.dll
URL=http://ripe.net
RegExp="(?siU)Your IP Address is: <strong>(.*)</strong"
StringIndex=1
UpdateRate=40000
Substitute="#CRLF#":""," ":""
I don't think, therefore I'm not.
etakide
Posts: 9
Joined: April 29th, 2009, 7:11 pm

Re: ForceX System Monitor v2.0 (Aug-14-2010)

Post by etakide »

AMD Phenom II X4 945 Processor shows clock speed 783 mhz. Is it showing the usage? I noticed sometimes it changes but never reaches 3.000. Skin or processor misconfigured? My daughter´s PC is AMD Phenom X2 550 and it shows 3114 all the time. That´s driving me crazy. Anyone can help?