2024-01-20 07:36:44 +00:00
|
|
|
---
|
|
|
|
title: Romm
|
|
|
|
description: Romm Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-08-23 22:28:37 -04:00
|
|
|
Allowed fields: `["platforms", "totalRoms", "saves", "states", "screenshots", "totalfilesize"]`.
|
|
|
|
If more than (4) fields are provided, only the first (4) will be used.
|
2024-01-20 07:36:44 +00:00
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2024-01-26 09:12:56 -08:00
|
|
|
type: romm
|
2024-01-20 07:36:44 +00:00
|
|
|
url: http://romm.host.or.ip
|
2024-01-20 10:02:45 -08:00
|
|
|
username: username # optional
|
|
|
|
password: password # optional
|
2024-08-23 22:28:37 -04:00
|
|
|
fields: ["platforms", "totalRoms", "saves", "states"] # optional - default fields shown
|
2024-01-20 07:36:44 +00:00
|
|
|
```
|