Dash widget "Cannot acquire information from dash"

I can view the dash web UI running fine directly on my host at http://192.168.1.59:80, but the widget doesn't work in homarr. I'm only trying to enable internal http access. I don't need external or https. Why doesn't this work? - OS: Debian 12 - Homarr version: latest tag? - Dash version: latest tag? - Server logs: https://pastebin.com/YPexqBec Relevant docker-compose.yaml config:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
ports:
- '7575:7575'
dash:
image: mauricenino/dashdot:latest
restart: unless-stopped
privileged: true
ports:
- '80:3001'
volumes:
- /:/mnt/host:ro
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
ports:
- '7575:7575'
dash:
image: mauricenino/dashdot:latest
restart: unless-stopped
privileged: true
ports:
- '80:3001'
volumes:
- /:/mnt/host:ro
Pastebin
ERROR No valid integrations found for health monitoring in 'defau...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
No description
No description
Solution:
Widgets -> Dash. -> Edit -> Enter URL -> Save
Jump to solution
10 Replies
Cakey Bot
Cakey Bot2mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
rando1234
rando1234OP2mo ago
Client logs:
No description
rando1234
rando1234OP2mo ago
Ok actually from the client logs, that dashdot network request's payload is "{"0":{"json":{"url":""}}}", and the response error is telling me the url is invalid, which makes sense, but is the url not sourced from the Dash integration I configured? Where is the url coming from? Has me wondering if/how the dash integration works at all. The iframe embedding approach works fine 🤷‍♂️
Solution
aKshun
aKshun4w ago
Widgets -> Dash. -> Edit -> Enter URL -> Save
aKshun
aKshun4w ago
No description
aKshun
aKshun4w ago
No description
aKshun
aKshun4w ago
from your screenshot above, you are just making an "app" and leaving the widget unconfigured
Manicraft1001
Manicraft10014w ago
@rando1234 see above
rando1234
rando1234OP4w ago
Sorry I'm an idiot lol. Pretty obvious now in retrospect. Thanks, that fixed the issue!
aKshun
aKshun4w ago
All good, seems more common than I would imagine by looking at the get-help posts. Probably why version 1.0 is moving to configuring these in a backend for every user to add to their dashboards

Did you find this page helpful?