Skip to content

mathiasose/WSOGMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c344609 · Aug 10, 2019

History

44 Commits
Aug 10, 2019
Oct 29, 2018
Aug 10, 2019
Mar 28, 2019
Apr 2, 2018
Oct 29, 2018
Mar 20, 2018
Aug 10, 2019
Oct 29, 2018
Apr 6, 2019
Oct 29, 2018
Oct 18, 2018
Mar 28, 2019

Repository files navigation

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

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

Oof ouch owie my eyes