Help: Rainmeter Skins • Re: Referencing a Measure via a Variable
Ok, yeah I kinda understand! Thanks for explaining. I bookmarked the page so hopefully I'll remember this conversation when I need it! Statistics: Posted by sl23 — Yesterday, 9:59 pm
View ArticleHelp: Rainmeter Skins • Possible to "double extract" text?
Another weird question, I know! Just wondered if it were possible to get a link with WebParser, but extract a version number from that link at the same time?eg:...
View ArticleLua Scripting • Generate an HTML Table
This function generates HTML tables from given lua tables.Code: function generateHTMLTable(data, headerOrder, headerLabels, class, caption, customHeader, placeholder, extraAttributes)-- Validate...
View ArticleMembers' Lounge • Happy Birthday ikarus1969!
Happy Birthday ikarus1969!Statistics: Posted by eclectic-tech — Today, 6:06 am
View ArticleHelp: Rainmeter Skins • Re: Help with Multiple left clicks skin
Explanation of the CodeThe code is designed to represent a series of heart states (Heart1, Heart2, Heart3) using images. These hearts update dynamically based on a loop (MeasureHeartLoop) or user...
View ArticleHelp: Rainmeter Skins • Re: Possible to "double extract" text?
Btw, I know I can break down the Regex into two separate capture chunks. But I was curious if this sort of thing were possible.eg: App7RegEx=Get Yours Today.*let me...
View ArticleMembers' Lounge • Re: Happy Birthday ikarus1969!
Happy Birthday!! -BrianStatistics: Posted by Brian — Today, 8:54 am
View ArticleHelp: Rainmeter Skins • Re: Getting data from a "stubborn" Website
OK, thanks for the reminder, I don't have the best memory! Statistics: Posted by sl23 — Yesterday, 11:38 pm
View ArticleOther Software & Customization • Help with modified Shutdown Skin to open...
GreetingsI come to ask for help with this modification which is not executing the command at all.Thank you to anyone who can help.I'm trying to make this Skin open the Shutdown Event Tracker, which...
View ArticleDocks and Launchers • Re: SteamyRain - Game Launcher
There were two issues for me.1. the banners were not showing up correctly2. I store games in different directory with steamSo here are some files that you can replace the original one withReplace...
View ArticleOther Software & Customization • Re: Help with modified Shutdown Skin to...
GreetingsI come to ask for help with this modification which is not executing the command at all.Thank you to anyone who can help.I'm trying to make this Skin open the Shutdown Event Tracker, which...
View ArticleHelp: Rainmeter Skins • Meters as color: what am i doing wrong?
I am trying to make a shape color changing based on a temperature measure, but i'm clearly missing something.This is a sample code: Code: [Rainmeter]Update=500AccurateText=1[Metadata]Name=Test &...
View ArticleHelp: Rainmeter Skins • Re: Help with modified Shutdown Skin to open Shutdown...
ReplaceCode: LeftMouseUpAction=[!CommandMeasure NirCMD "Run"]WithCode: LeftMouseUpAction=[!CommandMeasure "MeasureRun" "Run"]Also, your @Resources folder is wrongly written. It's @Resources, not...
View ArticleHelp: Rainmeter Skins • Re: Skin menu Toggle based on variable conditions
I have been working on the skin and have the most parts done. Now, what is left is to add some resource managing meters and such. I have been implementing all of the good advice received here into my...
View ArticleHelp: Rainmeter Skins • Problems with displaying CPU and GPU usage percentage...
I have this problem to correctly display the percentage of my processor usage in several skins, so far only one is correctly displaying the CPU percentage but it is not correctly displaying the GPU...
View ArticleHelp: Rainmeter Skins • Re: Meters as color: what am i doing wrong?
Thanks to you both.So, from this post and my previous one, i learned that formulas MUST be in parentheses, but NO MORE than one pair (i.e., not (([m_0TempPerc]*128)) -which is a stupid example, but...
View ArticleUtilities and Tools • Re: Show Desktop (ala WIN-D)
For those who want to mess around and find a way to use Win+D with Rainmeter, below I’m putting out few ideas how theoretically it could be achieved. Note that for each method you may need to have...
View ArticleLua Scripting • Re: Generate an HTML Table
Nah, as you said, it could be useful in certain situations. However, what would be the most useful output?From my point if view, it would be enough to handle a single table, since WebParser can easily...
View ArticleHelp: Rainmeter Skins • Re: Problems with displaying CPU and GPU usage...
I achieved! I found the line at the bottom of the code.So silly, how did I not see it?I was so focused on the [Measures] line that I didn't pay attention further down the [Smooth] line.Code:...
View ArticleOther Uncategorized Skins • HowOldIs2025 (UTC)
HowOldIs2025_January 1, 2025.rmskin1.jpgHowOldIs2025.ini:Code: [Rainmeter]Update=1000DynamicWindowSize=1AccurateText=1[Metadata]Name=HowOldIs2025Author=JSMorleyInformation=Elapsed time for the year...
View Article