Thank you for the screenshots! Just to be clear, clicking the PAW, saving and exiting drag and drop mode is only needed if you are needing to do some drag-and-drop changes. It’s not a requirement for making any of this work.
Is this when you are saying the smartly-inject tile re-appears?
Oh right, so there might still be a bug that requires us to run our JSON through smartly engine for this to work, but no you shouldn’t need to run it through smartly.
As you can see from the picture, the texts “LIGHTS” and “LIVING ROOM” are left-aligned (it’s obvious with “LIGHTS”). This is despite me selecting text-alignment: center on the smartly website.
Here’s the relevant portion of the CSS:
{“id”:60,“template”:“texttile”,“templateExtra”:“LIGHTS”,“pos”:42,“mods”:{“text_alignment”:{“value”:null},“zoomable”:{“value”:null},“color_fg”:{“value”:null},“color_bg”:{“value”:null},“border”:{“value”:null,“modifier”:{“border_size”:{“value”:null}}}}}
What’s weird is posting the code back into smartly still shows text-alignment as center.
It seems for some hub versions (possibly C7?) HPM has an issue doing the initial (and sometimes subsequent?) file download for packages (not just this one). @SoundersDude found that if you download the files from the repo directly and place within your File Manager, it seems to work moving forward. Though they appear to be the same version as what you have installed, it’s worth updating them manually. Just clobber the related files you have already installed into File Manager.
Let us know how it goes! Best case is updating works after that, or at least it doesn’t error out.
Any idea why the headings on these thermostats do not line up correctly? The “Office” one is perfect, but I don’t see any difference between it and the others. Thanks.
Edit: know what let’s have you do both from the start, but if it makes sense when you’re in there when extracting tile html, try selecting and copying the element that holds all of the tiles instead of a single tile… it should have a class of “wrapper z-0”. worst case though, just grab the one tile that looks good, and one that looks bad.
Enjoying smartly, really improving the dashboard look.
Just a question. Can I add to the css to put borders on both the variable time tile and the weather tile. If so can you give an example a noob can do.
I will be including tile mods for all of the variable tiles and the weather tile in the next patch. Until then, you can place this text under /* ------- CUSTOM CSS BELOW THIS LINE - This CSS will be preserved during updates ------- */ in the Custom CSS section in your dashboard Settings. Settings (gear icon top right) > Advanced > CSS > scroll to the bottom, add the text, Save and refresh the page)-