Code Monkey home page Code Monkey logo

Comments (30)

colloqi avatar colloqi commented on August 17, 2024

Thanks

Under Group, you can add a playlist & schedule for a duration, or on particular week days/dates or a time duration in a day. Is something else you are talking about?
screen shot 2016-10-13 at 3 12 35 pm

regards
Ravi

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

wow, this is awesome.
but I have not seen this in the local hosting server.
I have just installed it, so I am visiting it via my local ip address.

Please could you assist on how to go about it?

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

Hi,
Which local hosting server your referring to ?
Is it a) Open source server(port 3000) OR b) raspberry pi interface server(port 8000)?

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

raspberry port 8000

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

image

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

Hi,
Local player interface doesn't include this feature. For that you need to use either

  1. https://pisignage.com/lp/
    OR
  2. https://github.com/colloqi/pisignage-server

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

hi navan,
thank you for your prompt response, I had seen this link and i read the info there, but there was no HOWTO as regards raspberry being used, ubuntu and others were listed.
So i wanna know, if pi can be used as the server as well as the player?
if yes, installation procedure is highly appreciated.
thank you

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

Hi,
Currently the open source server depends on other tools which require processing power. Since Raspberry pi is not designed to handle such processing, Open source pisignage-server can't be hosted and it needs x86 hardware.

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

Hi,

Appreciated, creating Ubuntu server right now to handle that.

shall report back here

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

ok
Follow https://github.com/colloqi/pisignage-server#getting-started

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

hi
I have done the installation following the link above procedures, but i am stock at starting the server.js file.
error "txxxxn@signage:~/pisignage-server$ sudo node server.js
sudo: node: command not found

help pls

but when i issue -ls command, the file is listed.

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024
  1. Which type of system you use ? (windows,mac,linux)
  2. enter node -v in terminal, the command should return the the nodejs version.
  3. Please check env and path variable, These params should contain reference to nodejs source.
  4. How did you install nodejs?

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

ubuntu 16.04 ---linux

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

ok, how did you install Nodejs ?

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

working now after installing legacy version of it again
but new error when i ran "sudo node server.js"

tgn@signage:$ cd pisignage-server/
tgn@signage:
/pisignage-server$ sudo node server.js
info - socket.io started
Express server listening on port 3000 in development mode


  • Unable to create media directory, exiting     *
    

tgn@signage:~/pisignage-server$

help pls

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

oh, it is working now.

Thank you.

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

relative(at the same level) to pisignage-server create media folder. In order to store screenshots/thumbnails create a _thumbnails directory inside media directory.

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

ok,
done,

please can u guide on how to register my pi player on my local server?

thank u in advance

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

There is no registration involved. Either connecting usb keyboard(press Ctrl+n) to player OR http://< raspbery-pi-IP>:8000/settings change server to < your-server-address >:3000

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

Hi Navan,

thank you so much

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

Hi
In line with your last post, I am unable to connect to my local server pisignage with my pi player.
what is it i have not done correctly?

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

which step did you follow?

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

connecting usb keyboard(press Ctrl+n)

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

Is there a config file that i have to change the default 8000 port to 3000?

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

Press Ctrl+n and select Config server option, Change the the existing one with < your-pc-ip-address > :3000 and select ok

from pisignage.

colloqi avatar colloqi commented on August 17, 2024

1.8000 is local port of player which need not be changed
2.it connects to local server over port 3000, so not changes needed
3. Just make sure under player settings server address is given for e.g. as 192.168.1.10:3000 where 192.168.1.10 is the server address
4. If still not connecting, see the log file /home/pi/forever_out.log which should say why it is not connecting

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

hi,

ok

i will try it once i am back

thank you

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

hello

I have done it and it is working great.

thank you.

issue encountered
It does not start running at boot, i mean the server.js file

from pisignage.

navaneetharaopy avatar navaneetharaopy commented on August 17, 2024

In ubuntu either you can enter and command in ~/.bash_profile OR ~/.bashrc OR create a service file/ init script . So that your Nodejs open source server is live when system boots.

from pisignage.

defender4github avatar defender4github commented on August 17, 2024

thank you done

from pisignage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.