homepage/docs/widgets/services/moonraker.md

24 lines
646 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: Moonraker (Klipper)
description: Moonraker (Klipper) Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Moonraker](https://github.com/Arksine/moonraker).
2023-09-29 21:01:11 +03:00
Allowed fields: `["printer_state", "print_status", "print_progress", "layers"]`.
```yaml
widget:
type: moonraker
url: http://moonraker.host.or.ip:port
2023-09-29 21:01:11 +03:00
```
If your moonraker instance has an active authorization and your homepage ip isn't whitelisted you need to add your api key ([Authorization Documentation](https://moonraker.readthedocs.io/en/latest/web_api/#authorization)).
```yaml
widget:
type: moonraker
url: http://moonraker.host.or.ip:port
key: api_keymoonraker
```