AmoebeLabs / flex-horseshoe-card

Flexible Horseshoe card for Home Assistant Lovelace UI. A card with a flexible layout, a horseshoe-like donut graph, multiple entities or attributes, graphics and animations!
288 stars 43 forks source link

Off-line, No internet, no web connection #47

Open Next9999 opened 2 years ago

Next9999 commented 2 years ago

i am able to see the custom:flex-horseshoe-card when i am connected to the web but in my case i run my HomeAssistance without internet

Is there a way to run it without the web?

Next9999 commented 2 years ago

Do you need more information?

irmajavi commented 2 years ago

Same here. is this issue been resolve?

AmoebeLabs commented 1 year ago

The card needs some packges from unpkg.com, so needs internet.

The only way to solve this, is to make a package, which I have to investigateā€¦

See issue:

louispires commented 1 year ago

This would be great, been running my HA offline for a couple days and all my dashboards are now broken...

gitmarecki commented 1 year ago

I would love to see this addressed in future - my HA is also often offline and I can't use these lovely cards because of this problem.

RuyiXP commented 11 months ago

You can just download the files from unpkg and put them into a local web server using i.e. nginx, then edit the flex-horseshoe-card.js file in /homeassistant/www/community/flex-horseshoe-card/ to access the modules from local server instead of unpkg.