Hello. First time user here, so please bare with me. I am following a network monitoring tutorial for Raspberry Pi and was excited to try out Node-Red. I'm running the latest Buster version of the OS (just re-imaged yesterday) and on this clean install I used the Install Script to install node-red. I also added via npm node-red-dashboards, node-red-snmp and otheres.
I was able to create my first node-red flow, which is a simple ping monitor feeding into dashboards chart.
But when I deploy the flow and then browse to http://{{ip address}}:1880/ui, my chart shows up as being blank. I can see the header title of my group and the chart beneath it... but there's no chart at all. Not even an blank/empty chart.
Also the "home" button at the top is non-clickable, in fact nothing on the /ui page is clickable. So I'm starting to think there must be some other package I need to install. It looks like the UI/Dashboards function isn't working right.
I know there isn't much to go off here troubleshooting wise, I can look at any log file or other config files as necessary. Very curious to see what I have done wrong.
Thanks!