Jonas Friedmann

Results 96 comments of Jonas Friedmann

Can you provide a detailed step-by-step guide to reproduce the issue? Please make sure that you've pulled the latest changes (1.6.0) since I made a couple of updates yesteday.

Can you show me the currrent data within your spread sheet? Then I might be able to tell you if and/or what exactly you have to change. :)

@plaidshirtakos Intersting - this doesn't look like data coming from my script... Or at least I can not remember it looking like that. At the moment the data is written...

Looks like the link changed: https://pygsheets.readthedocs.io/en/stable/authorization.html#oauth-credentials

You could add some delays in addition: ``` version: '2' services: speedtest1: restart: always image: frdmn/speedtest-grafana:latest command: sh -c " sleep 300 && node index.js" speedtest2: restart: always image: frdmn/speedtest-grafana:latest...

Thanks for the feature request! 1) Haven't thought about using a single measurement for this, to be honest. I have not that much experience with InfluxDB. I assume this would...

Not sure how to do that properly... Test inside Vagrant?

![](http://devinwadsworth.com/images/mac-media-keys.jpg)

Can you check if you have outbound HTTP access? To double check, please open a `ash` shell within the `speedtest` container and try this: ``` wget -qO - https://ookla.bintray.com/debian ```...

Try to create a new container then instead: ``` docker run -it --rm frdmn/speedtest-grafana:latest ash ```