Replies: 3 comments
|
Since your API is returning an array, try using dynamic-list in the config instead of list Read more here on how to configure it: https://gethomepage.dev/widgets/services/customapi/#dynamic-list-view |
0 replies
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
0 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Description
I have an endpoint that fetch data and create a flat json for hompage to use.
i dont have any error logs on container and i cant troubleshoot it
API Response:

[
{
"day": "Monday",
"title": "Chiikawa",
"episode": 310,
"time": "2026-01-19T22:40:00.000Z",
"recommended": true
},
{...},...
]
Is the service.yaml well configured for this?
labels are visible but no values detected
I'd appreciate some examples and some help!
homepage version
v.1.9.0
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
No response
Troubleshooting
No output
All reactions