Hoping to find an answer or suggestion from the experienced users or developers here…
Can’t get the Appdaemon 3.0.b3 widgets in HaDashboard to work…
The latest Appdaemon is installed, the appdaemon log files look fine, everything loads without error. But in the dashboard at http://:5050 just the outlines of the semi-transparent widget frames are visible with no text or graphics.
In browser debugging there is a “jQuery.Deferred exception: baseradial is not defined” error with the radial widgets I am trying to set up.
I tried the a simple label widget also and got a “jQuery.Deferred exception: basedisplay is not defined” error. It looks like something is not loading or referenced? Or maybe something is not installed properly or not at all?
For reasons I don’t iunderstand there is a big chunk of HTML code in the middle of application.js - I’m trying to figure out what it is and how it might have got there - that is what seems to be causing all the errors. I’ll keep looking but in the meantime you could try removing the compiled directory and trying again.
Still getting some errors… but at least I can see the contents of the widget.
Thanks so much!
In Firefox-
Blockquote
Error in parsing value for ‘-webkit-text-size-adjust’. Declaration dropped.
test_application.css:4:29
Unknown property ‘-moz-border-radius’. Declaration dropped.
test_application.css:37:22
Unknown property ‘-moz-border-radius’. Declaration dropped.
test_application.css:125:22
Unknown property ‘-moz-border-radius’. Declaration dropped.
test_application.css:136:22
Unknown property ‘-moz-border-radius’. Declaration dropped.
test_application.css:199:21
Unknown property ‘horizontal-align’. Declaration dropped.
test_application.css:216:19
Unknown property ‘horizontal-align’. Declaration dropped.
test_application.css:238:19
Unknown property ‘horizontal-align’. Declaration dropped.
test_application.css:252:19
Unknown property ‘horizontal-align’. Declaration dropped.
test_application.css:266:19
Unknown property ‘horizontal-align’. Declaration dropped.
test_application.css:280:19
Unknown property ‘-moz-osx-font-smoothing’. Declaration dropped.
font-awesome.css:20:27
Unknown property ‘-moz-osx-font-smoothing’. Declaration dropped.
materialdesignicons.min.css:1:809
Expected ‘none’, URL, or filter function but found ‘FlipH’. Error in parsing value for ‘filter’. Declaration dropped.
materialdesignicons.min.css:1:89509
Expected ‘none’, URL, or filter function but found ‘FlipV’. Error in parsing value for ‘filter’. Declaration dropped.
materialdesignicons.min.css:1:89610
Expected ‘none’, URL, or filter function but found ‘Alpha(’. Error in parsing value for ‘filter’. Declaration dropped.
jquery-ui.css:48:9
Unknown property ‘user-select’. Declaration dropped.
jquery-ui.css:178:14
Expected ‘none’, URL, or filter function but found ‘alpha(’. Error in parsing value for ‘filter’. Declaration dropped.
jquery-ui.css:667:10
Expected ‘none’, URL, or filter function but found ‘Alpha(’. Error in parsing value for ‘filter’. Declaration dropped.
jquery-ui.css:1044:9
Expected ‘none’, URL, or filter function but found ‘Alpha(’. Error in parsing value for ‘filter’. Declaration dropped.
jquery-ui.css:1051:9
Expected ‘none’, URL, or filter function but found ‘Alpha(’. Error in parsing value for ‘filter’. Declaration dropped.
jquery-ui.css:1055:9
Expected ‘none’, URL, or filter function but found ‘Alpha(’. Error in parsing value for ‘filter’. Declaration dropped.
jquery-ui.css:1307:10
Error in parsing value for ‘shape-rendering’. Declaration dropped.
rickshaw.min.css:1:3749
Unknown property ‘basedisplay’. Declaration dropped.
Test
Error in parsing value for ‘height’. Declaration dropped.
Test
Source map error: request failed with status 404
Resource URL: http://192.168.3.6:5050/css/materialdesignicons.min.css
Source Map URL: materialdesignicons.min.css.map
[Learn More]
GET http://192.168.3.6:5050/stream
[HTTP/1.1 101 Switching Protocols 4ms]
GETXHR http://192.168.3.6:5050/state/default/sensor.NodeMCU_1_temperature_1
[HTTP/1.1 200 OK 2ms]
GETXHR http://192.168.3.6:5050/state/default/sensor.NodeMCU_1_temperature_2
[HTTP/1.1 200 OK 4ms]
GETXHR http://192.168.3.6:5050/state/default/sensor.NodeMCU_1_temperature_4
[HTTP/1.1 200 OK 5ms]
GETXHR http://192.168.3.6:5050/state/default/sensor.NodeMCU_1_temperature_3
[HTTP/1.1 200 OK 5ms]
GETXHR http://192.168.3.6:5050/state/default/sensor.NodeMCU_1_temperature_5
[HTTP/1.1 200 OK 6ms]
Entity not found: sensor.NodeMCU_1_temperature_1
dashboard.js:169:33
Entity not found: sensor.NodeMCU_1_temperature_2
dashboard.js:169:33
Entity not found: sensor.NodeMCU_1_temperature_4
dashboard.js:169:33
Entity not found: sensor.NodeMCU_1_temperature_3
dashboard.js:169:33
Entity not found: sensor.NodeMCU_1_temperature_5
dashboard.js:169:33
Blockquote
In Chrome -
Blockquote
jquery-3.1.1.min.js:3 [Violation] Added non-passive event listener to a scroll-blocking ‘touchstart’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
dashboard.js:169 Entity not found: sensor.NodeMCU_1_temperature_1
dashboard.js:169 Entity not found: sensor.NodeMCU_1_temperature_2
dashboard.js:169 Entity not found: sensor.NodeMCU_1_temperature_4
dashboard.js:169 Entity not found: sensor.NodeMCU_1_temperature_3
dashboard.js:169 Entity not found: sensor.NodeMCU_1_temperature_5
Blockquote
Don’t know why the sensors are not loading, have to find out what sensor text should be.
In the dash file- (sensor.NodeMCU_1_temperature_1)
I currently have them exactly as in the configuration.yaml …