Help: Rainmeter Skins • Re: How to use UsageMonitor to get disk read/write?
The issue is that UsageMonitor returns two distinct values. The first is a "Number", the numeric value, and the second is a "String", the name of the item being measured.So if we look at the log with...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
I currently have a problem with the Rainmeter WebviewPlugin.To explain: Up until two days ago the plugin was working fine in Rainmeter, today I wanted to continue with my skin, then the Rainmeter...
View ArticleOther Software & Customization • Re: Link Shell Extension, Hard and...
Yep: https://www.portablefreeware.com/forums/ is a great site/forum to look through for what's out there for portable software.The list here gives a good overview of the advantages and disadvantages...
View ArticleSuites • Re: Gadgets 7.9.0 - inspired by AddGadgets.com Sidebar Gadgets
An update to the Gadgets has been released! See download link in first post.7.9.0 - 2025-02-22Revised Weather Meter 12-Hour Forecast for improved appearance.Enhanced Weather Meter flyout to show...
View ArticleImages and Animations • Rain Savers
rs1.jpgRainmeter ScreensaversRain Savers_1.2025.02.22.rmskinPeek at your desktop through Ellipse, Square, or Rectangle shapesRandom speed and expanding sizesDark, Dynamic Linear, or Dynamic Radial...
View ArticleFeeds & Internet Data • Re: ScoreCards
Good news, Today was the Mets first game of spring training and the ScoreCard worked fine (and the Mets even won). The only minor issue I noticed is this after the game ended. 2025-02-22_193945.pngI'm...
View ArticleCommunity Plugins & Addons • Re: Key Detection Plugin (?)
Code: #Persistent#InstallKeybdHookSetTimer, CheckKey, 10global LastKey := ""returnCheckKey:Loop 255{ if GetKeyState(Format("VK{:X}", A_Index-1), "P") { HexCode := Format("0x{:X}", A_Index-1) if...
View ArticleHelp: Rainmeter Skins • Roundline/Rotator Gradient Painting
I tried to make a gauge. I tried it with Roundline and Rotator but I couldn't do it.What I'm trying to make is a gauge like the one on speedtest.net.However I want to paint the lower parts of the...
View ArticleHelp: Rainmeter Skins • Re: Roundline/Rotator Gradient Painting
Tricky... Going to have to do something with Shape meter(s) and gradients.Code: [Rainmeter]Update=1000DynamicWindowSize=1AccurateText=1; Coordinates: xCenter, yCenter, xOffset, yOffset, xRadius,...
View ArticleGeneral Discussion • Newb question
Hello everyone, I'm new to rainmeter so I'm sorry if the question is too basic, basically I have an image loaded as a skin and I want it to flash on and off every second or so, thanks in...
View ArticleSound, Music and Visualizers • Re: Hologram
P.S. A small bug exists when the skin area is less than the extent of your Settings area: if moving the mouse over a Settings area outside of the skin one, the former is hidden. This prevents the user...
View ArticleGeneral Discussion • Re: Newb question
You could use a counter Calc measure where the condition uses the modulus (remainder) operator. Below shows that If the counter has a remainder of one when divided by 2, the config is shown, else...
View ArticleHelp: Rainmeter Skins • Re: Skin resizing
By the way... I still can figure how to include a Container to those 4 top meters to make them start opening at the Vertical Bar by where the Icons are placed instead of moving from the edge of the...
View ArticleHelp: Rainmeter Skins • Re: Set [Rainmeter] SolidColor dynamically.
So how do I dynamically change SolidColor in [Rainmeter]?Unfortunately you can't change dynamically things of the [Rainmeter] section, excepting the custom Context menu items. This means that you...
View ArticleHelp: Rainmeter Skins • Re: Hide & Seek
DynamicVariables=1 option, which is needed. But you put it on your meter, so I see no issues and the code even works for me.Damned, [balala] you are right . I haven't set DynamicVariables=1...
View ArticleSite Discussion • Using Unicode chars above the Basic Multilingual Plane
Hello,In the manual under Character Reference Variables is the following bullet point:Screenshot 2025-02-25 210637.pngThis is repeated again in the section about Finding those Unicode Values, third...
View ArticleSite Discussion • Re: Using Unicode chars above the Basic Multilingual Plane
This is a great tip. Thanks!Any chance that link can be added to the Important Links?Statistics: Posted by RicardoTM — Today, 2:56 am
View ArticleSite Discussion • Re: Yincognito 10 years!
Congratulations Ying Sensei!Statistics: Posted by RicardoTM — Today, 1:53 am
View ArticleHelp: Rainmeter Skins • Re: How do I make text shake?
Thanks, basically ended up getting it working.Code: [Rainmeter]Update=1000 ; Update once per secondDynamicWindowSize=1AccurateText=1BackgroundMode=2SolidColor=0,0,0,0 ; Transparent...
View ArticleSystem Monitoring • Re: HWiNFO | Resizable Gauges 4.5 [Colorable Gauges!]
First make sure you already have the ssd drive sensors reported to gadget on HWiNFO.Then right click on any gauge and click on Gauge Creator.On Gauge Creator enter the name of your new ssd gaugeClick...
View Article