From 52ac793d4569377375d743b1d9d26a6c099dd41f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Antunes?= <64033582+j-antunes@users.noreply.github.com> Date: Mon, 9 Dec 2024 08:02:33 -0700 Subject: [PATCH] Update customservices.md Improve README for Mealie to be in line with other examples. A added some breadcrums on where to find the Mealie API page. --- docs/customservices.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/customservices.md b/docs/customservices.md index ffb06fc..d3078e4 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -266,7 +266,13 @@ If you are using an older version of Radarr or Sonarr which don't support the ne ## Mealie First off make sure to remove an existing `subtitle` as it will take precedence if set. -Setting `type: "Mealie"` will then show the number of recipes Mealie is keeping organized or the planned meal for today if one is planned. You will have to set an API key in the field `apikey` which can be created in your Mealie installation. +Setting `type: "Mealie"` will then show the number of recipes Mealie is keeping organized or the planned meal for today if one is planned. You will +have to set an API key in the field `apikey` which can be created in your Mealie installation. The API page can be found: Click on hamburger menu -> Click on your profile -> Click on "Manage your API Tokens" + +```yaml + type: "Mealie" + apikey: "<---insert-api-key-here--->" +``` ## Medusa