None of my widgets are working
I've just installed Homarr so maybe I'm doing something wrong but I've added an app tile, put in the right details, added API keys... and nothing.
Dash. widget doesn't show anything, Download client widget doesn't show any of my 3 DCs, Jellyfin etc
7 Replies
If they are in docker compose, it creates a bridge network by default, if you do not use network_mode:host in the homarr config, 192. anything will be treated with its local ips and not your computer's cause its not on that network
@Kansaigaijin
Like this, right?
I reset it up from scratch and now download client and jellyfin widgets are working but dashdot still isnt and neither is jellyseer (in saying that I think all requests from me are accepted so maybe thats why nothing shows up)
Firstly, you can activate pings to check whether or not an app is contactable to begin with.
Settings -> Customization -> layout -> Enable pings.
A green dot on an app means it's ok.
A red dot can mean 2 things:
- Unauthorized access, which means it's ok and the code shouuld be added in the network tab.
- Actual error, 404 or 50X code.
Dashdot is green but still nothing in the widget?
Dahsdot doesn't work the same way as other widget, it uses the Iframe system. You need to enter the URL in the widget's settings directly.
It has to use the same protocol as homarr, so if you access homarr in https you also have to access dashdot in https. If both are http it's good too.