Grrrā¦the longer I look, the more errors I findā¦ Sorry, my bad, but that will not work, neither with your custom version, nor with the original cardā¦
This is wrong:
triggers_update:
- [[[ variables.blub ]]]
This on the other hand should workā¦
triggers_update:
- [[[ return variables.blub ]]]
Would you mind trying this, otherwise Iāll have to check the code from button-card, maybe the field ātriggers_updateā isnāt templateable (is that even a word??). Please try with return and if that wonāt do, just set triggers_update to all, like so:
triggers_update: all
And please report back, we use triggers_update on a few places, so these would need to be addressed, too. Thanks!
@Vintage89
Hmmm, that is a little unexpected. Before we start to inspect every file, Iāll setup a new dashboard on my system and try to mimic your setup. Weāll see what comes up there, but if that doesnāt help, we need to dig deeper in your installation, so keep your fingers crossed
Hello everyone, I have a question. I have created the following chip and card for weather. When I click on the 1st click chip I donāt get the more-info card, but on the 2nd click I do. Iām using the weather provider of āWeather.Homeā for both. Can anyone tell me what Iām doing wrong? Thank you for all your help and time. Here is a picture of what Iām talking about.
Hi @paddy0174 , thanks for the quick feedback!
For me only ātriggers_update: allā helps.
The addition of the variables with preceding āreturnā does not change anything.
What is not working? Could be that HA doesnāt deploy this theme, if the browser or better the device running the browser isnāt powerful enoughā¦
What device are you running with FKB? Can you try to call the page from the ānormalā browser on that device and see if everything works there?
I have this āthemeā running" on an Amazon FireHD8 (or7) with FKB (FullyKioskBrowser) with kiosk_mode and it works like it should. Switch from light to dark theme is running as well, nope, canāt say itās not working. So we need to look for something else that is causing this.
@DrHouseIOT
That is intentional, as the chip_temperature doesnāt have anything set for a click. If you want to have the weather provider, youād need to setup a tap_action for that chip. Like so:
@Vintage89
That looks great. I really love this clean look, @TBen is a genious. And I love this Memojis! Have looked them up, but have no iPhone in the near family, thatās new enough, and weāre an Android family. But these are soooo cute, I need to find something to get these pics. No need for motion or things like that, just the pics will do nicely.
Thanks for the translation, will add it to the repo!
Depending on the mode you used for installation (yaml or UI), you need to copy and paste this into the raw-config-editor (UI), indented by two (2) spaces (every line two spaces indented).
Or in yaml-mode you need to paste this into a new file that you create in the folder config > minimalist-templates. Here you donāt need another indentation, take at as it is.
In your view file you do exactly as you did with the āoldā title, but now you call āmatt2468_card_titleā:
Have fun pocking around with the values. If you need more to change, just add it to the new template. All values from the new template override the values set by the theme. You could add an underline for example by adding text-decoration: underline like
Thanks Paddy the only other thing im trying to work out now is how to get all of the actual cards to be on the left side of the screen instead of centered or maybe thats not possible
Of course it is possible ;-). I myself use the lovelace-layout-card from thomasloven in the meantime.
With it it is possible to position single cards at almost any place and also to make different laylous, e.g. for desktop, tablet & smartphone.
Hi,
first of all great theme. I love it Successfully installed it in yaml mode. What i didnāt figure out so far is changing the ākey colorā from orange to e.g. blue. Is there an easy way to do this? I looked up the thread for different keywords but didnāt find the solution.
What do you mean by ākey colorā? Please explain a little more detailed, what exactly you want to be changed as the the āthemeā shouldnāt have anything orange as its basic level, just white or dark grey (light or dark mode for the theme). If youād have a screenshot, it sure wouldnāt harm a good answer.
First of all: thank you for the quick reply.
Maybe it is only in the light slider template. If thatās the case I was little bit fast with my question. I am currently doing some trial and error
You mean the slider or the orange background behind the icon?
The color of the slider should be adjustable, but Iām not sure what the deafult is. Last time I worked on that card, I tried to get the actual color from the light to show upā¦ Iād need to look this up, sorry!
The icon background is intentional as well. All cards use kind of a color schema (see here in the wiki), where the off-state is the grey you see with your āRolloā, and the on state differentiates between light and other entities. Light is orange for on-state, a light blue is taken for āstandardā entities (as you would see with the āRolloā if open), green for outside and red for all things ātempā.
Btw. did you only change the background or did you not activate the theme for this user? If the latter, you should activate the theme and only change the background-image afterwards (you could do so in the view file). There are some variables used, that are definied in the theme, otherwise the system (HA) chooses the default values, and they donāt fit good for this theme.