mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
14 lines
255 B
Markdown
14 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
|
|
```
|