GithubHelp home page GithubHelp logo

piscreen's Introduction

About piscreen

piscreen is a small, Chromium based, Kiosk/Digital Signage solution for the Raspberry Pi.

The difference to other signage-software like Screeny OSE is that it supports just one static URL that it displays - but it provides nice error screens when your network/the internet is not reachable.

Installation

1. Preparing the SD card

  1. Get the latest MoebiusLinux for your Raspberry Pi and write it to the SD card with dd (on Linux & Mac):

     tar -zxvf moebius.minimal.image.1.0.1.tar.gz
     dd bs=1M if=moebius.minimal.image of=/dev/sdX
    

You can also write to the SD card with Win32DiskImager if you are using Windows.

  1. Insert the SD in the Raspberry Pi and power it on

2. Basic (manual) Updating & Configuration

  1. Log in as root with the Password: raspi. If the password doesn't work look in the Moebius FAQ.

  2. A basic auto-configuration tool should appear (if not, start raspi-config).

Set your keyboard-layout, timezone, overscan-settings (if you see black borders on your screen), overclock (tip: use Medium) and resize the root partition. A reboot should happen. After the resizing login again.

  1. Update the System

     apt-get update
     apt-get -y dist-upgrade
    

If a conflict happens for any file press Y.

  1. Change the password of root: passwd

  2. Reboot the Pi: reboot

3. Setup the automatic installation

  1. Login again as root with your new password.

  2. Install Git: apt-get install git-core

  3. Checkout the files of this repo: git clone https://github.com/robbi5/piscreen.git ./screen

  4. Run the automatic installer: bash screen/setup.sh

4. Fill your piscreen configuration

Insert the SD card in your regular computer and edit the piscreen.txt in the Root folder of the SD card. Attention: You must not use spaces between the key, the = and the value.

5. Test and run

Insert the SD card back into the Raspberry Pi and power it on. It should now boot, open chrome in fullscreen with your desired URL.

To shutdown it nicely, press ALT+F4, rightclick, choose Terminal and enter sudo poweroff.

Todo

  • Read the hostname from piscreen.txt and set it on boot.
  • Add a wallpaper, overlay start-time, hostname and current ip
  • Support proxies
  • Add nicer shutdown button

Thanks

Screeny OSE and the Raspberry Pi forums for the inspiration.

hexxeh for the RPi Binaries of Chromium.

ben for Moebius Linux, a minimal installation of Raspbian.

piscreen's People

Contributors

pcunning avatar robbi5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

piscreen's Issues

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.