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.
pull/850/head
João Antunes 2024-12-09 08:02:33 -07:00 committed by Bastien Wirtz
parent db535442d6
commit 52ac793d45
1 changed files with 7 additions and 1 deletions

View File

@ -266,7 +266,13 @@ If you are using an older version of Radarr or Sonarr which don't support the ne
## Mealie ## Mealie
First off make sure to remove an existing `subtitle` as it will take precedence if set. 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 ## Medusa