Help: Rainmeter Skins • Re: Building a string with text and variables
However, its not working. Code below:[...]All I get is "Current Session ID:"Assuming your command line is correct and produces the desired output (running it in CMD is a good way to test that), take a...
View ArticleHelp: Rainmeter Skins • Syncing skins using a common ini file?
Hello, I have a couple of skins in this suite I'm making, and one of the gimmicks is switching information due to space, for example: In my network skin I have a graph showing the download and after 3...
View ArticleHelp: Rainmeter Skins • Re: Syncing skins using a common ini file?
So I got thinking if it was possible to have some part of it in a common file from where the skins would read when they should switch,You can create a file, name it anything, eg syncfile.inc then copy...
View ArticleHelp: Rainmeter Skins • Nested Conditions
Just trying out something to see if it works, but I think I need an alternative way of doing it.I understand that you can use number values only, but does that mean you can't change the values of a...
View ArticleHelp: Rainmeter Skins • Re: Nested Conditions + Formulas
Er, so this is the formula without any Variables:Hidden=(mUpLoad=1 ? [UL:W]+2 : [UL:W]12+2)So I'm trying to get the meter to basically hide and move position with the above and this X=2R.If it helps,...
View ArticleHelp: Rainmeter Skins • [SOLVED] Get BIOS Release Date and format [SOLVED]
I've found some places where I can get BIOS Release Date, but I'm not sure how to pull it. Not sure of commands or if it is possible.Msinfo.exeMsinfo32.pngHWiNFOHWiNFO.pngC:\Users\Dan>wmic bios get...
View ArticleHelp: Rainmeter Skins • Re: Get BIOS Release Date and format
I am trying to have an output like2024/03/27This measure can get the bios versionCode:...
View ArticleHelp: Rainmeter Skins • Re: [SOLVED] Get BIOS Release Date and format [SOLVED]
I just want to remind everyone that the wmic command is now deprecated by Windows, and may not be installed by default on Windows.I believe it will be available as a "feature on demand" for the time...
View ArticleHelp: Rainmeter Skins • Re: Weird behaivour with WebParser HTTP Authentication
I don't have VLC installed and I don't quite get why an username and a password would be needed in this case, but maybe the username in your original attempt must not be blank, from Rainmeter's point...
View ArticleHelp: Rainmeter Skins • Re: "on desktop" not sticking for a full...
I might be wrong here, but "full screen" stuff are supposed to cover the taskbar anyway (possibly even if "behind" it due to sticking to the screen's margins and triggering other Windows mechanisms)....
View ArticleHelp: Rainmeter Skins • Re: How to make RM add the extention file in a text...
Make a new NowPlaying measure having PlayerType=File and add to it something like:Code: RegExpSubstitute=1Substitute="^.*\.":""or some other substitution to either leave only the file extension or...
View ArticleHelp: Rainmeter Skins • Gadgets Top CPU skin how did SilverAzide implement...
Question about SilverAzide Gadgets skin. I'm working on a personal skin project and am hacking my way through it using his skin as a template and coding example. I'm currently working on the CPU...
View ArticleHelp: Rainmeter Skins • Re: Gadgets Top CPU skin how did SilverAzide...
Question about SilverAzide Gadgets skin. I'm working on a personal skin project and am hacking my way through it using his skin as a template and coding example. I'm currently working on the CPU...
View ArticleHelp: Rainmeter Skins • Re: Nested Conditions + Formulas
Thanks. Statistics: Posted by sl23 — Today, 6:18 am
View ArticleHelp: Rainmeter Skins • Re: Audio Peak Level not dropping
You can see the Frequency for each Band by creating child measures of the Type=BandFreq to see the frequency of each band; I have not had success when trying to use this and actually I do not care...
View ArticleHelp: Rainmeter Skins • Clock Skin Not Auto-Refreshing
I've made a Clock Skin to tell me at 9 a Clock "Guten Morgen" and at 12 a Clock "Guten Tag" and at 18 a Clock "guten Abend", but it's not auto-refreshing so if I want the current value I have to...
View ArticleHelp: Rainmeter Skins • Re: Clock Skin Not Auto-Refreshing
How can I make it auto-refresh?You don't actually want auto-refreshing the skin itself, but to evaluate these IfConditions every time the measure...
View ArticleHelp: Rainmeter Skins • Re: RecycleBin string issue
Thanks balala, I was thinking that was the only likely way to do it. Btw the Variables aren't required:Disabled=#m6Stat# - Can only be a 1 or 0 in order to define the measure as...
View ArticleHelp: Rainmeter Skins • Dreaded RegEx problem!
Well, maybe that's a little dramatic, but... still a problem Trying to use InlinePattern to reduce the size of the suffix of each displayed Measure value.I have adapted this from an older RegEx I had,...
View ArticleHelp: Rainmeter Skins • Re: Dreaded RegEx problem!
Have I got this completely wrong? Most likely! lolYes, but before you get too far into this, you realize that when you get the smaller font size working, it will not follow the baseline of the number,...
View Article