Different backgrounds for each views

I do this for each of my views… you need to apply the background image per view. The below is taken from my raw config editor for my “Finance” View

  - background: center / cover no-repeat url("/local/money.jpg") fixed
    badges: []
    cards:
      - entities:
          - entity: sensor.starling_effective_balance
          - entity: sensor.starling_cleared_balance
        title: Finance
        type: glance
      - aspect_ratio: 75%
        title: GBP -> ZAR
        type: iframe
        url: >-
          https://s.tradingview.com/dailyfx/widgetembed/?frameElementId=tradingview_344a1&symbol=FX_IDC%3AGBPZAR&interval=D&hidesidetoolbar=0&symboledit=1&saveimage=1&toolbarbg=f4f7f9&studies=%5B%5D&hideideas=1&theme=White&timezone=exchange&studies_overrides=%7B%7D&overrides=%7B%7D&enabled_features=%5B%5D&disabled_features=%5B%5D&locale=en&utm_source=www.dailyfx.com&utm_medium=widget&utm_campaign=chart&utm_term=FX_IDC%3AGBPZAR'
    icon: 'mdi:cash-multiple'
    path: finance
    title: Finance

The key things here are:

  1. Make usre you have your indentation right
  2. Get the image url…
3 Likes