• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Coolmon Desktop Thing

PoonDaddy007

Senior member
So I just downloaded Coolmon and I have no idea how to use it. I've looked up some stuff on it and some people have really really cool setups.

Can someone display their code and then tell me how to 'install' it so it displays all the comp. information?

thanks.
 
you need to use motherboard monitor.

Google it, find it, and read the documentation on how to install and use it.

Look at the arsware community forum for people's "showcase's".

Dan
 
Here's my code:
-------------------------------------------------------

<b>Uptime: </b><NAME=Uptime FORMAT="*d* day(s), *H*h *M*m" SIZE=20>

<c:Lime><b>.: CPU :.</b></c>
CPU Usage: <NAME=ProcUsage LEADZERO FORMAT="ALL"> %
CPU Temp : <NAME=Temp2 FORMAT="C">ºC
Case Temp: <NAME=Temp1 FORMAT="C">ºC
CPU Fan : <NAME=Fan1> RPM

<c:Lime><b>.: MEMORY :.</b></c>
RAM Used : <NAME=RAMUsed> MB
Page Used: <NAME=PageUsed> MB

<c:Lime><b>.: DRIVES :.</b></c>
Drive C: <NAME=DriveSpace SIZE=5 DECIMAL DIV=1024 FORMAT="C FREE"> GB
Drive D: <NAME=DriveSpace SIZE=5 DECIMAL DIV=1024 FORMAT="D FREE"> GB

<c:Lime><b>.: NETWORK :.</b></c>
Downstream: <NAME=NetRead LEADZERO DECIMAL SIZE=5 FORMAT="ALL"> kBps
Upstream : <NAME=NetWrite LEADZERO DECIMAL SIZE=5 FORMAT="ALL"> kBps

Downloaded: <NAME=NetSumRead DECIMAL DIV=1024 SIZE=5 FORMAT="ALL"> MB
Uploaded : <NAME=NetSumWrite DECIMAL DIV=1024 SIZE=5 FORMAT="ALL"> MB

<c:Lime><b>.: WEATHER :.</b></c>
Temperature: <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,2">ºC/<NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,1">ºF
Condition : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,3">
Humidity : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,4">
Sunrise : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,5">
Sunset : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,6">
Recorded : <NAME=FILEDATA FORMAT="C:\Program Files\CoolMon\Scripts\weather.txt,0,0,8">

-------------------------------------------------------

And here is how it looks. A pretty simple one for CoolMon 2.0.

I think a version that supports graphics is in the works!
 
Back
Top