Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/a06964dd175fa798fa9189ba1ecd5766bbde543f/docs/widgets/services/octoprint.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/octoprint.md

16 lines
310 B

1 year ago
---
title: OctoPrint
description: OctoPrintWidget Configuration
---
Learn more about [OctoPrint](https://octoprint.org/).
1 year ago
Allowed fields: `["printer_state", "temp_tool", "temp_bed", "job_completion"]`.
```yaml
widget:
type: octoprint
url: http://octoprint.host.or.ip:port
key: youroctoprintapikey
1 year ago
```