项目作者: mathiasose

项目描述 :
Whole Sort of General Mish Mash
高级语言: JavaScript
项目地址: git://github.com/mathiasose/WSOGMM.git
创建时间: 2018-03-20T14:55:00Z
项目社区:https://github.com/mathiasose/WSOGMM

开源协议:MIT License

下载


Infoscreen with useful things

WSOGMM

How to use

  • Run a browser with CORS protection disabled, e.g. chromium-browser --disable-web-security --user-data-dir --test-type --kiosk --incognito.
    • Disabling CORS protextion lets the webpage make API requests to other sites, so that you don’t need to run a http server yourself.
    • Don’t use the unsafe browser for your regular browsing.
  • yarn install
  • BROWSER=chromium-browser yarn start
  • Look at the JS console in the browser for help with .env

Kioskifying

/home/pi/.config/lxsession/LXDE-pi/autostart

Autostart browser and prevent screensaver from turning the screen off

  1. @chromium-browser --disable-web-security --user-data-dir --test-type --kiosk --incognito http://localhost:3000
  2. @xset s noblank
  3. @xset s off
  4. @xset s -dpms

Oof ouch owie my eyes