Questions tagged [geckoboard]

From uptime and analytics to check-ins, Geckoboard is a hosted dashboard that’s available on any screen with a browser.

24 questions
3
votes
1 answer

Using AWS Lammbda to query a database, and push the results to Geckoboard

I am trying to set up an AWS Lambda function that will query a MySQL database and upload the results to Geckoboard for analysis. However, it will always time out. Here's my code: 'use strict'; var API_KEY = [API KEY]; var gb =…
Joseph Wolf
  • 123
  • 1
  • 1
  • 6
2
votes
2 answers

Geckoboard data set PHP cURL API

OK, so I've been playing around with the new Data Sets from Geckoboard This (see ex #1 bellow) is an example from the documentation (which I've tried in a unix command line and it works just fine). But I need to run this in a PHP file (I'm…
axelra82
  • 517
  • 8
  • 23
2
votes
2 answers

Python script to post data to geckoboard

I am looking for help in creating a python script that will push data, specifically to geckoboard in the form of a line graph. Currently the code I have is shown below that has been pulled together from other sources, it would be great if someone…
dperrie
  • 315
  • 1
  • 2
  • 11
2
votes
1 answer

Using Dashboard APIs or Frameworks using Javascript/JQuery

I heard about Dashboard APIs using JavaScript/Jquery, particularly Geckoboard and many others also. But I don't know how to use it. I have a Java web application. It is used to collect some data from users and save to database. After that some…
iCode
  • 8,892
  • 21
  • 57
  • 91
1
vote
0 answers

EFM32 Gecko Starter Kit USART1 Receive not working (EFM32G890F128)

I have been trying to setup a uart on the EFM32 Starter kind and I am now able to send characters out of the EFM32 Starter kit board to a computer, but when I try to receive from the computer using the example, my interrupt gets called once, but the…
Godspped
  • 683
  • 4
  • 12
  • 31
1
vote
1 answer

How to send post request to node.js from python to utilize geckoboard?

Geckoboard offers this documentation to connect to their datasets API, which you can see the implementation below. var API_KEY = 'API_KEY'; var gb = require('geckoboard')( API_KEY ); gb.datasets.findOrCreate( { id: 'sales.by_day', …
Chris
  • 5,444
  • 16
  • 63
  • 119
1
vote
0 answers

Google Sheets JSON export, correctly formatting JSON for push

I am attempting to export data in my Google Sheets to a BI dashboard (Geckoboards). For the particular widget I'm using, the JSON is required in the format like so: { "points": { "point": [ { "city": { "city_name":…
Oggy
  • 31
  • 2
  • 8
1
vote
2 answers

Best way to represent this JSON in Go?

I am writing an endpoint to return data for Geckoboard, it excepts a format like so: { "item": [ { "value": "274057" }, [ "38594", "39957", "35316", "35913", "36668", "45660", "41949" …
Elliot Lings
  • 1,096
  • 1
  • 9
  • 16
1
vote
2 answers

C# class for specific JSON / Geckoboard / Trendline widget

For Geckoboard I want to generate a JSON like this: { "item": [ { "value": "274057" }, [ "38594", "39957", "35316", "35913", "36668", "45660", "41949" ] ] } I am struggling with the…
Arne Nöhre
  • 108
  • 1
  • 6
1
vote
0 answers

Google trend widget into a Geckoboard

I am looking to integrate a google trend widget into a Geckoboard dashboard. I know that Geckoboard integrates other google products such as GA or Adwords, but I haven't seen Google trends here. Although, Google trends provides some java script to…
T2lahaye
  • 11
  • 1
1
vote
0 answers

Rails: expose javascript object for polling by remote dashboard

I'd like to expose a payload like this from my Rails app that can be polled by an external dashboard to build a chart of widget sales over time: { chart: { style: { color: "#b9bbbb" }, renderTo: "container", backgroundColor:…
Meltemi
  • 37,979
  • 50
  • 195
  • 293
0
votes
1 answer

SQL Query for the Last 6 Months of users registered

I have created a query that shows the last 3 months of users registered to my site and currently have it grouped by day to show on a line graph. I would prefer to show it Grouped by Week on the line graph but have been unable to change my query…
0
votes
0 answers

Suite execution result in TestNG showing annotation methods and hence the test case count is mismatching - Firefox 68.0.1

Prerequisite: Firefox 68.0.1 gecko driver version 0.21.0 (32 & 64 bits) selenium-server-standalone-3.5.3 testng-6.11 I have a total of 300 test cases. When I execute the test suite using '.xml' the execution count is mismatching. It is…
0
votes
1 answer

Geckoboard not recognizing my Gosquared account

I have a Gosquared widget in my Geckoboard that is tracking one of my site.It is working perfectly fine.Now,I want to add another Gosquared widget to track another site. I entered all data correctly(site name, site ID and API key), also I have put…
Saums
  • 165
  • 1
  • 2
  • 6
0
votes
1 answer

c# How possible geckowebbrowser tr tableto htmal data show in textbox?

4173 message I am want html data show in our textbox but I am fail so need help. Below code I am trying. GeckoElementCollection tagsCollection =…
1
2