Jump to content

Recommended Posts

Posted
Can I ask how staff are getting the files in the correct place? Is it just a drive mapping or are they using Xibo to upload and manage them?

 

It's just a windows shortcut to a shared folder on the xibo server. Staff don't log in to the xibo CMS at all. The only person that logs in to the Xibo CMS is me.

Posted
We have just got some Intel sticks for signage but the Wifi on them is woeful. If we had the capacity, I would have it plugged into ethernet but having to rely on patchy coverage at the moment..
Posted
Looks good. Are you using a Linux xibo server or .net?

 

we're using .net. It's currently on a physical Windows 7 box but hope to ship it off to its own VM at somepoint

Posted
We have just got some Intel sticks for signage but the Wifi on them is woeful. If we had the capacity, I would have it plugged into ethernet but having to rely on patchy coverage at the moment..

 

Yes I was worried about this and seeing as our locations either already had Ethernet or were being refurbished this Summer, I thought it was a good idea to have a wired connection everywhere.

Posted

Just a word of warning from experience with the Intel ComputeSticks.

 

Make sure you disable the windows updates service. I have had a few cases (we had early 8.1 ones originally) where windows updates would just brick them

  • Thanks 1
Posted
Just a word of warning from experience with the Intel ComputeSticks.

 

Make sure you disable the windows updates service. I have had a few cases (we had early 8.1 ones originally) where windows updates would just brick them

 

 

 

Yes I've read that a few times. I'm hoping that being attached to the domain and us using WSUS will stop any unwanted updates.

Posted
Yes I was worried about this and seeing as our locations either already had Ethernet or were being refurbished this Summer, I thought it was a good idea to have a wired connection everywhere.

 

We only yesterday put a wifi dongle into the usb socket on the intel stick and wireless works as it should now. The built in wifi is definitely not to be trusted.

  • 1 month later...
Posted
Just getting into Xibo, have you managed to get iSAMS daily bulletin RSS feeds to work? Struggling to get Xibo to display them.

 

We don't use the daily bulletin RSS at our school at the moment. Do you have a link to yours that I can play with and see if I can get working? How do you want it to display?

 

Does this help?:

iSAMS Feeds

 

For Calendar Feeds:

 

You should be able to pass the following parameters into the querystring of the feed...

 

Address would be: http://training.isams.co.uk/system/api/feeds/calendar.ashx

 

http://training.isams.co.uk /system/api/feeds/calendar.ashx?date=24/11/2010

 

 

 

id= Pass an EventID to return an individual event

date= Pass a date (dd/mm/yyyy) to return events for a particular date

date= &endDate= Pass dates (dd/mm/yyyy) to return events within a date range

categories= Pass a csv list of category Id’s to filter by categories

subcategories= Pass a csv list of subcategory Id’s to filter by subcategories

calendars= Pass a list of calendar ID’s you want in

view= The only view currently available is view=week

 

Example: http://training.isams.co.uk/system/api/feeds/calendar.ashx?date=24/11/2010

 

If you want an RSS feed specifically, please use the following link. http://training.isams.co.uk/system/api/feeds/calendar_rss.ashx?calendars=9,10

 

Calendar events need to be published (in iSAMS) to the Intranet to show up in this feed.

 

 

For News feed:

 

http://training.isams.co.uk/modules/newsmanager/feeds/xml/

 

The URL can be passed a host of query strings to pull back the news you need.

 

http://training.isams.co.uk/modules/newsmanager/feeds/xml/?view=School%20News

 

view=newstype (This is the News Category in iSAMS)

 

http://training.isams.co.uk /modules/newsmanager/feeds/xml/?id=212

 

id=newsid 212

 

Adding bxw=true filters to only show articles published for the website.

 

http://training.isams.co.uk /modules/newsmanager/feeds/xml/?bxw=true

 

Putting in urlfeed=website address makes sure the images and other content in the news can be reached:

 

http://training.isams.co.uk/modules/newsmanager/feeds/xml/?urlfeed=http://training.isams.co.uk

 

 

 

