Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/3c4818a2b49dd5c9b4e880423f3b3038b8bf3205/docs/widgets/services/moonraker.md?display=source
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
---
|
|
title: Moonraker (Klipper)
|
|
description: Moonraker (Klipper) Widget Configuration
|
|
---
|
|
|
|
Allowed fields: `["printer_state", "print_status", "print_progress", "layers"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: moonraker
|
|
url: http://moonraker.host.or.ip:port
|
|
```
|