It is currently March 28th, 2024, 7:13 pm

Multiple values from plugin

Get help with installing and using Rainmeter.
Den Duze
Posts: 12
Joined: September 14th, 2018, 9:13 am

Multiple values from plugin

Post by Den Duze »

Hi,

I'm new to the Rainmeters community so maybe this is a stupid question but is there some way to pull multiple values in 1 Measure-block.
I need the IP_adress, OSversion and ComputerName
I can get these from the SysInfo plugin.
But isn't there some way to get all three values in 1 Measure-block? Now I need to create 3 Measure-blocks

Also it looks like I get the Name back when I use

Code: Select all

[MeasureIP]
Measure=Plugin
Plugin=SysInfo
SysInfoType=IP_adress
UpdateDivider=-1

[MeterIP]
Meter=String
MeasureName=MeasureIP
FontSize=12
X=5R
Y=0r
FontColor=255,255,255,255
StringStyle=Bold
AntiAlias=1
Text=IP: %1
Regards
Didier
Last edited by balala on October 19th, 2018, 12:50 pm, edited 1 time in total.
Reason: Please use code tags when posting code
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Multiple values from plugin

Post by balala »

Den Duze wrote:I can get these from the SysInfo plugin.
But isn't there some way to get all three values in 1 Measure-block? Now I need to create 3 Measure-blocks
No, there isn't. For the three info, you need three measures. No other way.
Den Duze
Posts: 12
Joined: September 14th, 2018, 9:13 am

Re: Multiple values from plugin

Post by Den Duze »

Thats unfortunate but OK when it is like that ....

Thanks Balala
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Multiple values from plugin

Post by balala »

You're welcome.