H
Homarr4d ago
Xenio

TRPC Client Error - Weather widget cannot fetch data

Hello, I'm currently getting the following and I'm using docker compose through portainer for my instance:
2025-01-17T22:21:50.563Z error: tRPC Error with query on 'widget.weather.atLocation': (INTERNAL_SERVER_ERROR) - fetch failed
Docker compose is as follows (env file just contains encryption key):
version: '3' services: homarr: container_name: homarr image: ghcr.io/homarr-labs/homarr:v1.0.1 restart: unless-stopped volumes: - /portainer/Files/AppData/Config/homarr:/appdata - /var/run/docker.sock:/var/run/docker.sock ports: - 7575:7575 env_file: - stack.env
See pictures attached. Thank you
No description
No description
No description
7 Replies
Cakey Bot
Cakey Bot4d 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?
Meierschlumpf
Meierschlumpf4d ago
Is the container able to connect to the internet and do you have a dns hole service?
Xenio
XenioOP3d ago
When I terminal into the docker container I can ping outbound websites. I do have pihole setup as my dns and have also used the "dns:" property in my compose config to no avail
Meierschlumpf
Meierschlumpf3d ago
Can you check if it can fetch https://api.open-meteo.com/v1/forecast or if that is blocked by your pihole? If so add it to the allowlist
Xenio
XenioOP3h ago
Seems to be able to get to the api end point:
Xenio
XenioOP3h ago
No description
Xenio
XenioOP3h ago
I've also tried disabling pihole to the same effect

Did you find this page helpful?