Help: Rainmeter Skins • Re: Hide meters when no value available from WebParser
Nice, we're glad you learned something while solving most of your problem! Only noticed now that nek credited me for substituting a string to bangs. Thanks, nek - it's no biggie, but can be useful at...
View ArticleHelp: Rainmeter Skins • Re: 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.[...]My goal is to use a #Variable#, or a [Measure], to define the Stroke and the Fill...
View ArticleHelp: Rainmeter Skins • Re: Problems with displaying CPU and GPU usage...
Here the Windows task manager with the true usage rates only the first skin is in agreement with the manager in terms of CPU usage, in terms of GPU usage all the skins I tested do not show the real...
View ArticleHelp: Rainmeter Skins • Re: Help with modified Shutdown Skin to open Shutdown...
Yes Man, it turned out exactly how I imagined it.So, did you get it working as expected, I think. Am I right?Additional tips:If you did apply the method I described previously, I recommend you to...
View ArticleHelp: Rainmeter Skins • Secret Digital Diary help
hii i'm trying to make a rainmeter skin that's a secret digital diary. it has a front cover png and a page png. i've coded so far the functionality of the opening pages back and forth. but i'm having...
View ArticleHelp: Rainmeter Skins • Re: Measure Audio Level
I don't understand why on the code many parts are being multiplied by 0. Anything multiplied by 0 will be 0.Anyway, that's on the working code as well so that's not the issue.You simply added the...
View ArticleHelp: Rainmeter Skins • Re: Secret Digital Diary help
Some small notes on your code, unrelated to your question:1) There is a difference between the name of a variable and its value, so CurrentPage is the name of the current page variable, while...
View ArticleHelp: Rainmeter Skins • Re: Color-Slider -> Consultation
...I'll try to explain, hopefully you'll understand...So, what you need to do is set that X option to the $MouseX$ value clamped between the unscaled 135 and 175, but multiplied with the literal...
View ArticleHelp: Rainmeter Skins • Re: Help with the skin's visual effect.
Pretty sure the minus symbol - in the measure name [M-Month] trips the formula in your next measure. Try removing the minus in the name and in the formula to leave it like MMonth and see what...
View ArticleHelp: Rainmeter Skins • Re: How can I do scale Skin Size with pulling
Your simple suggestion has made things better. The only thing that surprises me is that in the Y position the small corner shape always stays in the same position, only when scaling in X it loses its...
View ArticleHelp: Rainmeter Skins • Re: Send keys?
No problem, thanks for answering anyway! No sweat. I'd be tempted to either look to Powershell or write a C++ or C# plugin to deal with this. In any case you are certainly going to need something...
View ArticleHelp: Rainmeter Skins • Re: FileView & Shape Container
I use Font Awesome as the icon / symbol font.https://fontawesome.com/v6/search?o=r&m=freeI have to come back to this topic again.Unfortunately, some font symbols are not available in the free...
View ArticleHelp: Rainmeter Skins • Re: Secret Digital Diary help
yay i did it the date works now but i can't figure out with the scrolling feature aha i don't understand it if u could also explain how it works i'd really appreciate thank for all the help you've...
View ArticleHelp: Rainmeter Skins • Re: Help with clamping a variable
Shouldn't be required due to the Measure being updated and that has a FinishAction on it which should update the relevant meters, Thanks for the help though! EDIT: I needed to use OnChangeAction, not...
View ArticleHelp: Rainmeter Skins • Re: Need a little help with getting an If Condition...
Can I ask a quick question, as I have a similar situation. The documentation explains it like this<condition> ? <expr. if true.> : <expr. if false.>Can I nest this condition? In...
View ArticleHelp: Rainmeter Skins • Re: Help with the skin's visual effect.
I can't solve this...Code:...
View ArticleHelp: Rainmeter Skins • Re: Problems with displaying CPU and GPU usage...
I can't get past that.Code: ;--------------------------------- Variáveis -----------------------------------[Variables]Var=Small;------------------------------------ Estilo...
View ArticleHelp: Rainmeter Skins • Re: Hiding Visualiser bars on Fountain of Colors -...
Hiding Visualiser bars on Fountain of Colors - visualiser.Hello. I am brand new to Rainmeter and I am pleased with myself for already managing to do a few things. However I have hit my limit, even...
View ArticleHelp: Rainmeter Skins • Re: Windows Registry
I only use PowerShell to detect the "chassis type" to see if the system is a desktop or a laptop:gcim -namespace 'root/cimv2' -classname Win32_SystemEnclosure | select-object ChassisTypes |...
View ArticleHelp: Rainmeter Skins • Log error Re: Image not found
Sorry to dredge this up again!So, I am trying to make my skin generic, then it can be used as an @include file to be used with other skins.It's difficult to break it down to a minimum bite size code,...
View Article