Hello! Can you guys help me out? I'm new to Rainmeter and I've been trying to make this GPU skin to work.
This skin came from Illustro Monitor skins by Funky7Monkey.
Here is the look of the skin. The skin is able to display correctly the name of my GPU, but shows no readings at all.
Image may be NSFW.
Clik here to view.
Even with MSI Afterburner opened on system tray, skin would still show no readings at all.
Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.
Here is the code for this Gpu Stats Bar.ini skin:
And here is the GPU section inside Settings.inc file.
I installed Rainmeter on my H: drive but I noticed, it also created a folder on my C: drive.
For MSIAfterburner.dll plugin, I didn't find any on both of these directories:
C:\Program Files\Rainmeter\Plugins
H:\Program Files\Rainmeter\Plugins
I was only able to find one on this directory:
C:\Users\gueva\AppData\Roaming\Rainmeter\Plugins
This skin came from Illustro Monitor skins by Funky7Monkey.
Here is the look of the skin. The skin is able to display correctly the name of my GPU, but shows no readings at all.
Image may be NSFW.
Clik here to view.

Even with MSI Afterburner opened on system tray, skin would still show no readings at all.
Image may be NSFW.
Clik here to view.

Image may be NSFW.
Clik here to view.

Here is the code for this Gpu Stats Bar.ini skin:
Code:
[Rainmeter]Update=1000Background=#@#Background.pngBackgroundMode=3BackgroundMargins=0,34,0,14ContextTitle=SettingsContextAction=[!ActivateConfig "illustro Monitor\Settings"][Metadata]Author=Funky7MonkeyLicense=Creative Commons BY-NC-SA 4.0Information=!Requires MSI Afterburner to be working in background!||Shows basic information about state of your graphics card.Version=1.0.0[Variables]@Include=#@#Settings.inc;-----------------------------;-- Measure Section --;-----------------------------[GPU_Model]Measure=PluginPlugin=MSIAfterburner.dllGPU=0GPUDescriptor=DisplayName[GPU_Usage_Percentage]Measure=PluginPlugin=MSIAfterburner.dllDataSource=GPU1 usageMinValue=0MaxValue=100[GPU_Power_Watts]Measure=PluginPlugin=MSIAfterburner.dllDataSource=GPU1 powerMinValue=0MaxValue=150[GPU_CoreClock_MHz]Measure=PluginPlugin=MSIAfterburner.dllDataSource=GPU1 core clock[GPU_MemoryUsage_MB]Measure=PluginPlugin=MSIAfterburner.dllDataSource=GPU1 memory usageMinValue=0MaxValue=#GPUMemory#[GPU_MemoryClock_MHz]Measure=PluginPlugin=MSIAfterburner.dllDataSource=GPU1 memory clock[GPU_FanSpeed_Percentage]Measure=PluginPlugin=MSIAfterburner.dllDataSource=GPU1 fan speedMinValue=0MaxValue=100[GPU_Temperature_Celsius]Measure=PluginPlugin=MSIAfterburner.dllDataSource=GPU1 temperatureMinValue=0MaxValue=100;-----------------------------;-- Meter Section --;-----------------------------[Title_GPU]Meter=StringMeterStyle=StyleTitleX=100Y=12Text="GPU";-- Meter for GPU Model --[GPU_Model_Display]Meter=StringMeasureName=GPU_ModelMeterStyle=styleCenterTextX=102Y=28rW=140H=14Text="%1"[meterSeperator0]Meter=IMAGEMeterStyle=styleSeperatorX=10Y=12r;-- Meter for GPU Core Clock --[GPU_CoreClock_Display]Meter=StringMeasureName=GPU_CoreClock_MHzMeterStyle=styleCenterTextX=102Y=8rW=140H=14Text="Core Clock: %1 MHz"[meterSeperator1]Meter=IMAGEMeterStyle=styleSeperatorX=10Y=12r;-- Meter for GPU Memory Clock --[GPU_MemoryClock_Display]Meter=StringMeasureName=GPU_MemoryClock_MHzMeterStyle=styleCenterTextX=102Y=8rW=130H=14Text="Memory Clock: %1 MHz"[meterSeperator2]Meter=IMAGEMeterStyle=styleSeperatorX=10Y=12r;-- Meter for GPU Usage --[GPU_Usage_Bar]Meter=BarMeasureName=GPU_Usage_PercentageMeterStyle=styleBarX=10Y=18rW=188[GPU_Usage_Label]Meter=StringMeterStyle=styleLeftTextX=0rY=-12rText="GPU Load"[GPU_Usage_Value]Meter=StringMeasureName=GPU_Usage_PercentageMeterStyle=styleRightTextX=190rY=0rText="%1%";-- Meter for GPU Power --[GPU_Power_Bar]Meter=BarMeasureName=GPU_Power_WattsMeterStyle=styleBarX=10Y=32rW=188[GPU_Power_Label]Meter=StringMeterStyle=styleLeftTextX=0rY=-12rText="GPU Power"[GPU_Power_Value]Meter=StringMeasureName=GPU_Power_WattsMeterStyle=styleRightTextX=190rY=0rText="%1%";-- Meter for GPU Memory Usage --[GPU_MemoryUsage_Bar]Meter=BarMeasureName=GPU_MemoryUsage_MBMeterStyle=styleBarX=10Y=32rW=188[GPU_MemoryUsage_Label]Meter=StringMeterStyle=styleLeftTextX=0rY=-12rText="Memory Load"[GPU_MemoryUsage_Value]Meter=StringMeasureName=GPU_MemoryUsage_MBMeterStyle=styleRightTextX=190rY=0rText="%1 MB";-- Meter for GPU Fanspeed --[GPU_FanSpeed_Bar]Meter=BarMeasureName=GPU_FanSpeed_PercentageMeterStyle=styleBarX=10Y=32rW=188[GPU_FanSpeed_Label]Meter=StringMeterStyle=styleLeftTextX=0rY=-12rText="Fan Speed"[GPU_FanSpeed_Value]Meter=StringMeasureName=GPU_FanSpeed_PercentageMeterStyle=styleRightTextX=190rY=0rText="%1%";-- Meter for GPU Temperature --[GPU_Temperature_Bar]Meter=BarMeasureName=GPU_Temperature_CelsiusMeterStyle=styleBarX=10Y=32rW=188[GPU_Temperature_Label]Meter=StringMeterStyle=styleLeftTextX=0rY=-12rText="Temp"[GPU_Temperature_Value]Meter=StringMeasureName=GPU_Temperature_CelsiusMeterStyle=styleRightTextX=190rY=0rText="%1%"
And here is the GPU section inside Settings.inc file.
Code:
;-----------------------------;-- GPU Info --;-----------------------------GPUMemory=8192maxTempGPU=100
I installed Rainmeter on my H: drive but I noticed, it also created a folder on my C: drive.
For MSIAfterburner.dll plugin, I didn't find any on both of these directories:
C:\Program Files\Rainmeter\Plugins
H:\Program Files\Rainmeter\Plugins
I was only able to find one on this directory:
C:\Users\gueva\AppData\Roaming\Rainmeter\Plugins
Statistics: Posted by MelodySummer — 44 minutes ago — Replies 0 — Views 10