mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
13 lines
255 B
Markdown
13 lines
255 B
Markdown
---
|
|
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
|
|
```
|