Update romm.md

Corrected field names
This commit is contained in:
InsertDisc 2024-08-23 14:54:47 -04:00 committed by GitHub
parent af0aceec7e
commit c4853c1456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ title: Romm
description: Romm Widget Configuration description: Romm Widget Configuration
--- ---
Allowed fields: `["platforms", "totalRoms", "totalSaves", "totalStates", "totalScreenshots", "totalFilesize"]`. Allowed fields: `["platforms", "roms", "saves", "states", "screenshots", "totalfilesize"]`.
```yaml ```yaml
widget: widget:
@ -11,5 +11,5 @@ widget:
url: http://romm.host.or.ip url: http://romm.host.or.ip
username: username # optional username: username # optional
password: password # optional password: password # optional
fields: ["platforms", "totalRoms", "totalSaves", "totalScreenshots"] fields: ["platforms", "roms", "saves", "screenshots"]
``` ```