Paul Nürnberger
Paul Nürnberger
I've got this working with labels, and I use `ss`, since `netstat`is deprecated. Your `web.status` stuff looks right, so I guess the error happens maybe at the regexp? Here my...
Nice that you found a solution. It's a bit offtopic, but I'm still wondering about the regexp. Because when I test this [https://regexr.com/6ub3v](https://regexr.com/6ub3v), it doesn't match without the + and...
Same for me since today, Maybe twitch changed something?
I was able to solve this by putting the `web.statistics.1.content.1.title` value in quotation marks, like: ``` web.statistics.1.content.2.title="Network eth0" ```
Another workaround, shows no decimal places at all: `dynamic.1.postprocess=floor($1/1000)` Tested on a RPi 4B
Or maybe ceil() would be the better choice for temperatures, because it's rounds the value up.
I found no way to substract the one temp fromn the other (I have little experience with this stuff), but you could create a third data source, which is basically...
I know this is quite old but I had the same problem, I first installed neovim via apt, but debian bookworm only ships 0.7.x or so, and I need >0.8.0...
I rerun `pip install -U -r requirements.txt` and it worked again for me without the errors.
But despite the infos in the release notes (I'm on a headless machine) it still works without chrome and without a display (I don't even have a DE running on...