Hadashboard parsing error

all i get is a blank screen with the background, no buttons, no widgets… not sure what i am doing wrong. i either get this or a parsing error like this

upstairs: Error while parsing dashboard ‘conf/dashboards/upstairs.dash’:
upstairs: parser says
upstairs: in “”, line 66, column 56: … or, GuestRoom, Exterior, Cameras ^
upstairs: found unexpected end of stream while scanning a quoted scalar

here is my config for main

title: Main Panel
widget_dimensions: [120,120]
widget_size: [1,1]
widget_margins: [5,5]
columns: 8
global_parameters:
use_comma: 0
precision: 1
use_hass_icon: 1

clock:
widget_type: clock

weather:
widget_type: weather
units: "°F

sean_presence:
widget_type: device_tracker
title: sean
device: phone.phone

ruth_presence:
widget_type: device_tracker
title: ruth
device: phone2.phone2

main:
widget_type: navigate
dashboard: main
title: Main Panel

upstairs:
widget_type: navigate
dashboard: upstairs
title: Upstairs

mainfloor:
widget_type: navigate
dashboard: mainfloor
title: Main Floor

guestroom:
widget_type: navigate
dashboard: guestroom
title: Guest Room

exterior:
widget_type: navigate
dashboard: exterior
title: Exterior

cameras:
widget_type: navigate
dashboard: cameras
title: Cameras

reload:
widget_type: reload
title: Reload

layout:
- clock(2x1), weather(2x2)
- sean_presence, ruth_presence
- sensor.upstairs_temperature(2x1), sensor.home_temperature(2x1)
- main, upstairs, mainfloor, guestroom, exterior, cameras, reload

what can i do to get this up and running?

Looks like you have an unclosed quote for the units in the weather widget definition

thank you so much, up and running!

1 Like