Support

Apple MAC digital signage

Apple Mac Digital Signage

Apple Mac digital signage setup shows you how to find, download and install our APP on a Mac OS-based computer.

Apple Mac Digital Signage - Sign up

Sign up at my.playsignage.com

Go sign up at playsignage.com, using Facebook, Google, Microsoft, or simply a username and password.

Apple Mac Digital Signage - Connect your player

Connect your player

Connect your player using a standard HDMI cable (Some TV’s have a player built-in)

Apple Mac Digital Signage - Download

Download our APP

Download and install our APP – Click here to download the 64bit OSX app (x86)download this if you are unsure which to choose or Click here to download the 64bit M1 OSX app (arm)

Apple Mac Digital Signage - Link your screen

Link the APP

Log in at my.playsignage.com, then go to Screens, hit Add screen, and use the code from the TV to link the APP to your account.

Apple Mac Digital Signage - Design your content

Design your content

Go to Playlists, hit Create Playlist, and design your content.

Apple Mac Digital Signage - Link playlist

Link your playlist

Go to Groups & Schedules, pick your playlist in the group’s base playlist and move your screen to the group.

Launch APP on startup Go from Auto-Launch to start for MAC OSX digital signage app

Launching the APP on startup is not on when you first install our APP. If you want the Mac Digital Signage app to launch after a power outage or simply when you power on the player go to my.playsignage.com, Screens, open the settings for the screen, and toggle on Launch APP on startup.

Options

Options can be accessed directly by the player or in settings for your player.

  • Launch player on startup - Toggle this ON to make sure our APP starts when your player starts up, for example after a power outage.
  • Show top menu bar - Toggle this ON if you want the top bar to appear when moving the mouse or using the remote for your player. Toggle this OFF if you want a kiosk experience where users can't exit the app by clicking the exit button on the top menu bar. You can still access the menu with "Ctrl + o" command.
  • Optimize for touchscreen - Toggle this ON if you are planning on using our APP on a touchscreen. This setting will make small adjustments to how our APP works in conjunction with a touchscreen.
  • Analytics - Toggle this ON if you need analytic data from this particular player. Read more about Analytics
  • Display Orientation - This option should only be used if your player operating system does not support changing the orientation as we recommend the adjustment on an operating system level instead.. You have the option of portrait (Clockwise) and portrait (Counter-clockwise).
  •  Website rendering engine - Our app comes with a pre-packaged Chromium engine and by default the websites are rendered using the prepackaged browser, however you can change this and use the system engine instead, then websites will be rendered using default browser that is configured as the webview engine in your Android device. The prepackaged browser works well for most users so there should not be a need to change it unless there are problems with specific website rendering. 
  • UserAgent - UserAgent is a piece of text that browsers use to identify itself to the web server. Certain websites will render a mobile view if they detect Android userAgent, altough the site is displayed on a big screen. With this option you can work around this issue and spoof a desktop computer's UserAgent. The UserAgent lets you pick Default, Mobile, Desktop, or Custom.
  • Reload player every day at - It is good practice to clear the cache on the player once every 24 hours. Here you can set a time that is not inconvenient, for example at night when no one is watching your TVs. Rooted devices will be rebooted, unrooted devices will simply restart our app.
  • Tags - If you are using tags they will be listed here. You also can find and add a tag.
  • Clear cache - In case you need to clear the cache manually you can do that here. For example, if you are changing your content continually and you experience something not working as expected, clearing the cache should help as it removed any old data stored on the players' storage.
  • Reload - Reloading your player is similar to clearing the cache. In addition, reloading will close and start the APP.
  • Status - Status tells you if the APP is connected to the cloud. Green means you are connected and red means you are not connected. If you see a red status you should check the internet and wifi connection to your player.
  • Device Time - The device time tells you the player's time and date. If the device time is wrong it will also be wrong in our APP and thus all time related scheduling will be off, so make sure to correct the time on the player operating system if you are having problems.
  • Resolution - The resolution is the resolution according to your player's operating system. If the operating system on the players tells us its running HD, your content on the TVs will be optimised for HD. Please note that many devices that are advertised as 4K can only decode video in 4K but run apps in a lower resolution. This means you may see a lower resolution reported by our app, but any 4K video that you use will be still played as 4K. If you are seeing a lower resolution, you can install a 3rd party "resolution checker" app on the device to confirm the resolution from another app as well.
  • Version - This is the version of our APP
  • Screen ID - Also referred to as UID. The UID is the unique ID for your player.
  • Disc Usage - Disc usage will tell you how much data have been used on the player's storage. We do not recommend more than max. 80% storage use.
  • Android Settings - This is reserved for developers only
  • Screen edges - In case you have a LED screen, video wall, or an older model TV you might have to adjust the edges so that they match your TV and the content.
  • Browser - Here you can easily access the browser used by the APP to check content, connectivity, etc.
  • Reset - If you need to unlink your player or perhaps link the player to another account you can use reset.

 

