OK, understood.
I just want to do some more testing to make sure I am not making a mistake before opening an issue.
I could be, but this component have now become so complex that I have no clue what’s wrong intill I see full config + debug logs Issues are great for that.
Right, I think I’ve got it updated and working, well, at last part way.
My config;
custom_updater:
card_urls:
- https://raw.githubusercontent.com/kalkih/mini-media-player/master/tracker.json
Insert the custom cards in the tracker card, bit I don’t see any components, namely the custom_updater component…should I?
You should
Damn, any tips on what to look for?
Not until you create an issue with the link I gave you
Lol. Fair enough
One incoming later!
Possibly not the right place for this question but it’s so trivial I didn’t think it merited its own thread…
Any ideas why randomly sometimes I don’t get all of my tracked custom components showing up? If I reboot hass they’ll appear, most likely.
Do you create a folder named customcards?..or just change the resources?.. all my custom cards not working now, I get the red card
same as you don’t create a local folder, you don’t create a customcards folder. They are both endpoints that point to the www folder which does exist.
Yeah that’s what I thought, storage mode is supported?don’t know what I’m doing wrong
Storage mode is supported. Can you post your config?
Sure,
configuration.yaml
custom_updater:
# mode: storage
track:
- cards
- components
- python_scripts
card_urls:
- https://raw.githubusercontent.com/rdehuyss/homeassistant-lovelace-google-calendar-card/master/custom_updater.json
- https://raw.githubusercontent.com/kuuji/button-card/master/tracker.json
- https://raw.githubusercontent.com/bramkragten/custom-ui/master/updater.json
- https://raw.githubusercontent.com/kalkih/mini-media-player/master/tracker.json
- https://raw.githubusercontent.com/iammexx/home-assistant-config/master/ui/darksky/version.json
- https://raw.githubusercontent.com/kalkih/mini-graph-card/master/tracker.json
- https://raw.githubusercontent.com/atomic7777/atomic_calendar/master/tracker.json
storage mode;
resources:
- type: module
url: /customcards/custom-lovelace/button-card.js
- type: module
url: /customcards/custom-lovelace/dark-sky-weather-card.js
- type: js
url: /customcards/custom-lovelace/monster-card.js
- type: js
url: /customcards/custom-lovelace/gauge-card.js
- type: js
url: /customcards/custom-lovelace/bignumber-card.js
- type: js
url: /customcards/custom-lovelace/plan-coordinates.js
- type: js
url: /customcards/custom-lovelace/entity-attributes-card.js
- type: js
url: /customcards/custom-lovelace/alarm_control_panel-card.js
- type: js
url: 'https://unpkg.com/[email protected]/moment.js'
- type: module
url: /customcards/custom-lovelace/calendar-card.js
- type: module
url: /customcards/custom-lovelace/card-modder.js
- type: module
url: /customcards/custom-lovelace/swipe-card/swipe-card.js
- type: module
url: /customcards/custom-lovelace/mini-media-player-bundle.js
- type: module
url: /customcards/custom-lovelace/secondaryinfo-entity-row.js
- type: module
url: >-
/customcards/custom-lovelace/compact-custom-header/compact-custom-header.js
- type: js
url: /customcards/custom-lovelace/bar-card.js
- type: module
url: /customcards/custom-lovelace/weather-card.js
- type: js
url: /customcards/custom-lovelace/day-countdown.js
- type: js
url: /customcards/custom-lovelace/upcoming-media-card/upcoming-media-card.js
- type: module
url: /customcards/custom-lovelace/mini-graph-card-bundle.js
- type: module
url: /customcards/custom-lovelace/atomic-calendar.js
- type: module
- url: /customcards/custom-lovelace/tracker-card.js?track=true
all cards are inside config/www/custom-lovelace,
the cards that used to work now all have that red sign
All I can say for sure is that my cards are in different folders according to what the dev of the card has in his instructions. Some of these cards might even be hardwired to a specific folder.
I use some of the same cards as you.
resources:
- url: /customcards/github/thomasloven/card-tools.js
type: js
- url: /customcards/github/custom-cards/tracker-card.js?track=true
type: module
- url: /customcards/custom-lovelace/upcoming-media-card/upcoming-media-card.js
type: js
- url: /customcards/custom_ui/dark-sky-weather-card.js
type: module
- url: /customcards/mini-media-player-bundle.js
type: module
- url: /customcards/mini-graph-card-bundle.js
type: module
- url: /customcards/github/maykar/compact-custom-header.js?track=true
type: module
- url: /customcards/github/thomasloven/fold-entity-row.js
type: js
- url: /customcards/github/custom-cards/button-card.js?track=true
type: module
- url: /customcards/github/thomasloven/auto-entities.js
type: js
With the ‘super’ cards some locations were changed and I updated my location to the new one.
I would also check on the website for the card that I have the latest version… a lot of custom cards broke in 0.88
My tracker looks like this:
Don’t know what could be wrong,…
Did you ever resolve the issue?
I have the same problem now.
Custom updater seems to be working fine, with updates allegedly updating the custom cards, but no custom card is working. I receive message
> No card type found
>
> [
> {
> "type": "custom:mini-graph-card",
> "entities": [
> "sensor.illumination"
> ]
> }
> ]
My setup looks like this
resources:
- type: module
url: /customcards/lovelace/tracker-card.js?track=true
- type: js
url: /customcards/lovelace/card-tools.js?track=true
- type: js
url: /customcards/lovelace/gauge-card.js?track=true
- type: js
url: /customcards/lovelace/bignumber-card.js?track=true
- type: js
url: /customcards/lovelace/card-modder.js?track=true
- type: js
url: /customcards/lovelace/monster-card.js?track=true
- type: js
url: /customcards/lovelace/layout-card.js?track=true
- type: js
url: /customcards/lovelace/mini-graph-card-bundle.js?track=true
- type: module
url: /customcards/github/maykar/compact-custom-header.js?track=true
- type: js
url: /customcards/github/thomasloven/gap-card.js?track=true
- type: js
url: /customcards/github/thomasloven/popup-card.js?track=true
- type: module
url: /customcards/lovelace/mini-graph-card-bundle.js?v=0.4.2
no, but i think they stop the development of custom updater, you should check HACS, from the same developer
The url:
should be on the same line as type
- type: module
url: /customcards/lovelace/tracker-card.js?track=true
It was a typo when I was copping and pasting in the forum.
Actually, it is like this
resources:
- type: module
url: /customcards/lovelace/tracker-card.js?track=true
- type: js
url: /customcards/lovelace/card-tools.js?track=true
- type: js
url: /customcards/lovelace/gauge-card.js?track=true
- type: js
url: /customcards/lovelace/bignumber-card.js?track=true
- type: js
url: /customcards/lovelace/card-modder.js?track=true
- type: js
url: /customcards/lovelace/monster-card.js?track=true
- type: js
url: /customcards/lovelace/layout-card.js?track=true
- type: js
url: /customcards/lovelace/mini-graph-card-bundle.js?track=true
- type: module
url: /customcards/github/maykar/compact-custom-header.js?track=true
- type: js
url: /customcards/github/thomasloven/gap-card.js?track=true
- type: js
url: /customcards/github/thomasloven/popup-card.js?track=true
- type: module
url: /customcards/lovelace/mini-graph-card-bundle.js?v=0.4.2
It would an error while saving file if it was like i Initially entered.