That’s neither a problem with the thermostat card nor with card-modder.
Cards are allowed to expect to be at least a certain width. Horizontal-stack ignores this fact.
The general rule on how to use horizontal-stack is: don’t.
External sensor data is underlined to indicate that its clickable to open the more info for that sensor. I’m open to removing the underline and find a better way to indicate this.
Regarding the more info popup, could you share the relevant config you’ve used? Specifically if you’ve embedded the card in other cards and how.
core-fc6fc737.js:sourcemap:1 WebSocket connection to 'ws://192.168.1.10:8123/api/websocket' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
s @ core-fc6fc737.js:sourcemap:1
3:8123/frontend_latest/<redacted>.chunk.js:5783 Uncaught (in promise) /local/custom-lovelace/simple-thermostat/simple-thermostat.js?v=0
18core-fc6fc737.js:sourcemap:1 WebSocket connection to 'ws://192.168.1.10:8123/api/websocket' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED
s @ core-fc6fc737.js:sourcemap:1
<redacted>.chunk.js:sourcemap:5783 Uncaught (in promise) /local/custom-lovelace/simple-thermostat/simple-thermostat.js?v=0
Hello, thanks for your awsome card.
I would like to add it in custom_updater, i followed your installation guide and only changed the destination folder but unfortunately the card doesn’t show up in custom updater. Any ideas on what am i missing?
Same issue here. Was on 0.84 getting the error. I never upgraded - just started happening out of no where. I just upgraded to 0.85.1 and still get the error.
For the updater, I think the https://raw.githubusercontent.com/nervetattoo/simple-thermostat/allow-updates/tracker.json is wrong, I get 404 on that url.
But it still doesn’t show up in the lovelace card for me. This is probably due to the fact that there are no releases listed in https://github.com/nervetattoo/simple-thermostat/releases.
Same here… broken from today. Yesterday worked fine with 0.85. Today woke up broken and I tried to update to 0.85.1 as a i read previous version had problems with ‘resource’ tags on lovelace Yaml. But still does not show. Help!
I have a hypothesis… Both simple-thermostat and weather-card rely on lit-element.js. Perhaps some type of external update (browser, system, WebKit, whoknows…) broke something in lit-element.
Same issue here–it does not load the js with an uncaught Promise exception in console.
Update: It does seem like lit-element is a pretty big piece of Polymer with likely more things depending on it, so it would be odd as I don’t see any recent issues raised in the GIthub repo.
Unpkg - a repository of javascript packages seems to be having problems currently.
Many custom cards link directly to their hosted version of the package and that’s why they all have trouble at the same time.
Home Assistant includes its own packaged version of the LitElement and some cards have already been updated to piggy-back onto that one instead.
Have patience. Some cards will be fixed, and unpkg will probably go up again soon - this isn’t the first time…
Ah hah! Great insight. I did notice that the Custom Weather card (current version in Github) didn’t load the lit-element library from an external source when I was sleuthing around.
That’s actually how I found out about this problem. Woke up to a bunch of emails about @iantrich supplying patches to various github projects and mentioning me…