Files
homepage/docs/widgets/services/romm.md
InsertDisc 989184a820 Update romm.md
Added newly available fields to documentation.
2024-08-23 09:55:11 -04:00

16 lines
371 B
Markdown

---
title: Romm
description: Romm Widget Configuration
---
Allowed fields: `["platforms", "totalRoms", "totalSaves", "totalStates", "totalScreenshots", "totalFilesize"]`.
```yaml
widget:
type: romm
url: http://romm.host.or.ip
username: username # optional
password: password # optional
fields: ["platforms", "totalRoms", "totalSaves", "totalScreenshots"]
```