Thankyou for your patience and feedback. Today I would like to present you with Beta 2
For new users, the installation instructions remain the same as in the original thread.
If you have already installed HADashboard, to grab the new version just run:
$ git pull origin
from your repository root, e.g. <base_path>/appdaemon_dashboard/appdaemon if you followed the original install.
If you are running directly from the repository as per the instructions, a simple restart should be all that is needed. If you ran the full install you will need to do the following:
I can’t seem to duplicate @turboc problem with the missing units. I set mine up the same (with an existing entity of course) but I’m still seeing the units. Unless he changed something in variables.yaml for the input sliders?
It was a request from @turboc - it lets you regard more than one state as “active”:
–
active_map
Active map is used to specify states other than “home” that will be regarded as active, meaning the icon will light up. This can be useful if tracking a device tracker within the house using beacons for instance.
Example:
wendy_presence_mapped:
widget_type: device_tracker
title: Wendy
title2: Mapped
device: wendys_iphone
active_map:
- home
- house
- back_yard
- upstairs
Any chance you could throw in an overflow: hidden tag in the .img-frame class? Since the scrollbars are rendered useless anyway it would be nice to not see them.
If I use img_list the images seems to resize automatically - I don;t get scroll bars. For url_list I do get scrollbars but they don;t work - they used to so I broke something. I think it is useful having scrollbars that work so I’ll fix it
I wasn’t even going to mention it but thanks. Personal opinion; do you like that goldish color better or should I have just stuck with the standard yellow?
If I could make them disappear entirely via a dash level override, I’d be very, very happy. That’s serving my front house cams and without the scroll bar for the vertical it would be a great stand in until there’s a camera widget.
I’m getting the following error in my java console.
jQuery.Deferred exception: WidgetBase is not defined ReferenceError: WidgetBase is not defined
at new display (http://192.168.2.26:5050/compiled_javascript/application.js:202:5)
at HTMLDocument.<anonymous> (http://192.168.2.26:5050/compiled_javascript/default/den_init.js:89:36)
at j (http://192.168.2.26:5050/javascript/jquery-3.1.1.min.js:2:29948)
at k (http://192.168.2.26:5050/javascript/jquery-3.1.1.min.js:2:30262) undefined
The result is that even though the grid shows up, and there are not any errors in the error log or stdout, the widgets don’t show up.