Skip to content

Commit 6ff7b34

Browse files
committed
newsfeed: add new properties for feeds (see MagicMirrorOrg/MagicMirror#3742)
1 parent eae559f commit 6ff7b34

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

modules/newsfeed.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,11 @@ The following properties can be configured:
124124
The `feeds` property contains an array with multiple objects. These objects have
125125
the following properties:
126126

127-
| Option | Description |
128-
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
129-
| `title` | The name of the feed source to be displayed above the news items. <br><br> This property is optional. |
130-
| `url` | The url of the feed used for the headlines. <br><br> **Example:** `'https://www.nytimes.com/services/xml/rss/nyt/HomePage.xml'` |
131-
| `encoding` | The encoding of the news feed. <br><br> This property is optional. <br> **Possible values:** `'UTF-8'`, `'ISO-8859-1'`, etc ... <br> **Default value:** `'UTF-8'` |
132-
| `useCorsProxy` | Uses the internal cors proxy to avoid cors errors. <br><br> This property is optional. <br> **Possible values:** `true` or `false` <br> **Default value:** `true` |
127+
| Option | Description |
128+
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
129+
| `title` | The name of the feed source to be displayed above the news items. <br><br> This property is optional. |
130+
| `url` | The url of the feed used for the headlines. <br><br> **Example:** `'https://www.nytimes.com/services/xml/rss/nyt/HomePage.xml'` |
131+
| `encoding` | The encoding of the news feed. <br><br> This property is optional. <br> **Possible values:** `'UTF-8'`, `'ISO-8859-1'`, etc ... <br> **Default value:** `'UTF-8'` |
132+
| `useCorsProxy` | Uses the internal cors proxy to avoid cors errors. <br><br> This property is optional. <br> **Possible values:** `true` or `false` <br> **Default value:** `true` |
133+
| `ignoreOldItems` | Overrides the property defined for the module (see above) for the specific feed |
134+
| `ignoreOlderThan` | Overrides the property defined for the module (see above) for the specific feed |

0 commit comments

Comments
 (0)