1

I have sensors connected to a Raspberry Pi and using Node-Red on the Pi, I have them connected to IBM Watson-IOT. I created a board with 2 cards showing nice gauges. I want to 'share' this with a 'public' url - does anyone know how to easily do this?

3 Answers3

2

There is not currently a way to share the boards and cards you create within the Watson IoT platform dashboard to a public url - those are only viewable by users who have access to view your IoT dashboard.

You could possibly create your own application to visualize the data and publish that externally, but there is not a way to open your dashboard configured cards for public viewing.

ValerieLampkin
  • 2,620
  • 13
  • 27
  • 1
    Thanks for the answer. I went and created the node-red iot boiler plate app and added the node-red dashboard node to it and was able to get it up and running that way. So my ui showing the gauges is now available on my own url.... – John Vigilante Jan 26 '17 at 16:37
  • Glad to hear you have it working! Thanks for the update. – ValerieLampkin Jan 26 '17 at 20:32
0

Currently that can't be done....but you can use freeboard for a similar effect

idan
  • 554
  • 6
  • 19
0

As answered above this is currently not possible but I can highly recommend using NodeRED and the new dash-boarding function for this...(comes also as a ready to use boilerplate in IBM Bluemix)

Tutorial Source

Romeo Kienzler
  • 3,373
  • 3
  • 36
  • 58