HomarrH
Homarr2mo ago
29 replies
Porter

Dash System Resources widget JSON issue

Hello, I have a Synology NAS with Homarr and dash both setup via docker.

I have connected the dash integration with no issues.

On my board if I add the System Health Monitoring widget it correctly loads information from dash I can see CPU, RAM, Storage.

But if I try and use the System Resources widget I get an endless loading UI.

Looking in the browser console at the network request, the request gives a 200 success, but looking at the response it shows a JSON parse error.

The JSON it's self is valid, the issue is it seems to be returning multiple top level JSON objects

{"json":{"0":[[0],[null,0,0]]}}
{"json":[0,0,[[{"result":0}],["result",0,1]]]}
{"json":[1,0,[[{"data":0}],["data",0,2]]]}
{"json":[2,0,[[[{"integrationId":..........}


Error message: SyntaxError: JSON.parse: unexpected non-whitespace character after JSON data at line 2 column 1 of the JSON data

Any ideas on how to resolve this?

Synology NAS DS920+
OS DSM 7.2.2-72806 Update 4
Homarr v1.45.0
Configuration: docker-compose
Was this page helpful?