Lua Scripting • Re: Lua for conditional operators with strings as result. [Help]
There are multiple problems here, so welcome to the Rainmeter/Lua mashup world.First, from the Rainmeter side, the Rainmeter parser doesn't always know when to parse a string and when not to. In this...
View ArticleSound, Music and Visualizers • Re: SimpleMusicPlayer for WebNowPlaying
Congrats on the release I like how minimal your code is and the use of vector paths keep the entire skin as just a single INI. Thank you for your feedbackStatistics: Posted by YUJIO — Today, 5:19 am
View ArticleBugs & Feature Suggestions • Re: Rainmeter ini not writeable
First of all thanks a lot for your fast feedback! We basically think that the problem is related to Windows or a Third-Party tool we use in our environment which maybe access the rainmeter.ini in the...
View ArticleHelp: Rainmeter Skins • Re: Need help with image
Like balala mentioned above, relying on clock time automatically means that you're not necessarily relying on the moment when the skin was loaded - this is precisely why I asked my 2nd question in my...
View ArticleHelp: Rainmeter Skins • Re: PC Noob trying to fix weather app, need help
Actually stumbled across this skin and really like it. Does seem to be abandoned though for about a decade so decided to try and fix it. Been a learning process but sofar mostly successful. The...
View ArticleSite Discussion • Re: Small docs suggestions
Hello, I am currently working on a 2nd PR for the docs fixing and adding some other stuff but I want a suggestion.I have a question regarding documentation for plugins, I recently tested a Frosted...
View ArticleHelp: Rainmeter Skins • Re: Variables in section names.
Well, I mentioned this earlier:but since my own attempt to verbalize it wasn't that effective and code is probably easier to understand, here's what I had in mind...The above could have been done...
View ArticleLua Scripting • Re: Lua for conditional operators with strings as result.
So I've created this little testing skin:ConditionalExample_1.0.rmskinDesktop2024.10.18-18.55.42.01-ezgif.com-video-to-gif-converter.gifThe idea is a little radio button that enables and disables by...
View ArticleHelp: Rainmeter Skins • Re: How to change colors within skins
Just FYI, there is really no easy way to determine "half" of a string, since Rainmeter doesn't keep track of string length by "characters", but only by "pixels". To count characters, you are going to...
View ArticleHelp: Rainmeter Skins • Re: Determining the top / bottom position
!SetWindowPosition bang can alter both: the position and the anchor of the skin, by one.Thanks, Balala. For your tip. Sometimes you overlook clues or information because you're so busy with your...
View ArticleLua Scripting • Re: Lua for conditional operators with strings as result. [Help]
I think that simply SKIN:ParseFormula(cond) would work, assuming that cond is already a round bracket enclosed argument on the Rainmeter sideYeah though I mentioned this only as an alternative if not...
View ArticleFeatured Plugins & Addons • Re: [V1.1.2] FrostedGlass - Now with more...
Maybe the disabling the measure would be useful, just to make the measures work the same way as other measures do, however if it's complicated to be done, finally have not too much importance, just...
View ArticleCommunity Tips & Tricks • Re: Easing functions Simulator with ActionTimer...
Hey yin, thank you. Your equations work, although not how I envisioned. Although they do the flickering animation, it is still "too perfect". But I think I wasn't really specific, I envision something...
View ArticleHelp: Rainmeter Skins • Re: Meters Auto-Adjust to container's height (?)
Hey yin, thank you so much, these are great!One thing I can suggest btw is using '*' to represent the omissions instead of nil, it is "shorter" eg. SI('*','*','i'). Technically is the same number of...
View ArticleLua Scripting • Re: Lua for conditional operators with strings as result.
I can't test right now as I'm on the phone, but no, the error is exactly the same as the other cases, it only shows on first load and refresh without affecting the functionality. However, I did test...
View ArticleHelp: Rainmeter Skins • Re: Monterey skin question
Just wondering how to fix this sensor if it needs fixing. Maybe it represents something else?It appears the code that provides data to that part of the Monitor skin is located in the...
View ArticleHelp: Rainmeter Skins • Re: Webnowplaying not working
Look for any settings related to song info in the widget options.Statistics: Posted by Terrigenous — Today, 4:06 am
View ArticleHelp: Rainmeter Application • Re: rainmeter skins are blurry on my new window 11
Did you try the instructions here: Rainmeter and DPI in Windows 10? The instructions might be slightly different for Windows 11, but the concept is the same.I couldnt find the map with the...
View ArticleHelp: Rainmeter Skins • Re: How can I do scale Skin Size with pulling
Unfortunately, I can't make the corresponding elements bigger or smaller when dragging. I also have the problem that the skin scales back to the base size when it is updated. I'm not really getting to...
View ArticleLua Scripting • Re: Calling table-based functions via inline Lua: not...
However in just a simple test of calling such table functions via inline Lua, separate than any dofile imports, it seems Rainmeter doesn't handle table based function names for inline Lua, with an...
View Article