Help: Rainmeter Skins • Re: NowPlaying & VLC-Media Player
Sorry, I didn't mean to sound rude . I also understand that we can't try every single media player and then find a solution. I would like to see your solution for the VLC media player. Yeah, no...
View ArticleSystem Monitoring • Re: HWiNFO | Resizable Gauges 4.5 [Colorable Gauges!]
This one or the previous white one?Can't speak for RicardoTM, but white is my least favorite color (only good to lighten stuff up and lie about purity)... Love the purple one, but is also depends on...
View ArticleHelp: Rainmeter Skins • Re: Import skin from xwidget
Hi ! Thanks for your reply guys. I understand your opinion. I will now read the skins documentation and try to create a "test" skin to understand the functionality of rainmeter.Good luck, and start...
View ArticleHelp: Rainmeter Skins • Re: Meters Auto-Adjust to container's height (?)
If you mean the formula part in the .lua script, i.e. string.gsub(formula, '<x>', tostring(indexes[tonumber(occurrence)] or '0')), it just replaces <x> with the value of the indicated...
View ArticleHelp: Rainmeter Skins • Re: Inconsitent text padding for different text sizes
Perhaps I can multiply the Padding with the fontsize like suggested by YincognitoOn a second though, in some cases negative padding would be needed to "cut off" space from the larger font size, so...
View ArticleHelp: Rainmeter Skins • Re: I need help with a cuckoo clock
Ready! I have already updated it!!!Thanks a lot!!!SmuackkkkkCode: [mDing]Measure=PluginPlugin=ActionTimerActionList1=Repeat HourDing,#Interval1#,[HourDings] | Wait #Interval1#ActionList2=Repeat...
View ArticleImages and Animations • How can i get a white line around images and ability...
Hi, i'm new to Rainmeter skins, but i was able with some help to create this skin (code with images.txt file).But i need 2 more things:1) a white line around the images...2) the ability to move the...
View ArticleImages and Animations • Re: How can i get a white line around images and...
Please properly pack your skin so others can test it.Also code, if provided, needs to be embedded using the code flag (the </> icon).Like thisCode: [your code goes here]Skins move around the...
View ArticleHelp: Rainmeter Skins • Variables in section names.
Hi. I have a group of 13 meters, each of which has a MeasureName=msrPeriodnIconNumber option, where n is a variable which increases consecutively from 1 to 13 (or from 0 to 12), and the measure value...
View ArticleHelp: Rainmeter Skins • Modular Players updates super slowly
I use Jaxcore's modular player but recently I've noticed that it now takes a solid 5-10 secs for the text to change and another 20 for the album art to chnage, can someone help me fix this? If not can...
View ArticleHelp: Rainmeter Skins • Re: Determining the top / bottom position
Unfortunately here seems to be a small mistake. #CurrentConfigY# is always smaller than #ScreenAreaHeight#, as far as the skin is set to be kept on screen.I'd modify the condition little bit, to...
View ArticleHelp: Rainmeter Skins • Re: Variables in section names.
So I created 13 variables, one for each of the 13 measure names in a group of 13 meters. I set their values consecutively from 1 to 13. So far, working correctly.Next I created a measure which, based...
View ArticleUtilities and Tools • Re: HSLiders | Color Selector
Please let me know if that was the problem or if I misunderstood your request Statistics: Posted by RicardoTM — Yesterday, 11:42 pm
View ArticleLua Scripting • Lua for conditional operators with strings as result. [Help]
So I wrote this simple lua function since I thought it could be useful on some especial cases, but I can't get it to work for unknown reasons, since it works fine on the lua console.Code: function...
View ArticleHelp: Rainmeter Skins • Re: Multiline Notes
This might help you: https://forum.rainmeter.net/viewtopic.php?t=18060#p98494Also read the post above that oneStatistics: Posted by RicardoTM — Yesterday, 10:06 pm
View ArticleLua 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 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 Article