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
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2
+
>
3
+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4
+
1
5
To get started with Digital Signage, you need a license. We offer [free development licenses](https://modmore.com/free-development-licenses/) that you can use to try out Digital Signage, and also for development and staging purposes. [Paid licenses can be found here](https://modmore.com/digitalsignage/pricing/).
2
6
3
7
[TOC]
@@ -8,48 +12,48 @@ After creating an [api key](https://modmore.com/account/api-keys/) and adding it
8
12
9
13
When you install the package, a few things will be created for you:
10
14
11
-
- A new Context, called "Digital Signage" (`ds`) which is set to have a base url of `/ds`, meaning your digital signage will be available at `http://yourmodxsite.com/ds/`.
15
+
- A new Context, called "Digital Signage" (`ds`) which is set to have a base url of `/ds`, meaning your digital signage will be available at `http://yourmodxsite.com/ds/`.
12
16
13
-
- A new template, called `Digital Signage (1.1.4-pl original)`, or with a different version number.
17
+
- A new template, called `Digital Signage (1.1.4-pl original)`, or with a different version number.
14
18
15
19
- Several resources in the `ds` context including a home and export resources. You wont have to edit these manually usually.
16
20
17
-
- A link in the top menu called Digital Signage. This points to the dashboard, which is where you'll manage your slideshows.
21
+
- A link in the top menu called Digital Signage. This points to the dashboard, which is where you'll manage your slideshows.
18
22
19
23
- There are also [permissions](Permissions) that are added on installation; the administrator user group is automatically given these during the installation.
20
24
21
-
A couple of [settings](Configuration) are also set automatically based on what was created. This includes the context, templates adn more. The standard configuration should be good to start with.
25
+
A couple of [settings](Configuration) are also set automatically based on what was created. This includes the context, templates adn more. The standard configuration should be good to start with.
22
26
23
27
## Creating a template
24
28
25
29
Before moving on, duplicate the default template that was created and give it a name of your own. **Without a custom template, your broadcast wont work!**
26
30
27
-
Edit the `digitalsignage.templates` system setting and add your own template ID separated with a comma, for example `5,6`. **You need to have at least 2 options in the setting!**
31
+
Edit the `digitalsignage.templates` system setting and add your own template ID separated with a comma, for example `5,6`. **You need to have at least 2 options in the setting!**
28
32
29
33
## Creating your first broadcast
30
34
31
35
Click on the Digital Signage button in the MODX menu to go to the management dashboard. You'll notice a few tabs:
32
36
33
-
-**Broadcasts** are your slideshows. They are assigned to players (third tab) and contain slides (second tab).
37
+
-**Broadcasts** are your slideshows. They are assigned to players (third tab) and contain slides (second tab).
34
38
-**Slides** (second tab) are the individual pages inside your slideshow. There are different [types of slides](Slide_Types) you can use, as well as custom ones. Depending on the slide type, you can manage the content through this tab.
35
39
-**Players** is where you define the different screens you will be showing your broadcasts on. Each screen or device you want to play a broadcast should be a unique player. For each player you can set a schedule.
36
40
37
-
First, let's create a few slides.
41
+
First, let's create a few slides.
38
42
39
-
On the Slides tab, click on **Create new slide**. In the window that opens, select **Default** as the type, check _Published_ and enter a title, content, and how long the slide should be shown. You can also add an image and choose if you want to show the ticker or not.
43
+
On the Slides tab, click on **Create new slide**. In the window that opens, select **Default** as the type, check _Published_ and enter a title, content, and how long the slide should be shown. You can also add an image and choose if you want to show the ticker or not.
40
44
41
-
Create another slide with type **Buienradar**, which can show the weather. Find a location ID per the shown instructions or use `2751792` for Leeuwarden as an example. Give it a title as well.
45
+
Create another slide with type **Buienradar**, which can show the weather. Find a location ID per the shown instructions or use `2751792` for Leeuwarden as an example. Give it a title as well.
42
46
43
47

44
48
45
-
When you have slides, move to the **Broadcasts** tab and click **Create new broadcast**. Enter a name, select a template, and save. Right click and choose **Update slides (internal slides)**. Drag and drop the slides you created from the right _Available Slides_ to the left _Selected Slides_ column. Close the modal.
49
+
When you have slides, move to the **Broadcasts** tab and click **Create new broadcast**. Enter a name, select a template, and save. Right click and choose **Update slides (internal slides)**. Drag and drop the slides you created from the right _Available Slides_ to the left _Selected Slides_ column. Close the modal.
46
50
47
51
> **If you do not have the option to select a template, make sure to duplicate the default template and add at least 2 options to the `digitalsignage.templates` system setting.** Failing to do so can cause your broadcasts to be created without a template due to an unresolved bug, meaning you only get a blank page when viewing it.
48
52
49
53
## Connecting a screen (player)
50
54
51
-
Before we can view the broadcast, we need to connect a screen. On the **Players** tab, create a new player, giving it a nice name and enter a resolution (e.g. `1920x1080`). You can change this later if you don't have a dedicated screen yet.
55
+
Before we can view the broadcast, we need to connect a screen. On the **Players** tab, create a new player, giving it a nice name and enter a resolution (e.g. `1920x1080`). You can change this later if you don't have a dedicated screen yet.
52
56
53
-
Save, and then right click the player in the list and choose **Schedule Player**. Add a schedule entry **Connect Player**. You'll see a link; that's the one you need to open on your player.
57
+
Save, and then right click the player in the list and choose **Schedule Player**. Add a schedule entry **Connect Player**. You'll see a link; that's the one you need to open on your player.
54
58
55
59
When you open the link on the screen, you can now start managing it from the Digital Signage dashboard. When you change a broadcast or schedule, it will automatically load on your screen within 5 minutes.
Copy file name to clipboardExpand all lines: en/02_DigitalSignage/v1/Configuration.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2
+
>
3
+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4
+
1
5
When installing DigitalSignage, most configuration is automatically set up for you. For advanced uses, there are a few things you can tweak.
Copy file name to clipboardExpand all lines: en/02_DigitalSignage/v1/Custom_Templates.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2
+
>
3
+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4
+
1
5
Upon installation you'll find a new template called `DigitalSignage (1.x.x original)`. As the name implies, this is a default template that **will be overwritten on upgrades**, so you'll want to avoid editing it directly.
2
6
3
7
[TOC]
4
8
5
9
## Setting a custom template
6
10
7
-
To start tweaking your design, first duplicate the original template.
11
+
To start tweaking your design, first duplicate the original template.
8
12
9
13
Go to System > System Settings and change the `digitalsignage.templates` system setting to include the ID of the new template you just created. This setting accepts a comma separated list of template IDs, so if its value is for example `2` and your template is ID `3`, you can set it to `2,3`.
10
14
11
-
In the Digital Signage dashboard, on the Broadcasts tab, right click the broadcast you want to use with your own template and choose _Update broadcast_. Choose your template under Templates, and save.
15
+
In the Digital Signage dashboard, on the Broadcasts tab, right click the broadcast you want to use with your own template and choose _Update broadcast_. Choose your template under Templates, and save.
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2
+
>
3
+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4
+
1
5
Digital Signage offers the following permissions that you can use with the MODX ACL system to manage access to the dashboard.
2
6
3
7
-`digitalsignage` With this policy you can manage slides, broadcasts and media players.
4
8
-`digitalsignage_settings` With this policy you can manage slides, broadcasts, media players and slide types.
5
9
6
-
If you'd like to restrict access to the digital signage component, create a Policy Template with those permissions,
7
-
a Policy based on that template, and add the policy as mgr context permission to a usergroup.
10
+
If you'd like to restrict access to the digital signage component, create a Policy Template with those permissions,
11
+
a Policy based on that template, and add the policy as mgr context permission to a usergroup.
There are 2 ways of integrating RSS feeds. On a specific slide, as an automatic external feed, or as a news ticker.
1
+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2
+
>
3
+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4
+
5
+
There are 2 ways of integrating RSS feeds. On a specific slide, as an automatic external feed, or as a news ticker.
2
6
3
7
[TOC]
4
8
@@ -8,10 +12,10 @@ Create a new slide of type "RSS Feed" and enter the feed URL. Add the slide to a
8
12
9
13
## As an automatic integrated feed
10
14
11
-
Right click a broadcast and choose "Update feeds (external slides)" and choose "Create new feed".
15
+
Right click a broadcast and choose "Update feeds (external slides)" and choose "Create new feed".
12
16
13
-
Enter the RSS feed URL and choose how often to show it by setting the Frequency. If you set the frequency to 2, it means an item from the feed will be automatically added after every 2 regular slides.
17
+
Enter the RSS feed URL and choose how often to show it by setting the Frequency. If you set the frequency to 2, it means an item from the feed will be automatically added after every 2 regular slides.
14
18
15
19
## As a news ticker
16
20
17
-
The news ticker scrolls past the bottom of the screen on each slide. To set it, right click your broadcast and choose _Update Broadcast_. Enter the URL of a RSS feed in the Ticker URL feed.
21
+
The news ticker scrolls past the bottom of the screen on each slide. To set it, right click your broadcast and choose _Update Broadcast_. Enter the URL of a RSS feed in the Ticker URL feed.
It's possible to create your custom slide types as well. This requires changing your [template](../Custom_Templates) and adding the slide type in the Digital Signage dashboard.
1
+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2
+
>
3
+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
2
4
3
-
Instructions on how to do that will follow here, soon.
5
+
It's possible to create your custom slide types as well. This requires changing your [template](../Custom_Templates) and adding the slide type in the Digital Signage dashboard.
6
+
7
+
Instructions on how to do that will follow here, soon.
Copy file name to clipboardExpand all lines: en/02_DigitalSignage/v1/Slide_Types/Social_Media.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
To integrate recent Facebook, Twitter & Instagram posts, you can use the free [Social Media extension for Digital Signage](https://modmore.com/digitalsignage/extensions/social-media/).
1
+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2
+
>
3
+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4
+
5
+
To integrate recent Facebook, Twitter & Instagram posts, you can use the free [Social Media extension for Digital Signage](https://modmore.com/digitalsignage/extensions/social-media/).
2
6
3
7
## Setting up your template
4
8
@@ -46,14 +50,14 @@ Next, way in the footer, but before digitalsignage.js is included, load the Soci
46
50
47
51
## Adding new Slide Type
48
52
49
-
In the Digital Signage dashboard, click on Admin View in the top right and add a new Slide Type with key `social_media`, a name and icon of your choosing (e.g. `icon-heart`).
53
+
In the Digital Signage dashboard, click on Admin View in the top right and add a new Slide Type with key `social_media`, a name and icon of your choosing (e.g. `icon-heart`).
50
54
51
55
## Adding a new Slide
52
56
53
-
Go back to the default view with the button in the top right, and add a new slide using the slide type you just created.
57
+
Go back to the default view with the button in the top right, and add a new slide using the slide type you just created.
54
58
55
59
## Adding Social Media access tokens
56
60
57
61
In System > System Settings open the `digitalsignagesocialmedia` namespace to find the various access credentials you'll need, as well as search options. You only have to add the tokens for the social media you want to integrate with.
58
62
59
-
To check if the credentials are working, you can view the "Export (social media)" resource in your digitalsignage context. That should contain your post, or might contain error messages.
63
+
To check if the credentials are working, you can view the "Export (social media)" resource in your digitalsignage context. That should contain your post, or might contain error messages.
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
2
+
>
3
+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
4
+
1
5
Digital Signage ships with the following slide types out of the box:
2
6
3
-
-**Default** which consists of rich text (support Redactor, TinyMCE and other RTEs) and an optional image.
7
+
-**Default** which consists of rich text (support Redactor, TinyMCE and other RTEs) and an optional image.
4
8
-**Media** which is either an image or a YouTube/Vimeo video. Best played full screen.
5
9
-**RSS Feed** to show a list of items from a RSS feed. ([learn more about different ways of integrating feeds](../RSS_Feeds))
6
-
-**Buienradar** integrates the weather forecast, using an API from Buienradar. While Buienradar is a Dutch site, their forecast does have worldwide coverage.
10
+
-**Buienradar** integrates the weather forecast, using an API from Buienradar. While Buienradar is a Dutch site, their forecast does have worldwide coverage.
7
11
8
12

Copy file name to clipboardExpand all lines: en/02_DigitalSignage/v1/index.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ title: DigitalSignage
3
3
description: Documentation for Digital Signage, a plugin by Sterc that lets you manage slideshows for narrow casting.
4
4
---
5
5
6
+
> **This extra is discontinued**. It was originally built by Sterc and distributed by modmore as a Premium Extra, however in 2020 Sterc decided they can no longer offer the support required. It is no longer available from modmore, but may be available elsewhere.
7
+
>
8
+
> Unfortunately modmore cannot provide standard support for this extra. You may request support from Sterc directly or consider [booking Premium MODX Support](https://modmore.com/premium-modx-support/) if you need help with it.
9
+
10
+
6
11
[DigitalSignage](https://modmore.com/digitalsignage/) is a premium extra by Sterc that lets you manage slideshows for narrow casting. [Learn more about DigitalSignage](https://modmore.com/digitalsignage/)
0 commit comments