Helloo
There is an problem
I need a solution for Updatedivender.
I have currently configured it so, that the measures are deactivated when updating/starting the skin (Updatedivender=-1) and that works. But the question is how can I then execute the measures every two minutes by using UdateRate![Embarrassed :oops:]()
The Measues should start with an klick on the RAdio Icon.



There is an problem

I have currently configured it so, that the measures are deactivated when updating/starting the skin (Updatedivender=-1) and that works. But the question is how can I then execute the measures every two minutes by using UdateRate

The Measues should start with an klick on the RAdio Icon.
Code:
[VLC_Title]Measure=PluginPlugin=RunCommandProgram=PowerShellParameter=$windowTitle = (Get-Process -Name "vlc").MainWindowTitle; Write-Host $windowTitleOutputType=ANSIState=HideRegExpSubstitute=1Substitute="- VLC media player":""DynamicVariables=1UpdateDivider=-1[TIME_Measure]Measure=CalcFormula=1OnUpdateAction=[!CommandMeasure VLC_Title "Run"];UpdateDivider=180UpdateDivider=-1[MOVING_TITLE]Measure=CalcFormula=( MOVING_TITLE + #Direction# )IfCondition=(MOVING_TITLE<-150)IfTrueAction=[!SetVariable Direction 1][!UpdateMeasure MOVING_TITLE]IfCondition2=(MOVING_TITLE>0)IfTrueAction2=[!SetVariable Direction -1] [!UpdateMeasure MOVING_TITLE]DynamicVariables=1
Statistics: Posted by Rooky_89 — Yesterday, 7:48 pm