Files
homepage/docs/widgets/services/romm.md
InsertDisc 48af448560 Update romm.md
Updated documentation to clarify how fields are handled.
2024-08-23 21:02:57 -04:00

16 lines
435 B
Markdown

---
title: Romm
description: Romm Widget Configuration
---
Allowed fields: `["platforms", "roms", "saves", "states", "screenshots", "totalfilesize"]`.
If more than (4) fields are provided, only the first (4) will be used.
```yaml
widget:
type: romm
url: http://romm.host.or.ip
username: username # optional
password: password # optional
fields: ["platforms", "roms", "saves", "states"] # optional - default fields shown
```