Scott Grayban

Results 24 comments of Scott Grayban

Oh well maybe they will fix this issue soon

hmm I use dual monitors but this wasn't happening in the previous versions so what changed to make this happen ?

Debian 6.0.5 does not have gtk 2.20 in its repo's

@Drarig29 awesome fix! ![image](https://user-images.githubusercontent.com/1351910/147304227-2e7f6cf0-19c6-4c1b-b8d5-e4e1891f72fe.png)

> > @Drarig29 awesome fix! > > ![image](https://user-images.githubusercontent.com/1351910/147304227-2e7f6cf0-19c6-4c1b-b8d5-e4e1891f72fe.png) > > I like the Net Speed icon & layout @sgrayban - Can I ask how you did this please? > >...

See this post https://github.com/XavierBerger/RPi-Monitor/issues/383

https://xavierberger.github.io/RPi-Monitor-docs/13_execution.html#raw-data-access For instance: http://IP:8888/dynamic.json

@dirdled Care to share your wrapper?

@dirdled Well I was just wondering how you managed to remove the text out of the speedtest results. Currently I have a cron running every 10 minutes that saves the...

@dirdled thanks !!! ![image](https://user-images.githubusercontent.com/1351910/147301012-9086a516-1bca-42a5-b177-da62c512c122.png) My script has this now.... ``` #!/bin/bash # file: /root/speedtest.sh speedtest --simple > /root/speedtest.txt cat /root/speedtest.txt|sed -n "/ping/Is/.*: \(.*\) .*/\1/p" > /root/ping.txt cat /root/speedtest.txt|sed -n "/download/Is/.*:...