We're on the list too...
It's a good product but lacks some practical funtionality (integrated file/upload manager etc...)
We'll look forward to seeing what you have coming down the road OR if you need Beta testers, I'd be willing to help out
Thanks!
Search found 21 matches
- Wed Oct 17, 2012 2:26 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
- Tue Oct 16, 2012 8:56 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Hmmm...
It's all good now
I just pulled it again and all went without a hitch
Now working
When is the pro version going to hit?
Thanks!
It's all good now
I just pulled it again and all went without a hitch
Now working
When is the pro version going to hit?
Thanks!
- Tue Oct 16, 2012 8:47 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
I'll try it again and see...
Thanks!
Thanks!
- Tue Oct 16, 2012 8:29 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Firstly, that's for the code tweak!
Sorry to bug you on this..
We did an update to the 3 files server.py viewer.py and splash.tpl and we're still getting an error when eth0 is not present
Suggestions?
Sorry to bug you on this..
We did an update to the 3 files server.py viewer.py and splash.tpl and we're still getting an error when eth0 is not present
Suggestions?
- Mon Oct 15, 2012 2:38 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
I saw that but that's not exactly what I would like to do
if eth[0] = null
then
Display page "you need a network connection to edit content o this device"
else
Display splash
if eth[0] = null
then
Display page "you need a network connection to edit content o this device"
else
Display splash
- Mon Oct 15, 2012 2:24 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Quick question
Which would be the way easiest to elimnate the error thrown when there's no internet connection?
Right now we get a splash page error then screenly starts playing
Thanks!
Which would be the way easiest to elimnate the error thrown when there's no internet connection?
Right now we get a splash page error then screenly starts playing
Thanks!
- Sat Oct 13, 2012 1:16 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
I did use a sudo command in front of the screenly install
That's probably it
We'll try again
Thanks!
That's probably it
We'll try again
Thanks!
- Sat Oct 13, 2012 3:24 am
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Odd problems We're doing another install from scratch of wheezy 9-18 img and screenly We're getting these errors Making modifications to X... mv: cannot stat `/root/.config/openbox/lxde-rc.xml': No such file or directory ln: failed to create symbolic link `/root/.config/openbox/lxde-rc.xml': No such...
- Fri Sep 21, 2012 12:02 am
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Question:
When it comes to connectivity, is that handled by the line
my_ip = netifaces.ifaddresses('eth0')[2][0]['addr']
in server.py?
What's the easiest way to have it not throw an error if a network connection is not in place?
Thanks!
When it comes to connectivity, is that handled by the line
my_ip = netifaces.ifaddresses('eth0')[2][0]['addr']
in server.py?
What's the easiest way to have it not throw an error if a network connection is not in place?
Thanks!
- Tue Sep 18, 2012 9:15 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
The wireless was for test purposes in a controlled environment
WiFi in the real world is dodgy at best
Thanks again!
WiFi in the real world is dodgy at best
Thanks again!
- Tue Sep 18, 2012 8:56 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Thank you for your patience...
I'm really not a n00b
This was a little screwy...
Thanks!
I'm really not a n00b

This was a little screwy...
Thanks!
- Tue Sep 18, 2012 8:32 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
We're still getting the splash_pager error and I think we've figured it out It would appear there is a check for connectivity to the web and if there isn't the error appears We were using a wireless connection and got the error even though we were able to shell into the RPi Once I established a wire...
- Tue Sep 18, 2012 3:00 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
I loaded apache and it's working fine
The problem is now the splash screen is looking for 127.0.0.1/splash_screen and it throws an error then the content begins serving fine from local
Just wondering how to address the splash screen error without breaking anything
Thanks!
The problem is now the splash screen is looking for 127.0.0.1/splash_screen and it throws an error then the content begins serving fine from local
Just wondering how to address the splash screen error without breaking anything
Thanks!
- Tue Sep 18, 2012 2:40 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Local Host
PI runs localhost at 127.0.1.1 and Screenly at 127.0.0.1
Is there a reason for this...?
Can they be the same IF I wanted to host files locally?
Thanks!
PI runs localhost at 127.0.1.1 and Screenly at 127.0.0.1
Is there a reason for this...?
Can they be the same IF I wanted to host files locally?
Thanks!
- Mon Sep 17, 2012 9:57 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Fair enough...
Which version of the OS should I use or works best for screenly?
8/8, 8/16 or other?
Thanks!
Which version of the OS should I use or works best for screenly?
8/8, 8/16 or other?
Thanks!
- Mon Sep 17, 2012 9:38 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
We're now on occasion getting the following error:
Error 500: Internal Server Error
Sorry, the requested URL 'http://192.168.1.89:8080/splash_page' caused an error:
Internal Server Error
Error 500: Internal Server Error
Sorry, the requested URL 'http://192.168.1.89:8080/splash_page' caused an error:
Internal Server Error
- Mon Sep 17, 2012 9:35 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Like I wrote above. That isn't required. Just configure the machine to enable launch X at boot. Here's our "issue" now... If we use raspi-config and change the desktop to start on boot, screenly does not work If we disable it and manually start with "startx &" it does work.....
- Mon Sep 17, 2012 8:13 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Yes...
The images and video are all served up that way...
The video simply does not play
It's not a fail upon setting a schedule...
Thanks
The images and video are all served up that way...
The video simply does not play
It's not a fail upon setting a schedule...
Thanks
- Mon Sep 17, 2012 7:58 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
As n00b as it sounds the startx & did the trick It took a bit of time to get it to run and settle and now we've got video via the HD output One other thing while I have you... We are able to display web pages, and images but video is not showing up... We've encoded the video in mp4 h264 and it d...
- Mon Sep 17, 2012 6:20 pm
- Forum: Other projects
- Topic: Screenly OSE -- Digital Signage for the Raspberry Pi
- Replies: 1117
- Views: 428578
Re: Screenly OSE -- Digital Signage for the Raspberry Pi
Good Morning All I've been able to get this working to some degree... The only problem is viewing the content via the HD out I can view everything when I VNC into the Rpi and all is cycling properly It's just when I hook the whole thing to a monitor and reboot it just displays a black screen Any sug...
- Sat Sep 15, 2012 1:59 pm
- Forum: Troubleshooting
- Topic: expand rootfs lead to not working sshd
- Replies: 9
- Views: 3741
Re: expand rootfs lead to not working sshd
We're in the 30 minute waiting period hoping I didn't bork the file system
Of course I re-booted more than once to ensure that I wrecked it
Time for a cuppa and wait...
Of course I re-booted more than once to ensure that I wrecked it
Time for a cuppa and wait...