Questions tagged [dashing]

A Sinatra based framework for building dashboards in simple way, it uses premade widgets, or fully create your own with scss, html, and coffeescript.

Dashing is a Sinatra based framework that lets you build dashboards in a simple way, it uses premade widgets, or fully create your own with scss, html, and coffeescript.

Questions tagged should also be tagged .


Resources


Reated tags

241 questions
0
votes
1 answer

Dashing: Number widget background color

Can the number widget be used multiple times on the same dashboard? e.g. I want to show a current score for each team member, one widget per team member with an up/down arrow comparing the current score with the last score, if the score is up the…
0
votes
2 answers

Shopify Dashing auth_token

I've followed this tutorial (and some others) to start working with shopify's dashing: http://www.slideshare.net/larrycai/learn-dashing-widget-in-90-minutes But when dashing web server is up and running, I hit localhost:3030/ instead of the dashing…
kb29
  • 21
  • 2
0
votes
1 answer

Shopify's Dashing List widget not refreshing correctly

Recently I've noticed that my dashboard's list tiles do not refresh as expected. Refresh time was set to one hour (both as '60m' and '1h'), yet it tends to get blocked until dashboard's restarted with refresh set to 1 second. The list I'm using is…
Rufix
  • 201
  • 2
  • 6
  • 22
0
votes
1 answer

How to enable redis for Dashing?

I use free heroku instance to run my Dashing project. In result, it looses the value passed previously, when my instance sleeps. I was recommended to use Redis to keep history. I tryed to follow the instruction given here. In result I got the…
LA_
  • 19,823
  • 58
  • 172
  • 308
0
votes
3 answers

Jobs update with Dashing and Ruby

I use Dashing for monitor trends and website statistics. I create a jobs to check GooglesNews trends and Twitter trends . The data is displayed well, however, they appear at first load and does put more update then. There is the code for…
0
votes
0 answers

Dashing/Ruby 1.9.1: scheduler caught exception: "\xC3" from ASCII-8BIT to UTF-8

I am very bad with ruby :( I am using dashing and I have a widget that will display coming events from my google calendar using this Github It is working as it should except that I have special letters in my language but it is just these 3 chars: å…
Sebastian S
  • 317
  • 1
  • 4
  • 7
0
votes
2 answers

How to use Icescrum with Dashing (widget)?

I am trying to create a widget on Dashing that will extract data from Icescrum and update a specific widget. The thing is I found info on how to program jira, so i've been trying to mess around with it to make it work with icescrum, but with no…
0
votes
1 answer

Dashing List Widget - Data from Microsoft SQL not showing

I've been beating my head against this issue for a bit and am looking for some help. I have a Dashing Wallboard that has been working great. I am trying to add a widget that shows a list of data, but no data ever shows up in the widget nor the…
mikeyeg
  • 28
  • 5
0
votes
1 answer

Need some sample data fetching code for Dashing app on Heroku + Salesforce.com

My goal is to create a Dashing app hosted on heroku that will display support case information from salesforce.com using heroku connect. I'm just looking for some sample dashing widget code that would show me how to get the data out of the heroku…
0
votes
1 answer

Dashing & Openhab

I'm trying to start the openhab dashing project, but I'm still having the same error. When I try the dashing with the sample project everything starts perfect, but not with the OpenHab project. user@server:~/dashboard$ dashing…
Jonas
  • 67
  • 1
  • 9
0
votes
1 answer

How to parse JSON data for dashing.io

I'm currently working on a JSON parser for a dashing.io board. I am getting the information from an HTTP SSL connection to my webserver. I do not know how to combine my output properly. This is an example of my data: { expand: "schema, names", …
fabianski
  • 94
  • 1
  • 11
0
votes
1 answer

Simultaneous dasboards running on Rpi (Dashing.io)?

I have Dashing.io running on my Rpi and would like to know if it's possible to run simultaneous dashboards at same time and switch between? Can't found any information about... Thanks,
Aygotori
  • 3
  • 1
0
votes
2 answers

Referencing custom google analytics metric on a dashing dashboard

I have a dashing dashboard set up which I have showing the "ga:activeVisitors' metric. This works fine and I've no problems there. My question is how do I show a different stat that my ga is capturing for example... On one of my GA dashboards I have…
Nexus490
  • 319
  • 1
  • 4
  • 14
0
votes
1 answer

parsing json for dashing dashboard widget

I am trying the code below, I use a while because I dont know the length of the array. but I get this errors this api returns the JSON below, I would like to only have a map with label, nb_uniq_visitors Look at the JSON string . [ { "label":…
Youngdev
  • 49
  • 1
  • 10
0
votes
1 answer

How to update data-text with send_event for data-view="Text"

Sorry, totally beginner of Dashing :( I have these lines in my .erb file:
  • martin
    • 85
    • 1
    • 11