You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that you have the script in Scriptable, it's time to enter your favorite news site.<br>
26
33
These are the changes you need to make in the script:
27
34
28
35
```javascript
29
36
consturl="RSS-FEED-URL";
30
-
constsrcName="SITE-NAME"
37
+
constsrcName="SITE-NAME";
31
38
```
32
39
Replace ```RSS-FEED-URL``` with the URL of the RSS feed you'd like to add.
33
-
Replace ```SITE-NAME``` with the name of the site which will be displayed on the lockscreen.
40
+
Replace ```SITE-NAME``` with the name of the site that should be displayed on the lock screen.
41
+
42
+
## Rotation feature
43
+
Version 1.1.0 supports a rotation feature where the script automatically selects one of the 5 latest articles from the RSS feed. This value can be changed by editing the following value:
0 commit comments