My Lovelace Plugins

The normal refresh button. To the left of the address bar.

Oh, I see now. :flushed: I never knew that was hidden under there.

Thanks!

Me neither. I just learned yesterday.

1 Like

I’ve been thinking of adding variable column widths…
Can probably find some time to give it a try next week or so…

Or perhaps this can help? https://github.com/jeradM/grid-layout I’ve never tried it myself.

1 Like

Since the 0.88 update, my fold-entity-row is not working anymore…
I double checked everything, no idea why (same for auto-entities)

It’s really there, updated etc…

resources:
  - url: /customcards/tracker-card.js
    type: js
  - url: /customcards/custom-lovelace/upcoming-media-card/upcoming-media-card.js
    type: js
  - url: /customcards/custom-lovelace/swipe-card/swipe-card.js
    type: module
  - url: /customcards/custom-lovelace/mini-media-player/mini-media-player-bundle.js
    type: module
  - url: /customcards/custom-lovelace/monster-card/monster-card.js
    type: js
  - url: /customcards/custom-lovelace/slider-entity-row/slider-entity-row.js
    type: js
  - url: /customcards/custom-lovelace/popup-card/popup-card.js
    type: js
  - url: /customcards/custom-lovelace/fold-entity-row/fold-entity-row.js
    type: js
  - url: /customcards/custom-lovelace/card-modder/card-modder.js
    type: module
  - url: /customcards/custom-lovelace/state-attribute-element/state-attribute-element.js
    type: js
  - url: /customcards/custom-lovelace/text-element/text-element.js
    type: js
  - url: /customcards/custom-lovelace/card-tools/card-tools.js
    type: js    
  - url: /customcards/custom-lovelace/vertical-stack-in-card/vertical-stack-in-card.js
    type: js     
  - url: /customcards/custom-lovelace/button-card/button-card.js
    type: module    
  # - url: /customcards/custom-lovelace/compact-custom-header/compact-custom-header.js
    # type: module    
  - url: /customcards/custom-lovelace/roku-card/roku-card.js
    type: module 
  - url: /customcards/custom-lovelace/auto-entities/auto-entities.js
    type: js     
  - url: /customcards/custom-lovelace/mini-graph-card/mini-graph-card-bundle.js
    type: module    
  - url: /customcards/custom-lovelace/bignumber/bignumber-card.js
    type: js

Here: (Problems with new custom_updater features - Split off from My Lovelace Plugins)

@thomasloven This is no longer working: ’your fix from above’ ==>My Lovelace Plugins , the images display usually on the first empty card back and no longer as the background image. Not sure which update it quit working on due to me being in the process of rebuilding everything. Wasn’t due to the newest updates, as this stopped sometime last week. I think it may be related to a card-tools modification. I have tried the older version of card-modder to test against like before, but acts the same. Any ideas? Thanks!

was that for my post?

Didn’t know if you saw the split off, seems to have a lot of info on the errors.

Think it might actually be the bit pre-split you need.

Several of us found that custom_updater hadn’t actually updated our copy of card tools, even though it was showing we were on the latest version, and we had the same errors you are getting. Try manually updating with the latest version and it’ll likely start working again.

Decided I should be less lazy and take a look myself. Just to get it to the level I’d like (able to define custom css to be injected per column) seems fairly easy. I’ll drop you a pull request with my changes so you can see what I’m doing.

It’s fairly basic, and I went for a simpler, but possibly less intuitive, config method (it all plugs right in nicely with little work in the code, but that might just make it harder for people to configure). You might prefer something that doesn’t require people to inspect the elements/understand css flexboxes to be able to use it.

I’ve also barely tested it. Doesn’t throw any errors if you put non-sensical column numbers or css values in, but that might also not be great and just cause lots of “why doesn’t this work” posts.

Well, all the other error mentioned cardtools in it, mine was different that’s why…
Anyway, I tried getting a new copy and manually update it; same error…
I cleared cache as well…

Any idea? I use this card a lot, and it’s screwing my entire UI lol

I’ve realized that maybe it’s a problem with the browser. I have tried the same tab with chrome smartphone and chrome tablet and chrome pc, and in tablet if it loads but pc and smartphone, no!

Sorry for syntax but it’s with a Google translator

I’ve realized that maybe it’s a problem with the browser. I have tried the same tab with chrome smartphone and chrome tablet and chrome pc, and in tablet if it loads but pc and smartphone, no!

Sorry for syntax but it’s with a Google translator

Having trouble with the useful-markdown-card

resources:
  • url: /local/custom-lovelace/weather-card/weather-card.js?v=1
    type: module
  • url: /local/plugins/card-modder.js?v=1
    type: js
  • url: /local/custom-lovelace/useful-markdown-card.js?v=1
    type: js
    title: Home
    views:

the samba path copied from my Mac is:
smb://hassio/config/www/custom-lovelace/useful-markdown-card.js

I tried coping the raw file into .js and tried downloading the zip and moving the file into folder on my Mac

Ive noticed in my configurator window the file is marked at various lines:

Any help would be appreciated.

Would it be possible to have the useful markdown card read from an external file? Or would the include statement face the same extinction as the standard markdown card?

Similar to post Lovelace markdown from external file

You could probably use a file sensor that reads in markdown and then use that value in a useful-markdown-card.

Update card-tools.

https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins

Then it’s most likely a caching problem.
Read https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins and make sure you’ve really cleared your cache after updating card-tools.