Giter VIP home page Giter VIP logo

resin-watch's Introduction

Resin.io -- Clock

This demo, launches chromium and displays a digital clock powered by javascript.

How to use

To use this demo project, first clone this repo on your local machine. Then go to your Resin dashboard and create an application or use one that you've already created. You have to add the resin remote to your local git repo in order to git push resin master.

To do that, copy the remote and issue the following command in the folder containing this repo:

git remote add resin [email protected]:username/projectname.git

Replace username and projectname above with your Username and Project name on Resin.

Add the following environment variables in your Resin.io dashboard

  • CLOCK_TZ - your local timezone
  • PORT - port you want you server to run on

You should be able to git push resin master to your devices!

Note: If you used an already existing application that you've previously pushed other code to you will have to do git push --force resin master the first time to delete the previous commits.

Switching to HDMI

To switch the primary display from piTFT to HDMI all you need to do is change which framebuffer is used. This can be done by changing line 31 of the spawn_screen script from: - su - pi -c "env FRAMEBUFFER=/dev/fb1 startx &"

su - pi -c "env FRAMEBUFFER=/dev/fb0 startx &"

fb0 is the framebuffer device for the raspberry pi's HDMI output.

TODO: Allow fb to be set with an environment variable to have it configurable from the dashboard.

resin-watch's People

Contributors

lifeeth avatar emirotin avatar shaunmulligan avatar

Watchers

James Cloos avatar

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.