Since you cant foreach or use regsub, you have to know the maximum number of client/usernames possible and have captures for them all. If you could use a foreach, or had ability to use regsubs would make it easier. Rainmeter is crippled by its dependence on regex. The problem is regular expressions are clumsy this way. This will allow to capture from 1-4 client/username combos. To create an API Key I found it easiest to Click on the 'API' button at the bottom of the Dashboard page (this enters the Swagger UI), there you will find the API key in a text box at the top of the page. You'll have to create an API_Key for the Skin and also write in the ServerIP and ServerPort Information. Maybe you know how to write the expressions properly? URL=file://#CURRENTPATH#WebParserDump.txt
If I write the skiin to show more then one Session and there is only 1 user in session the whole thing breaks (I figure it is because the RegExp is trying to find something that doesn't exist and an error is thrown).
I don' t know how to dynamically create RegExp to look a head and see if there is another Session in progress. Problems I am having with the WebParser plugin, is this: