Help: 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 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 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 • Use powershell to create a word docx and open it...
Hello,I found a couple good starting places to do this.This is directly into powershell. line by line it works great: Code: @echo offsetlocalset "wordFile=E:\_Poetry 2024\document.docx"echo Set...
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 ArticleHelp: Rainmeter Skins • Re: Problem with YouTube Subs Counter
Hi there, i have an question about my mouse leave funktion. We have in the Mouse over this funktion nice [!SetOption Message_YT1 Hidden ([Calc_YT1]>#YT1_Video#?0:1)].Can i get same funktion for...
View ArticleHelp: Rainmeter Skins • Re: LibreHardwareMonitor Rainmeter Plugin
I didn't test the code yet, but:- does the sample skin I posted above produce the same effect?- does changing Update=600 to Update=1000 (or 2000) in the [Rainmeter] section of your code solve it?-...
View ArticleHelp: Rainmeter Skins • Re: Meters Auto-Adjust to container's height (?)
Just to be 1000% sure that those values were the most "current" ones, that's all. And also, to keep consistent with the nested syntax in the sample. Ah alright. Fortunately this is only for a non...
View ArticleHelp: Rainmeter Skins • Re: Get Skin Setting 2
After eventually testing what I proposed above, I noticed that you'd still get a "Not enough substrings" warning in the log. To suppress that, you could add a LogSubstringErrors=0 to the measure...
View ArticleHelp: Rainmeter Skins • Re: I need help with a cuckoo clock
Ohhh of course I would love the pumpkins to go up and down! But it seemed excessive to ask for more, although since you offer... Thank you again!!! Sorry for the delay in responding, but I didn't see...
View ArticleHelp: Rainmeter Skins • Re: Webnowplaying and spotify volume control
Thanks for this tip. I will try later.Statistics: Posted by JamX — Yesterday, 1:10 pm
View ArticleHelp: Rainmeter Skins • Re: Tooltips clip behind Skin when ZPos is set to...
I have thought about using a skin for tooltips or at least small text like in the example you gave me, but it isnt something I'm particularly keen on getting started with.I just completed variants for...
View ArticleHelp: Rainmeter Skins • Re: Mond skin - Adding Spotify album cover to player
So i have to move every Y value ?Not really:all meters that have a role in drawing the "playbar"Not sure what you mean by playbar in the context of the skin, or how the code looks like exactly, but...
View ArticleHelp: Rainmeter Skins • Re: Weather Skins Not Working
You are my Superhero !It works fine !!!Thank you very very much for your support.Now I will try to find out how to use / activate the listof symbols in the display... if you have a recommendation,I...
View ArticleHelp: Rainmeter Skins • Re: WebParser with Variables not working
I'm new to Rainmeter so any help would be greatly appreciated. I'm trying to get weather information using the WebParser. It works fine until I try to use variables for my current location. I got a...
View ArticleHelp: Rainmeter Skins • Help with getting sound on hover
So I have tried many methods of getting a sound file to play by going directly to the path or using global and keeping it in resources folder and the current way I have it below, but every time I...
View ArticleHelp: Rainmeter Skins • Automatically update path for latest Adobe version
Hello! I am using the default theme "Illustro" and have customized it a bit to suit my needs. I use the dock to launch applications, including the Adobe Suite. The problem I am having is that when...
View ArticleHelp: Rainmeter Skins • Re: Help with getting sound on hover
Hello,Have you tried putting it like this?Code: [Rainmeter]Author=Ghost-Rid3rAppVersion=1000000Update=60000PreserveAspectRatio=1[Metadata]Name=PSXMBGUIConfig=PSXMBGUIDescription=Playstation GUI a tu...
View Article