Skip to content

Commit 52ac793

Browse files
j-antunesbastienwirtz
authored andcommitted
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.
1 parent db53544 commit 52ac793

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/customservices.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,13 @@ If you are using an older version of Radarr or Sonarr which don't support the ne
266266
## Mealie
267267

268268
First off make sure to remove an existing `subtitle` as it will take precedence if set.
269-
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.
269+
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
270+
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"
271+
272+
```yaml
273+
type: "Mealie"
274+
apikey: "<---insert-api-key-here--->"
275+
```
270276

271277
## Medusa
272278

0 commit comments

Comments
 (0)