Cannot configure mini-graph-card. Please help

I hav spend already many hours/days on that but I am lost.

My configuration :
Home Assistant 2024.1.2 installed on Synology/Docker
ESP Home 2023.12.5 on Synology/Docker
I have made some simple ESP sensor graphs that work well on the default interface.

I have also installed HACS and properly connected to Github
But I cannot configure properly mini-graph-card.

I have looked to many online help, but the problem is the multiples different configuration that seems to exist. Very often, what is said does not seem to apply to my case.

  • I do not have the add-ons (This seems to be due to the docker install)

  • Even when I put the advanced mode on my profile settings, I do not have a menu
    for
    Configuration → Lovelace Dashboards → Resources Tab

I do not see even where to configure Lovelace.

  • I tried in many ways to include mini-graph-card/mini-graph-card-bundle.js
    in the configuration.yaml file, but nothing worked.
    AT present, this file is just a few lines (see below) :
    But I see nowhere where to change the configuration with the GUI as I dont see a configuration menu.

In addition, I can say that I have properly the searched file at
http://192.168.1.102:8123/local/community/mini-graph-card/mini-graph-card-bundle.js
But cannot make HA find it.

You install it via the HACS page.

Thanks,

I have installed (or at least downloaded ) mini-graph-card from the HACS page.

But it seems that I am missing something in the HACS page

Maybe my installation of HACS is not correct.

This is the only thing I see in the HACS page

Finally, I found the solution. I reproduce it here as it may be helpful for others.

My main problem was how to include the
mini-graph-card/mini-graph-card-bundle.js file

I tried in the configuration.yaml file but this was not successful.

The way to do it is

Settings - > Dashboards

Then on the up right corner click on the three dots with a unique menu : Ressources

in the right bottom corner click : ADD RESSOURCE

paste /hacsfiles/mini-graph-card/mini-graph-card-bundle.js in URL

select Javascript module

Then its done. Now mini-graph-card works.