edfungus / Crouton

Crouton MQTT IOT Dashboard
http://crouton.mybluemix.net/
Other
291 stars 69 forks source link

Where can I setup the MQTT broker? #38

Open XenGi opened 7 years ago

XenGi commented 7 years ago

I can't find it in the docs nor in the code. Where do I setup which broker crouton should use? When I open the site on port 9000 I just get a blank page.

During installation bower asked for a version for materializejs. I chose 1.0.something, which was the newest.

edfungus commented 7 years ago

The broker is setup after visiting the webpage. If you look at "Using Crouton" when the page loads up (ex: http://crouton.mybluemix.net/crouton/gettingStarted) it will tell how to add the broker.

I am not sure why you are getting a blank page. Are there any errors form the console?

XenGi commented 7 years ago

Tried it on my linux box and on a buddys mac. We're both getting blank pages with no errors in the console. Not in the browser and not on the terminal.

marohds commented 7 years ago

Same for me, can't do any configuration because of blank page. I see this error within console: downloadable font: download failed (font-family: "Roboto" style:normal weight:normal stretch:normal src index:1): status=2147746065 source: http://server:9000/fonts/Roboto-Regular.woff2

Same for Roboto-Regular.woff and Roboto-Regular.ttf

Next, have these:

imagen

During install had this message... don't know if had anything to do with it:

imagen

Thanks

XenGi commented 7 years ago

Same for me I also chose 1.x version of webcomponentsjs. Maybe this is the problem?

marohds commented 7 years ago

Solved Fonts errors by downloading manually and copy into /build/fonts/.

Then tried with all 3 versions, still have errors... Seems something relative to Polymer.js.

Hoping for some fix

edfungus commented 6 years ago

Reference #37 for the bower issue

edfungus commented 6 years ago

Please pull master and see if you still have the issue!