Oh-location-card image settings

Hey openHAB-Users,

I have a similar problem described in:

If I edit the position of the backgroundImage in the oh-location-card it won’t change anything.

Example:

Pic1:
        - component: oh-location-card
          config:
            backgroundImage: /static/pic1.jpg
            backgroundImageStyle:
              background-position: right 45px bottom 20px;
Pic1:
        - component: oh-location-card
          config:
            backgroundImage: /static/pic1.jpg
            backgroundImageStyle:
              background-position: center

The Result of the background-position is the same.
If i edit something else like the brightness it works.

Pic1:
        - component: oh-location-card
          config:
            backgroundImage: /static/pic1.jpg
            backgroundImageStyle:
              background-position: center
              backgroundImageStyle:
              filter: brightness(1%)

Maybe someone cant guide me to the right way :wink:

Bump

Did you figure out how to change the position of the location-card. This doesn’t work:

Pic1:
        - component: oh-location-card
          config:
            backgroundImage: /static/pic1.jpg
            backgroundImageStyle:
              background-position: right 45px bottom 20px;