Lua Scripting • Re: Decimals
That's correct, however I was interested in knowing whether lua was using more than five decimals or not because I wasn't able to display more than 5 decimals so I could check if the values were...
View ArticleHelp: Rainmeter Skins • Re: Parsing Weather from wttr.in
I need some help breaking down the REGex. That would be great I'll try the rest on my own Code: {"current_condition": [{"FeelsLikeC": "6","FeelsLikeF": "43How do I determine "current_condition" and...
View ArticleHelp: Rainmeter Skins • Re: WebParser: Getting info for app updates.
In addition to the previously posted things:Using this info, I tried to create a new skin for checking this but I am unable to get it working. I can't understand the relationship between Parent and...
View ArticleMembers' Lounge • Re: Gooidbye
Sorry to see you go but I know you will enjoy working with Linux! You can still stop by the forum (in a Linux browser) and give us a Good Luck and Best Wishes! Statistics: Posted by eclectic-tech — 1...
View ArticleHelp: Rainmeter Skins • Re: Is there such a thing like TextArrays?
Quick question, I have 3 labels here-Picture-Name-Url-StramIs it possible eache of these labels add to a shape / Container?Code: ;[ContainerTextfield];Meter=Shape;Shape=Rectangle...
View ArticleLua Scripting • Re: Snow with action timer?
Pretty basic question here after I tried and it dindn't work lolIs it possible to do the same that this skin does, but using an action timer measure instead?I mean, same lua and everything, just using...
View ArticleBugs & Feature Suggestions • Re: [Bug] Skin position is not updated on...
I have a two monitor setup, with Rainmeter skins placed on my secondary monitor on the left. When I disable secondary monitor, all skins from it move to the main monitor (which is expected behavior)....
View ArticleHelp: Rainmeter Skins • My skins keep getting false positive antivirus...
So i make youtube videos about desktop customizations, and recently i started experiencing this issue where skins/themes that i make and upload to mega.nz to share it on my channel keeps getting...
View ArticleHelp: Rainmeter Skins • Re: My skins keep getting false positive antivirus...
It's clearly a false positive, but Microsoft is ADAMENT that this .rmskin / .zip contains that script trojan. I think all you can do is start the process of disputing...
View ArticleCommunity Plugins & Addons • Re: WMI.dll is missing
I have installed version 4.5.27. In the following folder C:\Program Files\Rainmeter\Plugins I am missing the WMI.dll. How do I get this plugin? I would like to display the serial number and model of...
View ArticleHelp: Rainmeter Skins • Re: How to use an IfMatch on WebParser
Assuming the parent "succeeds", all WebParser measures return a string "value", but the value of a "parent" WebParser measure is generally not particularly useful. It will be the entirety of the text...
View ArticleHelp: Rainmeter Skins • Re: How to add Url Encoding to $UserInput$
Hi,I tried to recreate your problem.Yes, it is really strange. If you enter a search with, for example, #Rainmeter in the search, you are redirected instead of a search result appearing.I also tried...
View ArticleHelp: Rainmeter Skins • how to prevent mouseleaveaction when over text box
I have a skin which includes a search bar, but when i click on the meter to run it, and put my mouse over the text box, the script detects it as the mouse going off the screen, and it closes the skin....
View ArticleHelp: Rainmeter Skins • Re: how to prevent mouseleaveaction when over text box
Yep. The InputText plugin creates a Windows "control" that is in effect a different window than the skin. So you will just have to rethink the design, and perhaps have some other action deactivate the...
View ArticleBugs & Feature Suggestions • Re: [Bug] Skin position is not updated on...
Thanks for your responses. While I agree with your stance since I also need to "manually" refresh all skins to restore my desktop work area settings, this behavior has a reason. Refreshing all skins...
View ArticleWeather • Re: Windows Air Quality
6-DEC-2024The skin has been updatedThe IQAir html source has changed.Statistics: Posted by xenium — Today, 11:27 am
View ArticleHelp: Rainmeter Skins • Re: NowPlaying & VLC-Media Player
Hi, I found a post from [jsmorley] where it also reads the window titles, even with a dll file. It might be better than my idea, which sends a terminal command every time to read the window...
View ArticleLua Scripting • Re: Snow with action timer?
Just to clarify: the skin itself will in this case update and redraw every 25 ms, it's only the measures and meters on which DefaultUpdateDivider=40 acts on that will be updated every 1000 ms. So,...
View ArticleHelp: Rainmeter Skins • Substitution giving wrong string
Hello guys, Im writing script for weather that changes the url i parse depending on time. I isolated the part of url that changes and substituted it by function "Kod"Code: [Kod]measure = calcFormula =...
View ArticleHelp: Rainmeter Skins • Re: Substitution giving wrong string
Your issue boils down to the way Substitute works. It does the first comparison and replacement, and that becomes the new value. Then it does the second comparison and replacement, HOWEVER the...
View Article