That should be correct, yes - obviously make sure your pic is an the img
subdirectory but the path is correct.
hmm, file is definately in custom_css/tempate_name/img
@aimc nevermind, docker is killing me today. Have to destroy the container and recreate for new files to show, iāve run into this issue before with the -v on docker run. Sorry to bother.
No worries - looking forward to what you come up with
you just activated a warning light for me lol. Thatās not behavior Iād expect from docker
You rmād and recreated the container using the same image and it worked the second time?
yep, stop, rm, docker run ā¦ -v /local/dashboard:/conf appdaemon:latest
further info, thats the process that made the newly added .jpg to the local/dashboard/custom_css/template_name/img folder work and not give 404 errors.
Thatāsā¦ unexpected. If it happens again maybe we can think about it. Never experienced that behavior myself, so I donāt even know what to check (ala, you learn the most when things are broken!)
Maybe as a thought if you do see it, try stop/start so the process is basically starting over. See if thatās enough first.
Great work.
I have it up and running but the input_slider do not show the current value from HA. It works fin in increasing or decreasing the value in HA.
Itās working fine here - can you post your widget and HA config please?
New update. It dose show up after I have change the value one time. But if I refresh the page in browser it do not show up before I change the value.
Butt her are my some of the config.
HA config:
input_slider:
slider1:
name: "Kanin Hus"
initial: 6
min: 1
max: 15
step: 1
dash config:
#
# Main arguments, all optional
#
title: Hello Panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8
layout:
- clock(2x1),sensor.ute_temperature,sensor.yr_temperature,sensor.kaninhus_temp,kanin_temp,ole_presence,siri_presence
- switch.kjkken,light.tak_stue,switch.varme_kanin_hus
kanin_temp:
widget_type: input_slider
entity: input_slider.slider1
title: Kanin Hus
increment: 0.5
units: CĀ°
Are you seeing any errors on you browsers JavaScript console?
Ok, and it makes sense why this is āokā, the dashboard is primarily for use on tablets around the house. So using it remotely would not have been a primary design objective. But please put addressing the remote issue on the short list of ānice to haveāsā
Thanks
I already did
Also, I have an attempted fix for the NaN on your media player for beta2, although still need more info to figure out why it isnāt controlling it.
If this is in CSS and not variables.yaml, correct syntax would be to alter the body tag:
body {
margin: 0;
background-color: #ffffff;
background-image: url(/custom_css/template_name/img/background_1.jpg);
background-repeat: repeat
font-size: 15px;
padding: 0;
font-family: 'Helvetica Neue', 'Helvetica', 'Open Sans', 'Arial'
}
This is assuming you want to change the background image for the page. Is that what you are trying to do?
Hereās one image more for the evening, itās my first little mash-up of a skin.
Itās so straightforward to try all these changes out on the new system, I think this is going to be addictive for a while
Iām tending to use title2
instead of the units
option, for example it looked way too big for āmm / hā in Rainfall which fits better above.
The āentity not foundā entry is just the yahoo weather UV reading going down, is there another way I can deal with those situations?
Tell me about itā¦ I forgot lunch three days in a row and started eating dinner after 7:00ā¦ LOL
Feel free if that works, but also remember you can set the font size of the number and units both at the widget level, but also in the skin
If itās just one widget, Iād do it at the widget level. But if the unit/sensor values in general are too big for you, do that in the variables.yaml.
That depends - does the entity just disappear when it is down? The widget not found error is intended to help people with config, I am loathe to remove that functionality.
Oh itās a small thing insofar as it will be back up in a bit.
Usually in the main home assistant web page it disappears completely when thereās no data.
I just wondered if there was a way to keep displaying the entity name, and having something like ān/aā for the value?