Help: Rainmeter Skins • Re: Source for live currency exchange data?
Hi!I went down the rabbit hole of making something as simple as a ticker with live currency exchange rates (e.g. USD to EUR with minutes of time resolution), but it turned out to be a huge pain....
View ArticleHelp: Rainmeter Skins • Re: RainformerHWi + Remote Host Monitoring -...
So this makes me wonder. Can't remote stuff be "reported to gadget" as normal sensors and then be called with registry measures?Even if you do that, you'd still need some form of communicating values...
View ArticleHelp: Rainmeter Skins • Re: About "HWMonitorPro"
I apologize, I shouldn't have talked about things I have no grasp upon. Mea culpa.Now that i understand how it skins have been configured, I was able to pull remote data from another machine and...
View ArticleHelp: Rainmeter Skins • Re: UTC Timezone
I have the same "dumb question". How did you fix it?Statistics: Posted by eris — April 29th, 2024, 6:13 pm
View ArticleHelp: Rainmeter Skins • hide clock
How about I would like to hide the clock when I open any application on my PC, because it is always up and annoyingFor example, I open Chrome and the clock is always visible.Statistics: Posted by...
View ArticleHelp: Rainmeter Skins • Re: hide clock
How about I would like to hide the clock when I open any application on my PC, because it is always up and annoyingMost probably you shouldn1t hide the clock, but set it to not stay on top of all...
View ArticleHelp: Rainmeter Skins • Re: Automatic refreshing after Spotify song ends
So it will refresh the title of the widget so i dont have to do it myselfStatistics: Posted by tanuki_raccoon — Today, 12:12 am
View ArticleHelp: Rainmeter Skins • Re: Weather Skins Not Working
I decided to correct the display of the polar day and night in the skin. In the weather service, upon the onset of a polar day, the value of the duration of daylight hours in minutes - durm - becomes...
View ArticleHelp: Rainmeter Skins • How to delay the firing of IfCondition?
I think the problem is that at the first moment webparser returns zero. And although the value then changes to the desired value, other than zero, IfCondition has already seen this zero and no longer...
View ArticleHelp: Rainmeter Skins • Re: How to delay the firing of IfCondition?
I think the problem is that at the first moment webparser returns zero. And although the value then changes to the desired value, other than zero, IfCondition has already seen this zero and no longer...
View ArticleHelp: Rainmeter Skins • How to constantly refresh a skin?
How to constantly refresh a skin?I got the VolumeMixer skin by JaxCore and I've set it on the static mode, where there's the volume icon in the system tray and if I click it it shows up the mixer....
View ArticleHelp: Rainmeter Skins • Re: How to constantly refresh a skin?
How to constantly refresh a skin?I got the VolumeMixer skin by JaxCore and I've set it on the static mode, where there's the volume icon in the system tray and if I click it it shows up the mixer....
View ArticleHelp: Rainmeter Skins • Re: Receiving Window Messages
It might be too late, but...Code: Bang(str) {d := Buffer(24, 0)l := (StrLen(str) + 1) * 2NumPut("UPtr", 1, d)NumPut("UPtr", l, d, 8)NumPut("UPtr", StrPtr(str), d, 16)dhw :=...
View ArticleHelp: Rainmeter Skins • Re: If anyone is bored, I'll wait :) I'm waiting for...
(This is where the problem starts. I just wanted clear pending, but no matter what I write, all the texts come)3-) I am trying to retrieve the data that says "cleared pending" in the texts we shot...
View ArticleHelp: Rainmeter Skins • Re: HWiNFO WeIrDnEsS with Bar Meter...
I'm using the instructions posted here https://docs.rainmeter.net/tips/hwinfo/ to convert my old skin setting to this new fangled HWiNFO registry way of doing things. However, I'm running into a weird...
View ArticleHelp: Rainmeter Skins • Path to Icons
Is there a way to set a default path for icons in a skin?I have a skin that I tried hard coding the path in settings.ini. Here is what I have in settings.ini:Code: Icon1=#@#C:\Users\User\OneDrive -...
View ArticleHelp: Rainmeter Skins • Re: Path to Icons
It's normal you get this error message, because the given path doesn't exist for sure. It is mistaken, because the #@# variable, given at the beginning of the Icon1 variable indicates the @Resources...
View ArticleHelp: Rainmeter Skins • Re: Help
With this method you gave me, the hover is working perfect with the sprite:Code: [MeasureAnim]Measure=CalcFormula=( Clamp (( MeasureAnim + #Step# ), 0, 13...
View ArticleHelp: Rainmeter Skins • Help with YouTube Subs Counter
Hi!, I am building a 1x3 LED screen (64x192 dots), and i need a youtube sub counter, i tried code from 4 years ago.I have "362" Subs, the skin shows "15" as seen in the image.Code:...
View ArticleHelp: Rainmeter Skins • How to use FileView to display icons?
I've tried using the FileView Plugin but it is very confusing on how it works and how to use it with other meters. Example code:Code:...
View Article