General Discussion • Re: looking for simple icon dropdown launcher
And I have to thank the Rainmeter Team who wrote Rainmeter, its manual, and kindly guided me for a decade now in oder to be able to do these things... Statistics: Posted by Yincognito — Yesterday,...
View ArticleBugs & Feature Suggestions • Retrieving table elements using inline Lua
This is probably not a bug, maybe an omission or a mismatch between what the manual says and what's available in practice...The manual:Inline Lua can also be used to simply retrieve the current value...
View ArticleBugs & Feature Suggestions • Re: Retrieving table elements using inline Lua
This is probably not a bug, maybe an omission or a mismatch between what the manual says and what's available in practice...The manual:In practice:Code: function Initialize() t, v = {7}, 5endCode:...
View ArticleSite Discussion • Re: Issue with mobile site
I didn't. I set the browser to match the phone settings when it came to the "dark mode", so any site will be displayed like that:Screenshot_20241004_204150_Samsung Internet.jpgOne can do that in...
View ArticleHelp: Rainmeter Skins • Re: Parsing Weather from wttr.in
Which would be reasonably easy to parse the JSON.Any idea why this:Code: function PrintValue(m) print(SKIN:GetMeasure(m):GetStringValue())endCode:...
View ArticleHelp: Rainmeter Skins • Re: Problem with YouTube Subs Counter
Hello, Nice Topic is, fits well with a topic of mine . So i will not start a new Topic. So i ask here, is it possible to grab up an information if comes a new Video online from an Youtuber?...
View ArticleHelp: Rainmeter Skins • Re: Lookaround regex for some help
So I wonder which is the best way?Any of them, really. Technically speaking / is not among the reserved regex characters that need to be escaped by preceding them with a \ in the PCRE regex flavor -...
View ArticleHelp: Rainmeter Skins • Re: Impossible to display on my desktop (Windows 11)...
Big thank to Yincognito.You're welcome, glad I could help! Nice work! Statistics: Posted by Yincognito — Yesterday, 7:57 pm
View ArticleSite Discussion • Re: New Dark Mode toggle
If you say so...I hope. I'm positive they will...Statistics: Posted by balala — Yesterday, 8:21 pm
View ArticleSuites • Re: Mondtholomew - a rewrite of Mond that work
Oh, I see, you were talking about the bars, I misunderstood it the first time! The bars have nothing to do with WebNowPlaying (or NowPlaying for that matter), their values are based on the sound...
View ArticleHelp: Rainmeter Skins • Clock shows on-screen but not on screen recorder
I need an on-screen clock which will be recorded by a screen recorder. I've modified a copy of Elegant Clock/Dark Clock with aspects of the illustro clock, to get a smaller 'time' font (plus seconds)...
View ArticleHelp: Rainmeter Skins • Re: Canadian Weather
Just from looking at the xml, it seems the <winds> section can contain zero or up to 3 <wind Index...> sections. Comparing the data in those <wind index...> sections with the...
View ArticleFeatured Plugins & Addons • Re: [V1.1.2] FrostedGlass - Now with more...
No, i'm using 23H2, i can't test it in 24H2.But i added Mica effect in v1.1.7.It has the focus effect, but disabled by default.FrostedGlass Plugin_1.1.7.rmskinMica (Default)SN9NGzslYR.gifMica...
View ArticleHelp: Rainmeter Skins • Re: Clock shows on-screen but not on screen recorder
cause I have the feeling he's talking more about editing the recorded video, rather than the recorded original...Good idea! Statistics: Posted by balala — Yesterday, 7:26 pm
View ArticleHelp: Rainmeter Application • Re: Rainmeter Skins Disappear Upon Using Win+D...
I can confirm that Rainmeter skins are "minimized" with Win-D on Windows 11 24h2.It seems they are not in Windows 11 23H2. When I hit Win-D, the skins are kept normally on screen.Rainmeter 4.5.20.3803...
View ArticleHelp: Rainmeter Skins • Time Conversions
Given a measure [UTCstamp] with a value with a format such as 202410071700, and another measure [Offset] with a value with a format such as 3 or -7, how to apply the offset to the hour in the...
View ArticleHelp: Rainmeter Skins • Re: Time Conversions
Given a measure [UTCstamp] with a value with a format such as 202410071700, and another measure [Offset] with a value with a format such as 3 or -7, how to apply the offset to the hour in the...
View ArticleHelp: Rainmeter Skins • Re: Use powershell to create a word docx and open it
The objDoc.Content.Text = "Hello, this is a new Word document." part of the code makes me think maybe you want to start this with a template, in which case, it is much easier to create a Word template...
View ArticleHelp: Rainmeter Skins • Re: Color changing Temperature Meter
On the other hand, since there are only three conditions, you don't really need it:Code: Formula=MeasureGPU <= 60 ? -1 : (MeasureGPU <= 70 ? -2 : -3)This last code worked perfectly for me. TY!...
View ArticleSystem Monitoring • Re: HWiNFO | Resizable Gauges 4.5 [Colorable Gauges!]
Thanks to you Ricardo! Well, I got my custom fonts as you just suggested, and it works like a charm. I need 4.5 anyway to build a purple Vegetta version of the skin, so I'll give it a tryThat's great,...
View Article