New Terry Digital Signage Widgets
New Terry Digital Signage contains widget placeholders that surround the placeholder for signage:
Events
The Events widget displays a scrolling event feed. The feed contains an iframe with an API that pushes event listings. The following HTML embed script is used:
<iframe scrolling="no"
src="https://storage.googleapis.com/risemedialibrary-8d61379d-1219-4acf-985c-7bd43455fa1a/Events-Feed/events-feed.html"
style="
width: 100%;
height: 100%;
text-align: center;
margin: 0;
overflow: hidden !important;
overflow: -moz-scrollbars-none;
border: hidden !important;
-ms-overflow-style: none;
"
></iframe>
Time and Date
The current time and date are displayed using the Time and Date Widget. The GitHub repository for this widget is available here.
The time and date are displayed in separate placeholders, though both use the Time and Date widget. To access the widget, click on either the Date or Time placeholder, then click on the Time and Date Widget.
Date
The Date placeholder utilizes the following configuration in the Time and Date Widget:
The Show Date checkbox is checked, with the date format set to Month Day, Year (for example, February 28, 2023).
Specific time zone is selected, with America/New_York set as the time zone.
The font is set to Merriweather Sans, 36px size, and center aligned.
Time
The Time placeholder utilizes the following configuration in the Time and Date Widget:
The Show Time checkbox is checked, with the time format set to 12-Hour.
The current date and time is set to The media player’s time zone.
The font is set to Merriweather Sans, 36px size, and center aligned.
Weather
The Weather placeholder contains an HTML widget that provides the current weather in Athens, as well as a weekly forecast. The following HTML embed script is used:
<!DOCTYPE html>
<html>
<head lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<a class="weatherwidget-io" href="https://forecast7.com/en/33d95n83d36/athens/?unit=us" data-label_1="ATHENS" data-label_2="WEATHER" data-font="Arial" data-icons="Climacons Animated" data-theme="original" data-basecolor="#ffffff" data-textcolor="#000000" data-highcolor="#E4002B" data-lowcolor="#00A3AD" data-cloudcolor="#C8D8EB" data-cloudfill="" data-raincolor="#004E60" >ATHENS WEATHER</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>
</body>
</html>
Logo
The Terry College of Business logo is displayed in top-left corner of the presentation in the Logo placeholder. This is a single static image. It is saved in the 2022-2023 folder as TERRY_logo_vertical_FC.png.
The image is scaled to fit in a 453x299 placeholder and center aligned.
BLC Photos
New Terry Digital Signage contains a placeholder at the top of the presentation that cycles through a series of photos of the BLC campus. The rotation of photos is determined by the content that is saved in the BLC Background folder in the Rise Vision storage. If a photo is added to this folder, it will begin displaying in the rotation. If a photo is deleted from the folder, it will stop displaying in the rotation.
All photos are sized to exactly fit the blc-photos placeholder size of 1450x301. To access the placeholder’s image settings, select the blc-photos placeholder, then click BLC Background.
The photos utilize the following configuration:
Folder of Images is selected as the image source, with BLC Background set as the folder source.
The Resume Playing from Last Position checkbox is checked.
The Scale to Fit checkbox is checked.
Alignment is set to Middle Center.
Duration each image shows for is set to 30.
The Auto Hide Navigation checkbox is checked.