Network

In this section, you can configure your Player’s network settings.

All Media

You can see all the uploaded files in this section regardless of the media type. Any type of media that has been uploaded to your account will be visible in the All Media section. You can also mass upload multiple files, of the same or different type, at once You can upload as many different […]

Security Policies

In this section, we provide an optional feature at the Account level that will force users to change their passwords and also specify the password length, characters, etc. Password These options provide the following fields in the Account: Session Policies Define after how much time of inactivity you want your users to be automatically logged […]

4. Adding Transparency (Optional)

If the user activates the transparency checkbox, then the Widget is rendered in an offscreen buffer, and then copied to the screen. This results in a low refresh rate for the Widget contents. Keep that in mind when you create Widgets. Keep in mind that this does NOT work with the “Chromium” web rendering engine. […]

Custom RSS

Intro Display a news feed from any RSS URL by simply copying and pasting the feed link. You can customize the font color and font size. Creating a Custom RSS app Click on the Custom RSS app within your app gallery to add it, and fill in the app details as follows: FAQ Is it […]

Analog Clock (sample App)

In this guide, you will build a Custom App, the “digital_clock”. This app displays the player’s local time. The app’s HTML code The following app does the following: creates html svg tags for the clock’s frame and hands. reads the app’s configuration and applies the required CSS for background color, fill color (clock’s face), stroke […]

Current Weather

The app’s HTML code Here is the zip with the required code: yodeck_current_widget.zip The app’s JSON schema We need the declare a schema for the required configuration fields: current weather schema.jsonExpand source { "styleSettings": [ "theme", "font", "maincolor", "textcolor" ], "fields": [ "auto_detect", "location_data", "location_text", "temprature", "lang", "style_seperator", "maincolor", "textcolor", "font", "advanced_seperator" ], "meta": { […]

Daily Weather App Source Code

The app’s JSON schema We need to declare a schema for the required configuration fields: daily weather schema.jsonExpand source { "meta": { "name": "Daily Weather", "documentationUrl": "/daily-weather-on-screen/", "description": "Shows current weather and the week’s forecast via Opeweather.", "details": "Display weather in a daily forecast. <hr> <span style=\"font-size:12px; font-style: italic\">NOTE: App will automatically reload the data […]

Hourly Weather App Source Code

The widget’s HTML code For the ZIP file, reach out to our support. The widget’s JSON schema We need to declare a schema for the required configuration fields: Hourly weather schema.jsonExpand source { "meta": { "name": "Hourly Weather", "documentationUrl": "/hourly-weather-widget-on-screen/", "description": "Shows current weather and forecasts in three-hour increments via OpenWeather.", "details": "Display weather in […]