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

243 questions
5
votes
4 answers

Sending data Curl/Json in Python

I`m trying to make those 2 requests in python: Request 1: curl -X POST -H "Content-Type: application/json" -d '{ "auth_token": "auth1", "widget": "id1", "title": "Something1", "text": "Some text", "moreinfo": "Subtitle" }' serverip Request…
Spanglish
  • 119
  • 1
  • 2
  • 11
4
votes
0 answers

Raspberry Pi Touchscreen Chromium Gestures

I have a Raspberry Pi 3, running Raspian OS and connected to the official 7" Raspberry Pi touchscreen. The Pi is used to display a information dashboard, built using the Dashing framework. The dashboard is displayed in Chromium and made full screen…
Mark
  • 1,097
  • 3
  • 9
  • 22
4
votes
2 answers

First row in Dashing dashboard not aligned

I have this problem: As you can see in the picture below, I am using a layout that has only one element in the first row but it has this weird right alignment issue (it extends too far right). HTML CSS What is the problem? Here is my first…
meilke
  • 3,192
  • 1
  • 12
  • 30
4
votes
2 answers

Dashing dashboard linking widgets

I am having a hard time linking widgets on my dashing dashboard. I read another post and got some help from dashing community, but, just am not able to link widgets I have my text.coffee modified to have this section (sample is my other…
sam
  • 335
  • 2
  • 9
3
votes
1 answer

Parsing JSON feed with Ruby for use in Dashing Dashboard

First post here, so ya know, be nice? I'm setting up a dashboard in Dashing (http://dashing.io/) using a JSON feed on a server, which looks like: { "error":0, "message_of_the_day":"Welcome!", …
3
votes
1 answer

“Could not find bundler” ruby-2.3.0

I am installing Dashing Dashboard on Pi3. I have "Could not find 'bundler' problem in installation steps. How can I finish the installation? $ source /home/pi/.rvm/scripts/rvm -> OK $ rvm current ruby-2.3.0 $…
hasanoa
  • 33
  • 10
3
votes
2 answers

Use a variables in ruby gem dasing.io - dashboard .erb files - sinatra

Working with dashing.io to make some awesome dashboards. I understand that dashing was build with ruby and sinatra and uses .erb files in a specific directory to make dashboards. I have no issues setting up dashing or getting info into my dashboards…
Ryan Litwiller
  • 445
  • 5
  • 23
3
votes
3 answers

Scraping a site that requires login username and password on two separate pages

I'm trying to scrape information from my companies Intranet so that I can display information on our office wall board via dashing dashboard. I'm trying to work with the provided information from:This Site.The problem that I'm having other than…
rleigh
  • 61
  • 1
  • 8
3
votes
1 answer

Sinatra on Thin Sever: How to find no. of active connections?

I am trying to find out the no. of active connections to my Sinatra App on Thin Server at any given moment I realize that Thin provides instance method #size to the Class Thin::Backends::Base…
3
votes
3 answers

Installing Dashing Error

I am trying to install Dashing Framework on my Macbook Air Os X Mavericks running Ruby 2.0.0. When I run sudo gem install dashing I get the following errors: ERROR: Error installing dashing: ERROR: Failed to build gem native extension. …
user3370902
  • 2,633
  • 2
  • 12
  • 12
3
votes
1 answer

Dashing fails silent on start up, how can I find out more information?

I have installed dashing and set up a on a windows 8 machine, when I run >dashing start and navigate to http://localhost:3030, chrome cannot load the page. If I navigate to the directory I have dashing installed and start up a thin webserver by…
StuperUser
  • 9,939
  • 10
  • 70
  • 127
3
votes
1 answer

Rickshaw Graphs rotate ticks by -90 degrees

I'm trying out the Dashing framework for a dashboard project and I'm trying to use rickshaw.js to draw graph for the dashboard. I've customised the labels so they have exactly what I want, but unfortunately the text seems to be stacked together.…
2
votes
0 answers

Merge smashing into an existing rails application

I'm setting up a dashboard using smashing however I was wondering if it were possible to integrate it into my existing rails application and keep it all on the same web server rather than having two set up and doing API calls to one another? I was…
mikle
  • 21
  • 3
2
votes
0 answers

Problems getting an API through Dashing with ruby scripts

I am new to Ruby and have been tasked with building a dashboard with Dashing which will display SiteUptime information, using our account API. SiteUptime have sent me a suitable script, but it doesn't display anything on my Dashboard other than the…
2
votes
0 answers

Resize django-dashing widget and add responsive slider

Ive create a custom widget for my dashboard using the django-dashing framework. And i want to resize each widget so it can fill my whole page. Besides that i want to add slider to make my widget as slide show. I search for the example and can't find…
Iam Moon
  • 655
  • 2
  • 7
  • 10
1
2 3
16 17