It is currently April 28th, 2024, 8:20 am

Adding GPU to Enigma

Get help with creating, editing & fixing problems with skins
GregTheWang
Posts: 1
Joined: December 16th, 2012, 9:44 am

Adding GPU to Enigma

Post by GregTheWang »

So I wanted to add some GPU monitors to my layout, and so I downloaded and installed this: http://hapylestat.deviantart.com/art/GPU-Info-OHM-Edition-253782755?offset=0#comments Using that plugin, I was able to grab the GPU load% and have another skin use it, no problem. However, I then went ahead and tried to create an Enigma taskbar icon with the temperature reading. I double checked with another skin and the temperature reading as measured by:

Code: Select all

[MeasureGPUTemp]
Measure=Plugin
Plugin=Plugins\GPUInfo_ohm.dll
mod=coretemperature
vidindex=0
is working perfectly fine. However, once I add it to an .inc and .ini file that I inferred from the other Enigma system taskbar things, the reading simply won't show up, as if I linked it wrong or something. Any ideas? Here are the two files I am using.
GPUTemp.inc:

Code: Select all

;---------------------------------------------------------------------
; MEASURES

[MeasureGPUTemp]
Measure=Plugin
Plugin=Plugins\GPUInfo_ohm.dll
mod=coretemperature
vidindex=0

;---------------------------------------------------------------------
; METERS

[Background]
Meter=Image
MeterStyle=Style#Variant#Background

[Text]
Meter=STRING
MeterStyle=Style#Variant#Text
MeasureName=MeasureGPUTemp


[Label]    
Meter=STRING
MeterStyle=Style#Variant#Label
Text="GPU"

[Bar]
Meter=BAR
MeterStyle=Style#Variant#Bar
MeasureName=MeasureGPUTemp
GPUTemp.ini:

Code: Select all

;---------------------------------------------------------------------
; ENIGMA GPUTemp

[Rainmeter]
Author=Kaelri

[Variables]
@include=#@#User\Options.inc

;---------------------------------------------------------------------
; STYLES

@include2=#@#Styles\#Stylesheet#\Options.inc

@include3=#@#Styles\#Stylesheet#\TaskbarCommon.inc

;---------------------------------------------------------------------
; METERS & MEASURES

@include4=#ROOTCONFIGPATH#Taskbar\System\GPUTemp\GPUTemp.inc
Variant=Normal

;---------------------------------------------------------------------
; METADATA

[Metadata]
Name=Enigma GPUTemp
Information=Shows GPU's Temperature
Version=4 Patch 1
License=Creative Commons BY-NC-SA 3.0
What I end up getting is the GPU written on the bottom, but nothing on top, so the formatting is all good, except I can't seem to have it find the right data?
Also, if this is in any way shape or form a violation of any copyright/user/etc. agreements, please delete immediately and I will stop doing what I'm doing... I honestly have no idea.