For example you can:Stefan_Rasp wrote: ↑Fri Jan 11, 2019 8:03 amThanks for your answer.
I tried to use the same procedure Pi-Gen using the Screenly files.
That's correct?
Or can you kindly explain me the right steps?
Thanks a lot
Code: Select all
./stage2/04-new-edits
Code: Select all
./stage2/04-new-edits/00-run.sh
Code: Select all
./stage2/04-new-edits/00-packages
Code: Select all
sudo ./build.sh
Hi, I can suggest to use a balena.iodigitalworld wrote: ↑Sat Jan 12, 2019 1:50 amHello,
How can I use remote management on Screenly OSE? I didn't find any document. Is that possible to use on a cloud?
Thanks
Hi! Could you describe your problem in more detail by creating a issue on github?nerfs wrote: ↑Fri Jan 11, 2019 12:12 pmHi,
I try to use the following Link, but it doesn't work.
https://www.rmv.de/auskunft/bin/jp/stbo ... 44&start=1
thanks for help
Code: Select all
16 8 * * mon-fri /home/pi/bin/screen_on_unless_asset_enabled vakantie
Code: Select all
#!/bin/bash
if [ $# -gt 0 ]
then
ASSETNAME="$1"
else
echo "$0: require argument to search for in assets" >&2
exit 1
fi
if /usr/bin/sqlite3 /home/pi/.screenly/screenly.db 'select name, is_enabled from assets;' | grep -i "$ASSETNAME" |grep -q '|1'
then
#asset enabled, don't turn on
:
else
/bin/echo 'on 0' | /usr/bin/cec-client -s -d 1
/bin/echo 'as' | /usr/bin/cec-client -s -d 1
fi
Code: Select all
00 17 * * * /bin/echo 'standby 0' | /usr/bin/cec-client -s -d 1
I am having this exact same issue. Any ideas out there?prwiley wrote: I tried to install the OSE version today.
On restart after the installation I see the "Welcome to the Raspberry Pi Desktop" image with the pi logo. in the lower left I see "rc-local.service" and then in the upper left the pi boots into the command line asking for my user name and password. When I provide these I just get to the command line. Screenly does not startup.
I followed the install instructions here: https://www.screenly.io/ose/
I note, however, that raspi-config had no option to expand the root file system.
Any ideas what has gone wrong?
Hi,
TablatureDude wrote: ↑Tue Jun 11, 2019 5:47 pmHow do I set up a development environment to see my changes?
This may be obvious, but I am not getting it. I want to expand the API, I am able to use the docker image for the server, and see my changes there, but I cannot figure out how to see my changes in a viewer without deploying my code to the physical raspberry pi.
Thanks in advance.