It is currently March 28th, 2024, 10:46 am

ModernGadgets 1.8.2

A package of skins with a "theme" or by a single author
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm
Contact:

Re: ModernGadgets 1.4.1

Post by SilverAzide »

It would be interesting to see the IP addresses for all those downloads; i.e., are there ~10K unique IPs or like 9000 downloads from one machine stuck in a loop or something...

Or maybe your skins are just that awesome... :)
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: ModernGadgets 1.4.1

Post by jsmorley »

Likely it was featured on some Chinese blog somewhere...
ManiusNG
Posts: 7
Joined: June 24th, 2018, 10:30 pm

Re: ModernGadgets 1.4.1

Post by ManiusNG »

I've notices there's only one section in your skin, which still uses PerfMon plugin:

Code: Select all

[Measure4KPagesInUse]
Measure=Plugin
Plugin=PerfMon
PerfMonObject=Paging File
PerfMonCounter=% Usage
PerfMonInstance=_Total
PerfMonDifference=0
Group=CpuPage
Disabled=(#showPageFile# = 0)
Could you, please, refactor it to use UsageMonitor? I was experiencing RainMeter crashes after enabling pagefile monitoring.
Last edited by balala on December 5th, 2018, 1:00 pm, edited 1 time in total.
Reason: Please use code tags when posting code snippets (it's the </> button)
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA
Contact:

Re: ModernGadgets 1.4.1

Post by raiguard »

ManiusNG wrote: December 4th, 2018, 9:09 pm I've notices there's only one section in your skin, which still uses PerfMon plugin:
[Measure4KPagesInUse]
Measure=Plugin
Plugin=PerfMon
PerfMonObject=Paging File
PerfMonCounter=% Usage
PerfMonInstance=_Total
PerfMonDifference=0
Group=CpuPage
Disabled=(#showPageFile# = 0)

Could you, please, refactor it to use UsageMonitor? I was experiencing RainMeter crashes after enabling pagefile monitoring.
Oh dang, thanks for pointing that out! :D
sirahok
Posts: 4
Joined: January 1st, 2019, 1:14 pm

Re: ModernGadgets 1.4.1

Post by sirahok »

Hi there
S__4382722.jpg
I wonder whats up with the 100%, is it the current r/w ? Is this supposed to be normal or a bug?

Task manager is normal though
231203.jpg
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm
Contact:

Re: ModernGadgets 1.4.1

Post by SilverAzide »

sirahok wrote: January 1st, 2019, 2:21 pmI wonder whats up with the 100%, is it the current r/w ? Is this supposed to be normal or a bug?
This is common problem in Windows. Your PerfMon database has become corrupted. Open cmd.exe as administrator and type in the following commands, in order:

Code: Select all

cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R
You should then see this:

Info: Successfully rebuilt performance counter setting from system backup store

After you do this, reboot your PC and all should be working properly.
prophet4NO1
Posts: 17
Joined: January 1st, 2019, 10:41 pm

Re: ModernGadgets 1.4.1

Post by prophet4NO1 »

Really love this! And the latest beta added some nice touches like the ability to scale the size.

What would it take to add a PSU meter as well? I have a Corsair PSU and HWinfo can poll it via USB connection. Would be nice to get something like the GPU meter but with Watts in and out, efficency, and maybe graph. There are other bits of data like rail voltage and amperages that can be polled as well, but I am not sure those are really needed.

I would be willing to provide any details you need to help.
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA
Contact:

Re: ModernGadgets 1.4.1

Post by raiguard »

prophet4NO1 wrote: January 1st, 2019, 10:46 pm Really love this! And the latest beta added some nice touches like the ability to scale the size.

What would it take to add a PSU meter as well? I have a Corsair PSU and HWinfo can poll it via USB connection. Would be nice to get something like the GPU meter but with Watts in and out, efficency, and maybe graph. There are other bits of data like rail voltage and amperages that can be polled as well, but I am not sure those are really needed.

I would be willing to provide any details you need to help.
I actually did want to do this, but I didn't think that HWiNFO could get that information, so I decided against it. Could you tell me what kind of information HWiNFO is able to detect? Perhaps with a screenshot of the sensor list from the PSU?
sirahok
Posts: 4
Joined: January 1st, 2019, 1:14 pm

Re: ModernGadgets 1.4.1

Post by sirahok »

SilverAzide wrote: January 1st, 2019, 4:11 pm This is common problem in Windows. Your PerfMon database has become corrupted. Open cmd.exe as administrator and type in the following commands, in order:

Code: Select all

cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R
You should then see this:

Info: Successfully rebuilt performance counter setting from system backup store

After you do this, reboot your PC and all should be working properly.
I will definitely try that, thanks a lot mate :thumbup:
redeven
Posts: 4
Joined: January 3rd, 2019, 11:01 pm

Re: ModernGadgets 1.4.1

Post by redeven »

I'm having the following issue. The CPU meter shows the wrong clock speed no matter what I do. I have opened the shared memory viewer and updated to the correct sensor, 100% sure of it, yet the plugin always shows low values like 90 MHz. How do I even troubleshoot this?

Image
Post Reply