1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-04 06:23:40 +01:00

14 lines
255 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: OctoPrint
description: OctoPrintWidget Configuration
---
Allowed fields: `["printer_state", "temp_tool", "temp_bed", "job_completion"]`.
```yaml
widget:
type: octoprint
url: http://octoprint.host.or.ip:port
key: youroctoprintapikey
2023-09-29 21:01:11 +03:00
```