What I mean by that is the question; can this RunCommand be used to set to ignore modem pings?
The reason is that when the Release is used, I am getting 'phantom' spikes in my scaled roundline - so using these seems to prevent internet access - but the meter still jumps up every few seconds. Best case scenario as I thought about what that could be. I extrapolated the only thing the PC might be registering are modem pings.
Is there a parameter for ignoring or disabling modem pings either totally, or possibly just according to the skin?
CodeCode wrote: ↑December 15th, 2022, 3:18 pm
So, I have been working with streamlining these measures:
What I mean by that is the question; can this RunCommand be used to set to ignore modem pings?
The reason is that when the Release is used, I am getting 'phantom' spikes in my scaled roundline - so using these seems to prevent internet access - but the meter still jumps up every few seconds. Best case scenario as I thought about what that could be. I extrapolated the only thing the PC might be registering are modem pings.
Is there a parameter for ignoring or disabling modem pings either totally, or possibly just according to the skin?
Those are not really "modem pings", but it doesn't really matter... you just want to suppress them whatever they are. So why not use bangs to disable the network measures just before the call to the RunCommand, then re-enable them right after in the RunCommand's FinishAction? (You might need to add a delay bang before re-enabling.)
SilverAzide wrote: ↑December 15th, 2022, 3:40 pm
Those are not really "modem pings", but it doesn't really matter... you just want to suppress them whatever they are. So why not use bangs to disable the network measures just before the call to the RunCommand, then re-enable them right after in the RunCommand's FinishAction? (You might need to add a delay bang before re-enabling.)
That is a really good idea - doable. Thanks SilverAzide.
Another related question:
I made a skin that is kind of all in one system monitors etc - eight of them.
The question is all of the measures are in a single ini. Are they continually running even if hidden? If so I'll take the disabled measure over to those also.
CodeCode wrote: ↑December 15th, 2022, 5:40 pm
That is a really good idea - doable. Thanks SilverAzide.
Another related question:
I made a skin that is kind of all in one system monitors etc - eight of them.
The question is all of the measures are in a single ini. Are they continually running even if hidden? If so I'll take the disabled measure over to those also.
I assume you mean "Are they continually running even if disabled?"? (Measures are disabled, meters are hidden.) If so, then the answer is "not really". Rainmeter will need to check them on each update cycle, but as soon as it sees the measure is disabled, it will skip it.
Hello,
Sorry for the late reply.
I got it working, using a binary variable for each measure group. If 1 show group one, if 0 shoe none. That way I can cycle through the eight measure groups easily: