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

16 lines
310 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: OctoPrint
description: OctoPrintWidget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [OctoPrint](https://octoprint.org/).
2023-09-29 21:01:11 +03:00
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
```