-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Question
Hello,
I am having trouble with the weather widget, I was able to go through the configuration and setup all of my links and sections but I am trying to experiment with the widgets.
I was able to confirm that the basic widgets works (no API), for example the Crypto ones in the sample config.
I signed up for openweather.org and setup the widget in my config. I have tried several different city codes and switched to US just for troubleshooting.
I have tried with both the proxy (useProxy: true) and internal CORS (no proxy). I don't know how to access the logs to find out what the problem is. I only saw references to using the browser console which I do not have much experience with in troubleshooting.
Any idea where I may be able to find the logs, or how to resolve this?
I am running on Docker in Unraid. I have Pihole running on unraid and use PFsense on my router. Openweather.org and api.openweather.org are both pingable from inside the container.
- name: Today
displayData:
rows: 5
sortBy: default
cols: 5
collapsed: false
hideForGuests: false
widgets:
- type: weather
useProxy: true
options: null
apiKey: efdbade728b37086877a5e83442004db
city: US
units: imperial
hideDetails: false
id: 0_513_weather
Category
Widgets
Please tick the boxes
- You are using a supported version of Dashy (check the first two digits of the version number)
- You've checked that this question hasn't already been raised
- You've checked the docs and troubleshooting guide
- You agree to the code of conduct
