-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widget help please #1348
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
This comment has been minimized.
This comment has been minimized.
Can you share the specific part or your full dashy config.yml? |
Here is the "pi-hole" part of the config file whuch I shared originally:
I have tried replacing the api key: Pi-hole version 5.17.2 Thanks for your help! |
Can you test for me without proxy and then test with the hostname only being http://{ip}:{Port} without /admin, Because uncaught a could be due to the /a... |
I removed the /admin and still getting the same original error. Alson removing th /admin lands on the default Lightpd web page. |
I removed the proxy as well also, for reference I tested in Heimdall using the same ip and api key and it works. |
This comment has been minimized.
This comment has been minimized.
Can you try exatly this hostname with http? : http://{ip}:{port} |
I don't use a port to access PI-Hole. Just 192.168.86.xx/admin |
Please share the following as files not just screenshots or pastes: |
Because it's getting a 500 for the CORS proxy, I'm wondering if that endpoint isn't working in your instance. Have you tried manually calling the Depending on how you're running Dashy and Pi-Hole, you might not need to proxy the request for Pi-Hole widget (unless you've got a web server or something in front of Pi-Hole). Can you provide details on your environment, and how are you running Dashy? (like Docker, bare metal, etc?). Have you checked out the Widget Errors in the Troubleshooting guide? And just to double-check, the API key you're using is the |
Not sure if it's the same problem I am having, but on my end the widget renders, however, there is no data. Looking at the code I found that the Config:
Update 1: It seems the master changes are not part of the 2.1.1 release https://github.com/Lissy93/dashy/blob/2.1.1/src/components/Widgets/PiHoleStats.vue Update 2: |
I'm having the same problem--is there a resolution for the pi-hole widgets? Thanks. |
@Crayzei - yes this is fixed in This issue was caused by a change in the Pi Hole API spec. You'll need both the latest version of Pi-Hole, and the latest version of Dashy. |
Question
Just started using Dashy and seem to have an issue with the pi-hole widget. I have spent several hours researching and can't seem to resolve. I have checked and rechecked the Pi-Hole API and it is correct.
Here is my config:
widgets:
- type: pi-hole-stats
updateInterval: 60
useProxy: true
options:
hostname: ip address of pi-hole servere/admin
apiKey: goes here...
Error message:
From console:
Any help is very much appreciated!
al...
Category
Setup and Deployment
Please tick the boxes
The text was updated successfully, but these errors were encountered: