It is currently May 2nd, 2024, 6:02 am

Problem with !hidegroup

Get help with creating, editing & fixing problems with skins
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Problem with !hidegroup

Post by smurfier »

Where is your MeasureBin measure?
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
User avatar
AvernusTriad
Posts: 10
Joined: May 14th, 2012, 1:54 pm

Re: Problem with !hidegroup

Post by AvernusTriad »

smurfier wrote:Where is your MeasureBin measure?
It's in the "Variables.inc" (I should have named it Measures.inc, cuz all the measures are in there)

MeasureBin:

Code: Select all

[MeasureBin]
Measure=Plugin
Plugin=RecycleManager.dll
Drives=ALL
RecycleType=COUNT

[BinAction]
Measure=Calc
Formula=MeasureBin
IfAboveAction=!execute [!RainmeterHideMeter MeterBinEmpty][!RainmeterShowMeter MeterBinFull][!RainmeterShowMeter MeterBin]
IfAboveValue=0
IfEqualAction=!execute [!RainmeterHideMeter MeterBinFull][!RainmeterShowMeter MeterBinEmpty][!RainmeterHideMeter MeterBin]
IfEqualValue=0
Full Variables.inc:

Code: Select all

[MeasureTime]
Measure=Time
Format=%H:%M

[MeasureDate]
Measure=Time
Format="%d"
Substitute="01":"1","02":"2","03":"3","04":"4","05":"5","06":"6","07":"7","08":"8","09":"9","10":"10","11":"11","12":"12","13":"13","14":"14","15":"15","16":"16","17":"17","18":"18","19":"19","20":"20","21":"21","22":"22","23":"23","24":"24","25":"25","26":"26","27":"27","28":"28","29":"29","30":"30","31":"31"

[MeasureMonth]
Measure=Time
Format="%b"

[MusicPlayer]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#PlayerName#
PlayerType=TITLE
PlayerPath=
DisableLeadingZero=0
Substitute="":"No Title"

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MusicPlayer]
PlayerType=ARTIST
Substitute="":"No Artist"

[MeasureNetIn]
Measure=NetIn

[MeasureNetOut]
Measure=NetOut

[mWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1600
Url=http://xml.weather.com/weather/local/#Location#?cc=*&unit=#Type#&dayf=6
RegExp="(?siU).*<locale>(.*)</locale>.*<ut>(.*)</ut>.*<ud>(.*)</ud>.*<us>(.*)</us>.*<up>(.*)</up>.*<ur>(.*)</ur>.*<loc id="(.*)">.*<dnam>(.*)</dnam>.*<tm>(.*)</tm>.*<lat>(.*)</lat>.*<lon>(.*)</lon>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<zone>(.*)</zone>.*<cc>.*<lsup>(.*)</lsup>.*<obst>(.*)</obst>.*<tmp>(.*)</tmp>.*<flik>(.*)</flik>.*<t>(.*)</t>.*<icon>(.*)</icon>.*<bar>.*<r>(.*)</r>.*<d>(.*)</d>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<hmid>(.*)</hmid>.*<vis>(.*)</vis>.*<uv>.*<i>(.*)</i>.*<t>(.*)</t>.*<dewp>(.*)</dewp>.*<moon>.*<icon>(.*)</icon>.*<t>(.*)</t>.*"
StringIndex=1
IfAboveValue=1
IfAboveAction=!execute [!RainmeterHideMeter mWeatherDesc][!RainmeterHideMeter mWeatherTemp][!RainmeterShowMeter MeterText]
;Debug=1

[mIcon]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[mWeatherRSS]
StringIndex=20

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=http://weather.yahooapis.com/forecastrss?p=#WeatherCode#&u=f
RegExp=(?siU)<link.*>(.*)</link>.*city=\"(.*)\".*sunrise=\"(.*)\".*sunset=\"(.*)\".*<image>.*<url>(.*)</url>.*<title>.*:.*m .*(.*)</title>.*lat>(.*)<.*long>(.*)<.*yweather:condition.*text=\"(.*)\".*code=\"(.*)\".*temp=\"(.*)\".*yweather:forecast.*day=\"(.*)\".*high=\"(.*)\".*code=\"(.*)\".*yweather:forecast.*day=\"(.*)\".*high=\"(.*)\".*code=\"(.*)\".*
StringIndex=1

[MeasureFarenheit]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=11

[MeasureCelcius]
Measure=Calc
Formula=(MeasureFarenheit - 32) / 1.8

[MeasureCPU]
Measure=cpu

[MeasureRAM]
Measure=PhysicalMemory

[MeasureBin]
Measure=Plugin
Plugin=RecycleManager.dll
Drives=ALL
RecycleType=COUNT

[BinAction]
Measure=Calc
Formula=MeasureBin
IfAboveAction=!execute [!RainmeterHideMeter MeterBinEmpty][!RainmeterShowMeter MeterBinFull][!RainmeterShowMeter MeterBin]
IfAboveValue=0
IfEqualAction=!execute [!RainmeterHideMeter MeterBinFull][!RainmeterShowMeter MeterBinEmpty][!RainmeterHideMeter MeterBin]
IfEqualValue=0

;CPU temp
[MeasureSpeedTemp1]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=2

;GPU temp
[MeasureSpeedTemp2]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=0

[MeasureLabel1]
Measure=FreeDiskSpace
Label=1
Drive=#Drive1#

[MeasureHDD1-1]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#Drive1#

[MeasureHDD1-2]
Measure=FreeDiskSpace
Drive=#Drive1#

[MeasureTotal1]
Measure=FreeDiskSpace
Total=1
Drive=#Drive1#

[MeasureLabel2]
Measure=FreeDiskSpace
Label=1
Drive=#Drive2#

[MeasureHDD2-1]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#Drive2#

[MeasureHDD2-2]
Measure=FreeDiskSpace
Drive=#Drive2#

[MeasureTotal2]
Measure=FreeDiskSpace
Total=1
Drive=#Drive2#

[MeasureLabel3]
Measure=FreeDiskSpace
Label=1
Drive=#Drive3#

[MeasureHDD3-1]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#Drive3#

[MeasureHDD3-2]
Measure=FreeDiskSpace
Drive=#Drive3#

[MeasureTotal3]
Measure=FreeDiskSpace
Total=1
Drive=#Drive3#

[MeasureLabel4]
Measure=FreeDiskSpace
Label=1
Drive=#Drive4#
IgnoreRemovable=0

[MeasureHDD4-1]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#Drive4#
IgnoreRemovable=0

[MeasureHDD4-2]
Measure=FreeDiskSpace
Drive=#Drive4#
IgnoreRemovable=0

[MeasureTotal4]
Measure=FreeDiskSpace
Total=1
Drive=#Drive4#
IgnoreRemovable=0

[MeasureLabel5]
Measure=FreeDiskSpace
Label=1
Drive=#Drive5#
IgnoreRemovable=0

[MeasureHDD5-1]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#Drive5#
IgnoreRemovable=0

[MeasureHDD5-2]
Measure=FreeDiskSpace
Drive=#Drive5#
IgnoreRemovable=0

[MeasureTotal5]
Measure=FreeDiskSpace
Total=1
Drive=#Drive5#
IgnoreRemovable=0

[MeasureLabel6]
Measure=FreeDiskSpace
Label=1
Drive=#Drive6#
IgnoreRemovable=0

[MeasureHDD6-1]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#Drive6#
IgnoreRemovable=0

[MeasureHDD6-2]
Measure=FreeDiskSpace
Drive=#Drive6#
IgnoreRemovable=0

[MeasureTotal6]
Measure=FreeDiskSpace
Total=1
Drive=#Drive6#
IgnoreRemovable=0

[MeasureLabel7]
Measure=FreeDiskSpace
Label=1
Drive=#Drive7#
IgnoreRemovable=0

[MeasureHDD7-1]
Measure=FreeDiskSpace
InvertMeasure=1
Drive=#Drive7#
IgnoreRemovable=0

[MeasureHDD7-2]
Measure=FreeDiskSpace
Drive=#Drive7#
IgnoreRemovable=0

[MeasureTotal7]
Measure=FreeDiskSpace
Total=1
Drive=#Drive7#
IgnoreRemovable=0
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Problem with !hidegroup

Post by smurfier »

Try this:

Code: Select all

[BinAction]
Measure=Calc
Formula=MeasureBin
IfAboveValue=0
IfAboveAction=!SetOption MeterBin ImageName Bin2.png
IfEqualValue=0
IfEqualAction=!SetOption MeterBin ImageName Bin.png

[MeterBin]
Meter=IMAGE
Path=Images\
ImageName=Bin.png
X=((#SCREENAREAWIDTH# / 2) - 13)
Y=426
AntiAlias=1
LeftMouseUpAction=!CommandMeasure "MeasureBin" "OpenBin"
MiddleMouseUpAction=!CommandMeasure "MeasureBin" "EmptyBin"
RightMouseUpAction=["C:\Program Files (x86)\SpeedFan\speedfan.exe"]
ToolTipTitle=Click Actions
Tooltiptext=Left:Open bin#CRLF#Middle: Empty bin#CRLF#Right: Start SpeedFan
ToolTipIcon=INFO
ToolTipWidth=300
DynamicVariables=1
Group=Basicline
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
User avatar
AvernusTriad
Posts: 10
Joined: May 14th, 2012, 1:54 pm

Re: Problem with !hidegroup

Post by AvernusTriad »

It works!!! :YESSS: Thank you!

Looks like i still got a long way to go :)