OH3 Difficulty configuring Home Page

Clean OH 3.0.0 on rPi4
JRE 11

Decided to build from the ground up rather than upgrade my existing 2…5.10 system

I built entirely with the GUI using the Model suggestions have some working Equipment and Items

My problem is the Locations tab on the Home page only displays one location, Office, even though I’ve also configured Kitchen and others.

Here is my configuration

config:
  label: Home Page
  displayModelCardsTo:
    - role:administrator
    - role:user
locations:
  - component: oh-locations-tab
    config: {}
    slots:
      Office:
        - component: oh-location-card
          config:
            backgroundImage: /static/IMG_2092.JPG
            badges:
              - presence
            invertText: false
      Kitchen:
        - component: oh-location-card
          config:
            backgroundImage: /static/IMG_2090.JPG
            title: Kitchen
      DiningRoom:
        - component: oh-location-card
          config:
            backgroundImage: /static/IMG_2093.JPG
            title: Dining Room
      LivingRoom:
        - component: oh-location-card
          config: {}
equipment:
  - component: oh-equipment-tab
    config: {}
    slots: {}
properties:
  - component: oh-properties-tab
    config: {}
    slots: {}

Here is what displays on the location tab

I followed this very helpful thread but can’t seem to display multiple location cards.
https://community.openhab.org/t/omg-oh3-is-amazing-because-i-with-all-your-help-achieved-this

Should I just resort to editing the YAML, or delete everything and start over?
Apologies if I’ve posted in the wrong place

Brian

I believe the auto generated cards will only show up once you have valid points under them, how does your Model layout look for the other rooms vs the card you currently show?

good point…let me look at that