New Terry Digital Signage contains widget placeholders that surround the placeholder for signage:
...
Anchor | ||||
---|---|---|---|---|
|
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:
Code Block |
---|
<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> |
Anchor | ||||
---|---|---|---|---|
|
The current time and date are displayed using the Time and Date Widget. The GitHub repository for this widget is available here.
...
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.
...
...
Anchor | ||||
---|---|---|---|---|
|
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:
Code Block |
---|
<!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> |
Anchor | ||||
---|---|---|---|---|
|
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.
...
Anchor | ||||
---|---|---|---|---|
|
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.
...