FAQ for Mac Digital Signage Go from FAQ to start for MAC OSX digital signage app

I got my screen linked, what next?

We recommend checking out our 5-minute video guide on getting started, it covers most of the basics.

How do I set up the display in portrait mode?

See the OSX section of our portrait guide.

The mouse cursor is visible after restart? Link

It can be that other software in the system can interfere with our application and steal focus after our app has launched, this prevents our app from hiding the cursor. It seems that in OSX Ventura (13.0.0) has made some significant changes to how it handles the mouse and has increased the likelihood of the mouse not being hidden after a restart. Currently, there is a workaround for using a 3rd party software after a set time of inactivity:

  1. Download Cursorcerer.
  2. Unzip it and click on the Cursorcerer3.prefPane file.
  3. Install the preference pane for all users and set the “Hide idle cursor after” value to 5 seconds.
  4. Now we need to set Cursorcerer to autostart with the operating system, open the terminal, and copy-paste the following command:
    1. curl https://playsignage.com/wp-content/uploads/2022/12/cursorcerer_autostart.sh | sh
  5. Log out and log in again
  6. Now upon login, the OSX will ask for permission to open the Cusorcerer, give the required permissions
  7. Now after a restart, the cursor will be hidden after some period of inactivity

Where are the files stored?

The player downloads files to ~/Library/Application Support/PlaySignage/assets

Can I run several instances of the application?

By default, the application enables a maximum of one window, however in situations where you have a Mac machine with several monitors, you may need to run one player application per monitor. To do this, you need to set a different data directory for each application window using the --data-dir parameter, for example:
open /Applications/PlaySignage.app --args --data-dir=/path/to/storage/folder

Intranet website with a self-signed SSL certificate is not showing?

By default as a security precaution, the application does not show websites with certificate errors. However, if you need to show a website that does not have a valid SSL certificate, you can launch the app with a --ignore-certificate-errors parameter, for example:
open /Applications/PlaySignage.app --args --ignore-certificate-errors

How do I run the app on my secondary display?

To run the app on your secondary display go to OPTIONS in the app and choose your preferred display.

MAC Digital Signage Software FAQ

Our software can not send an application to another space programmatically as OSX does not expose that functionality. If you want to show signage on another display, make sure that all displays share the same space.

OSX 13 (Ventura): Open System settings, find Desktop & Dock, scroll down and turn off Displays have separate Spaces, log out and log in again.

OSX Ventura settings

OSX 12 (Monterey) and older: Open System Preferences, click Mission Control, and then turn off the option Displays have separate Spaces.

Mac OSX Mission Control

How do I update the player software? Link

There is a built-in auto-updater, however, in certain circumstances, the software is not automatically updated. You can apply the update manually without having to link the screen again:

  1. Close the player application if it’s running.
  2. Download the latest version.
  3. Double-click on the downloaded .dmg file.
  4. Drag the app to the Applications folder (See step 2)

The plugins don’t work

If one or more plugin doesn’t work on your Mac OSX, it’s possible that the MAC Digital Signage app on your player device is out of date. Click here to learn more.

How do I access OPTIONS if I disabled the top menu bar?

In the APP options, you can hide the top menu bar if you for example are running a touch screen. To access the top menu bar, when hidden, you can use CTRL + O for options or CTRL + Q to close the APP.