Skip to main content
13-Aquamarine
December 19, 2025
Question

ThingWorx mashup display on TV using a digital signage tool AppSpace

  • December 19, 2025
  • 2 replies
  • 325 views

Does any one here know how to display ThingWorx mashup on TV using a digital signage tool AppSpace?

 

 

2 replies

24-Ruby III
December 21, 2025

Some useful materials:

18-Opal
December 21, 2025
Hello,

ThingWorx mashups are just normal HTML pages, so just open the one you need and copy the URL into your digital signage configuration. You’d need to handle authentication though:

1. Create an App Key for a user that has sufficient permissions to view that mashup. You can start with Administrator for a proof-of-concept.
2. Enable “Allow Application key as URL” in the Platform Subsystem configuration.
3. Add &appKey=xxxxxxx to your mashup URL. This should log you in without asking for credentials.

Of course this assumes that your digital signage installation is connected to Internet. Otherwise you’re out of luck.

/ Constantine
13-Aquamarine
December 23, 2025

Thank you for the reply
If my site is SSO authenticated (Azure AD) - will the 

2. Enable “Allow Application key as URL” in the Platform Subsystem configuration. - Skip the authentication?

18-Opal
December 24, 2025
Theoretically it should, as long as you have App Key authentication enabled in your sso-settings.json.