Skip to content

Commit

Permalink
Update customservices.md
Browse files Browse the repository at this point in the history
Improve README for Mealie to be in line with other examples. A added some breadcrums on where to find the Mealie API page.
  • Loading branch information
j-antunes authored and bastienwirtz committed Dec 22, 2024
1 parent db53544 commit 52ac793
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/customservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 52ac793

Please sign in to comment.