This thread is to share ideas about digital signage content and ideas. Share your screenshots of what you have done and how you did it. Would be good to try and keep the thread tidy so it can be used as reference?
This thread is to share ideas about digital signage content and ideas. Share your screenshots of what you have done and how you did it. Would be good to try and keep the thread tidy so it can be used as reference?
Last edited by titch; 31st January 2013 at 02:06 PM.
News and Weather.jpg
Attachment 16963
Display Software: Xibo
Page with an embedded Google calendar (agenda mode), news rss feed, BBC weather "screenshot" and RSS ticker of our twitter feed at bottom. Background is a picture of our school in bloom.
Newsround 1.jpgNewsround 2.jpg
dISPLAY sOFTWARE: Xibo
Page with an embedded Google calendar (agenda mode), BBC Newsround "screenshot of part of page". RSS scrolling at side. Background made of boxes.
National Geographic.jpg
Software: Xibo
National Geographic Photo of the day. With school twitter rss and Google calendar embedded. Background is the as newsround background. The text about the picture is pulled from the RSS of the national Geographic.
Christmas.jpg
Software: Xibo
Webcams showing Santas Grotto in Lapland and also the outside of somewhere in Lapland. Countdown to Christmas + Twitter feed runs along the train track at the bottom. Think I pinched the background off here so thanks to whoever originally posted it.
Last edited by titch; 31st January 2013 at 12:23 PM.
Attachment 16971
Software: Xibo
General embedded google calender with twitter feed at bottom. Would love to make the font size larger but not sure if this is possible.
@titch - Do you make your own layout templates? I havent used XIBO for a while but gonna look at it again for my new school. Last time I just picked a template from the template exchange site. This time Id like to attempt to create my own but not sure how easy it is.
Software: Signagelive
PE Dept
photo1.jpg
Main School
photo2.jpg
Yep. Just find the resolution of your screen then create a background in your favorite picture editor. Save as JPEG then upload to zibo as a background. Have attached all my backgrounds.Backgrounds.zip
fiza (31st January 2013)
Only the text not the picture is from RSS feed. I used this bit og code to embed the page I wanted with the bit off the edges of the page cut off
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.bbc.co.uk/newsround/sport/">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
#container{
width:988px;
height:1000px;
overflow:hidden;
}
#container iframe {
width:988px;
height:1100px;
margin-left:-0px;
margin-top:-280px;
border:0;
}
-->
</style>
</head>
<body >
<div id="container">
<iframe
src="http://photography.nationalgeographic.com/photography/photo-of-the-day/" scrolling="no" width="990" height="742"></iframe>
</div>
</body>
</html>
InterwebsGuy (31st January 2013), Love_Sausage (1st February 2013)
There are currently 1 users browsing this thread. (0 members and 1 guests)