Help: Rainmeter Skins • Re: Losing values after restart, how do I solve that...
This is possible.To load a variable from a file on skin load, see:https://docs.rainmeter.net/manual/skins/include-option/To save the value of a variable to that file,...
View ArticleHelp: Rainmeter Skins • Re: Changing 24hr to AM/PM
Look for a file Variables.inc within the Resources-Folder of your skin-directory and search for a variable named Format There must be a line similar to Format=I or Format=HThe I means hours in 12h...
View ArticleHelp: Rainmeter Skins • Re: Usage Monitor Plug-in and Roundlines/Dedicated...
A few things:- the roundlines and colors work fine, like you can see if you temporarily comment out the relevant part of the bodies of the current measures and replace them with some basic...
View ArticleHelp: Rainmeter Skins • Re: Thread for help with the Shape meter
Found this is the docs:Offset Default: 0, 0 Offsets (moves) the shape in the X and / or Y axis some number of positive or negative pixels. Example: Shape=Rectangle 0,0,100,100 | Offset 10,0Not sure if...
View ArticleHelp: Rainmeter Skins • Weather WebParser Problem
I have a weather skin I've been using for a long time. In it are 2 include files that access weather APIs. One gets current and forecast data and the other gets historical data. Everything has been...
View ArticleHelp: Rainmeter Skins • Re: Weather WebParser Problem
So now it is mysteriously working again. Any thoughts on what may have been going on would still be appreciated in case this happens again.Statistics: Posted by RogerDodger — Today, 1:35 pm
View ArticleHelp: Rainmeter Skins • Re: Usage Monitor Plug-in and Roundlines/Dedicated...
I found some useful info over there at The Guru Of 3D Forum, thanks for that. I'm almost done with the GPU skin you help me with, thanks for that.I have everything now, so I won't be asking about this...
View ArticleHelp: Rainmeter Skins • Hide meters when no value available from WebParser
I'm retrieving a JSON that looks like this.Code: { "entity_id": "input_text.reminders", "state": "reminder text 1, reminder text 2, reminder text 3, reminder text 4", "attributes": { "editable": true,...
View ArticleHelp: Rainmeter Skins • Re: Building a string with text and variables
However, its not working. Code below:[...]All I get is "Current Session ID:"Assuming your command line is correct and produces the desired output (running it in CMD is a good way to test that), take a...
View ArticleHelp: Rainmeter Skins • Syncing skins using a common ini file?
Hello, I have a couple of skins in this suite I'm making, and one of the gimmicks is switching information due to space, for example: In my network skin I have a graph showing the download and after 3...
View ArticleHelp: Rainmeter Skins • Re: Syncing skins using a common ini file?
So I got thinking if it was possible to have some part of it in a common file from where the skins would read when they should switch,You can create a file, name it anything, eg syncfile.inc then copy...
View ArticleHelp: Rainmeter Skins • Nested Conditions + Formulas
Just trying out something to see if it works, but I think I need an alternative way of doing it.I understand that you can use number values only, but does that mean you can't change the values of a...
View ArticleHelp: Rainmeter Skins • Re: Nested Conditions + Formulas
I'm also trying to figure out why this isn't working:Code: Hidden=([#m[#CURRENTSECTION]]=1 ? [UL:W]+2 : [UL:W]#BarW#+2)Is it incorrect syntax?The Variables are correct as I'm using them elsewhere.The...
View ArticleHelp: Rainmeter Skins • [SOLVED] Get BIOS Release Date and format [SOLVED]
I've found some places where I can get BIOS Release Date, but I'm not sure how to pull it. Not sure of commands or if it is possible.Msinfo.exeMsinfo32.pngHWiNFOHWiNFO.pngC:\Users\Dan>wmic bios get...
View ArticleHelp: Rainmeter Skins • Re: Get BIOS Release Date and format
I am trying to have an output like2024/03/27This measure can get the bios versionCode:...
View ArticleHelp: Rainmeter Skins • Re: [SOLVED] Get BIOS Release Date and format [SOLVED]
I just want to remind everyone that the wmic command is now deprecated by Windows, and may not be installed by default on Windows.I believe it will be available as a "feature on demand" for the time...
View ArticleHelp: Rainmeter Skins • Image meter: PNG file with background transparency
I have an image meter displaying a png-file - this png has the background color (0,0,0) set as transparent. As an example see from wikimedia: a tree with transparent background.I have tried both the...
View ArticleHelp: Rainmeter Skins • Re: Image meter: PNG file with background transparency
Probably you messed up some option, beacuse using a simple meter without adding a lot of options works fine.Code: [Tree]Meter=ImageImageName=tree.pngImageTint=255,255,255Statistics: Posted by...
View ArticleHelp: Rainmeter Skins • Re: Get BIOS Release Date and format
Thank you Brian for the reply.I appreciated the PowerShell code example. It illustrated to me the ability to drill into and just extract the needed info with no need for complicated...
View Article