Page 1 of 1

Multiple values from plugin

Posted: September 14th, 2018, 9:20 am
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

Re: Multiple values from plugin

Posted: September 14th, 2018, 10:31 am
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.

Re: Multiple values from plugin

Posted: September 18th, 2018, 5:57 am
by Den Duze
Thats unfortunate but OK when it is like that ....

Thanks Balala

Re: Multiple values from plugin

Posted: October 19th, 2018, 12:52 pm
by balala
You're welcome.