From 69e47a4d581be4cf56488515f319f8d2c5dd1b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20de=20Jong=20=F0=9F=8D=9F?= Date: Sun, 18 Feb 2024 20:21:13 +0100 Subject: [PATCH] Moonraker readme for authentication --- docs/widgets/services/moonraker.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/widgets/services/moonraker.md b/docs/widgets/services/moonraker.md index 6de62ec64..5972f66b1 100644 --- a/docs/widgets/services/moonraker.md +++ b/docs/widgets/services/moonraker.md @@ -12,3 +12,13 @@ widget: type: moonraker url: http://moonraker.host.or.ip:port ``` + + +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 +```