Posted
Thanks, I cant actually get anything to display, just a blank screen. Should I be able to put those iSAMS training xmls into a feed and get something out? they come out blank too. I've seen a few xibo forum articles about trouble using xml feeds over https,
Posted

I have found Xibo RSS to be very picky about using proper XML/RSS. IF you want to check go to https://validator.w3.org/feed/ and either put the RSS URL in or copy and paste the source code into the second tab. Any thing advisory can be ignored but if it isn't happy about anything it will cause issues.

 

In fact just having run it myself it says not a valid RSS feed so I would imagine Xibo is rejecting it.

Posted
Thanks, I cant actually get anything to display, just a blank screen. Should I be able to put those iSAMS training xmls into a feed and get something out? they come out blank too. I've seen a few xibo forum articles about trouble using xml feeds over https,

 

It's been a little while since I gathered my original calendar feed and on closer inspection it looks like I am using an RSS variant. Here is an example of how to change the URL using the isams demo calendar:

 

https://training.isams.co.uk/system/api/feeds/calendar_RSS.ashx

https://training.isams.co.uk/system/api/feeds/calendar.ashx

 

With either variants of the calendar, or daily bulletin in your case, you should be able to view the data in a web browser.

 

After looking through my emails with iSAMs when setting it up originally they helped me by saying:

Hi Pete,

 

I have had a further look into this and the reason the calendar isn't showing fully in the XML feed is because the calendar isn't published as being viewable to staff, pupils and parents on the Intranet. You can set this by going to Calendar Manager->Configuration->Edit the relevant calendar and then select the 3rd option down and save the settings. The next time you refresh the URL it will pull through all the correct events.

 

Kind Regards

Steve

 

Let me know if that's any help.

 

Pete

  • 4 weeks later...
Posted
Hi pslater. This is impressive stuff. I've been aware of Xibo for a while but never found the time to get around to developing something for my school. We have two plasma screens, one at reception and another in the staff room. The reception plasma screen runs off an Atomwide Android box but is quite basic for what we want to show visitors when they arrive. The staff room plasma screen runs off a small Lenovo W7 box but is just used for showing a PowerPoint of the day's cover/on call information etc. We've thought about swapping them around so that the Android box is in the staff room where we could use the 3 column layout and my colleague could easily input the day's information and have this info displayed automatically. Currently I have to wait until she's finished then get a wireless mouse and close the previous day's PowerPoint and open today's! The Windows box in the staff room could then go to the reception and I could set up a Xibo system. I'll have to give this a go early next year. :)
Posted
Hi pslater. This is impressive stuff. I've been aware of Xibo for a while but never found the time to get around to developing something for my school. We have two plasma screens, one at reception and another in the staff room. The reception plasma screen runs off an Atomwide Android box but is quite basic for what we want to show visitors when they arrive. The staff room plasma screen runs off a small Lenovo W7 box but is just used for showing a PowerPoint of the day's cover/on call information etc. We've thought about swapping them around so that the Android box is in the staff room where we could use the 3 column layout and my colleague could easily input the day's information and have this info displayed automatically. Currently I have to wait until she's finished then get a wireless mouse and close the previous day's PowerPoint and open today's! The Windows box in the staff room could then go to the reception and I could set up a Xibo system. I'll have to give this a go early next year. :)

If it's just PowerPoint you want to display have you looked at showpoint?https://www.presentationpoint.com/software/showpoint/

Posted

Autoadminlogon and the following login script will also launch a ppt show as well

 

Option Explicit

Dim objNetwork, objDrives, i,WshShell

Set objNetwork = WScript.CreateObject("Wscript.Network")

Set objDrives = objNetwork.EnumNetworkDrives

set WshShell = createobject("WScript.Shell")

 

on error resume next

For i = 0 to objDrives.Count -1 Step 2

objNetwork.RemoveNetworkDrive objDrives.Item(i), true, true

Next

on error goto 0

 

set objDrives = Nothing

 

objNetwork.MapNetworkDrive "P:", "\\nebula\apps"

 

CreateObject("Wscript.Shell").Run ("""P:\Ready to copy\Noticeboard\noticeboard.ppsx"""), 0, True

 

set objNetwork = Nothing

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...