the dash is compiled right.
and it seems connected.
from what are you calling it (which device, which browser) and did you try another device or browser?
how are you calling it? (so what do you give in in the browser?)
the dash is compiled right.
and it seems connected.
from what are you calling it (which device, which browser) and did you try another device or browser?
how are you calling it? (so what do you give in in the browser?)
Lordy slow down…I have tried chorme reseting cache IE 11 same thing…I use local ip of pi with port of 5050
I think I am doing something stupid…Am ia only supposed to enter in entity id in the .cfg file?
Sorry I meant .dash file…Thats all I been entering info in …I was thinking ha
the dash you showed above is correct.
in chrome you should be able to see it when you type:
http://yourHAip:5050/TheNameFromYourDashfile
remember it is case sensitive.
so you saved the file in the directory dashboards named vas.dash?
and sensor.living_room_temperature is an existing entity in HA?
to make sure there is no other problem you could try:
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8
layout:
- sensor.living_room_temperature
if that sensor is in HA you should get something.
just like you have with no name?
sorry title
just like i have given you as saved as a dashfile.
saved as vas.dash…still blank…should I restart appdaemon?
you could try a few other things.
you already cleared your cache (doesnt hurt to do it again )
in the directory conf there is a subdirectory compiled. delete everything in that directory.
if that doesnt help try restarting appdaemon. (but that shouldnt be neccesary)
you also can check out the log files (you have set in the appdaemon.cfg where your logfiles are placed)
I had left this in .dash was that a problem
title: Hello Panel
No Doubt I had been reading all the post…gotta try to wrap my head around this config…I hate to say but still cant get clear understanding from docs
probably something you tried before what was wrong and that stayed in cache.
now try this again:
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8
layout:
- sensor.living_room_temperature(2x2)
sensor.living_room_temperature:
widget_type: sensor
title: Temperature
title2: Living Room
entity: sensor.living_room_temperature
Worked great…I promised I clear cache of chrome explorer and my network cache…:confused
The title is still missing…Was That the problem?