Why still "The overview page is not configured yet"

Hello together

I have a new page first… After I was done, I copied the configuration to the “overview” page. Now I always get this message:

“The overview page is not configured yet”

Here is mine config:

config:
label: Wohnzimmer
sidebar: true
layoutType: fixed
screenWidth: 2000
screenHeight: 1200
hideNavbar: true
hideSidebarIcon: false
blocks:
masonry: null
grid:

  • component: oh-grid-item
    config:
    x: 4
    y: 2
    h: 7
    w: 12
    slots:
    default:
    - component: oh-image-card
    config:
    url: http://10.10.10.241/snap.jpeg
    lazy: false
    refreshInterval: 1000
  • component: oh-grid-item
    config:
    x: 4
    y: 0
    h: 2
    w: 3
    slots:
    default:
    - component: oh-rollershutter-card
    config:
    vertical: false
    stateInCenter: false
    noBorder: true
    title: Sofa
    item: SofaEckeStoren_SofaEckeStoren
    noShadow: true
    outline: true
  • component: oh-grid-item
    config:
    x: 7
    y: 0
    h: 2
    w: 3
    slots:
    default:
    - component: oh-rollershutter-card
    config:
    title: Schiebetür
    item: SchiebeturWestStoren_SchiebeturWestStoren
  • component: oh-grid-item
    config:
    x: 10
    y: 0
    h: 2
    w: 3
    slots:
    default:
    - component: oh-rollershutter-card
    config:
    title: Kippfenster
    item: GalerieKippfenster_GalerieKippfenster
  • component: oh-grid-item
    config:
    x: 0
    y: 5
    h: 2
    w: 2
    slots:
    default:
    - component: oh-label-card
    config:
    trendItem: Wetterstation_Windmesser
    action: analyzer
    actionAnalyzerItems:
    - Wetterstation_Windmesser
    item: Wetterstation_Windmesser
  • component: oh-grid-item
    config:
    x: 0
    y: 7
    h: 2
    w: 2
    slots:
    default:
    - component: oh-label-card
    config:
    item: Wetterstation_Regensensor
    title: Regen
  • component: oh-grid-item
    config:
    x: 2
    y: 7
    h: 2
    w: 2
    slots:
    default:
    - component: oh-label-card
    config:
    trendItem: Wetterstation_WetterstationTemperatur
    action: analyzer
    actionAnalyzerItems:
    - Wetterstation_WetterstationTemperatur
    item: Wetterstation_WetterstationTemperatur
    title: Aussen
  • component: oh-grid-item
    config:
    x: 2
    y: 5
    h: 2
    w: 2
    slots:
    default:
    - component: oh-label-card
    config:
    trendItem: SofaBewegungsmelder_SofaTemperatur
    action: analyzer
    actionAnalyzerItems:
    - SofaBewegungsmelder_SofaTemperatur
    item: SofaBewegungsmelder_SofaTemperatur
    title: Innen
  • component: oh-grid-item
    config:
    x: 13
    y: 0
    h: 2
    w: 3
    slots:
    default:
    - component: oh-rollershutter-card
    config:
    title: Markise
    item: Markise_Markise
  • component: oh-grid-item
    config:
    x: 0
    y: 0
    h: 2
    w: 4
    slots:
    default:
    - component: oh-clock-card
    config: {}
  • component: oh-grid-item
    config:
    x: 2
    y: 2
    h: 2
    w: 2
    slots:
    default:
    - component: oh-toggle-card
    config:
    title: Tannenbaum
    item: SteckdoseBodenSchiebetuer_SteckdoseBodenSchiebetur
  • component: oh-grid-item
    config:
    x: 0
    y: 2
    h: 2
    w: 2
    slots:
    default:
    - component: oh-label-card
    config:
    icon: oh:tree
    action: command
    actionCommand: OFF
    actionItem: EG_OFF
    label: EG AUS
    canvas: null

Can anyone tell me what the problem is?

Your Overview Page includes configs that it normaly does not have

sidebar: true
layoutType: fixed
screenWidth: 2000
screenHeight: 1200
hideNavbar: true
hideSidebarIcon: false

Mine starts with

config:
  label: Overview
  layoutType: responsive
blocks:
  - component: oh-block
    config: {}
    slots:
      default:
        - component: oh-grid-row
          config: {}
          slots:
            default:
              - component: oh-grid-col
                config:
                  large: "100"
                  medium: "100"
                  small: "100"
                  width: "100"
                  xlarge: "100"
                  xsmall: "100"
                slots:
                  default:
.....
1 Like

I think a page has to be responsive (not fixed) to be the overview page

1 Like

thanks guys. it really seems to have been due to the fixed layout. Too bad, because my layout only works when it is fixed.

is is possible to make a button which opens the other page?

Of course, add a new openHAB cell and select the page to open under action…
This is out of my mind as I am not in front of my computer atm, so might be slightly different…

1 Like

Ompf so easy Thanks!