Coder Social home page Coder Social logo

screenage's Introduction

Screenage

Screenage is a personal digital signage software that displays current weather, time, events, news and traffic. It is personalized to be used in Berlin. However, with some efforts, you can personalize it as you want.

Screenshot

screenshot

Getting Started

Screenage is written using python3 and info-beamer. So you need them both to be installed on your computer.

Python3 Modules

The full list of required modules is provided in requirements.txt. You can install them by typing

$ pip3 install -r requirements.txt

Location

Screenage needs to know your location to provide traffic and weather information. You can provide Screenage with your location using the script scripts/get_location.py. Just type

$ python3 scripts/get_location.py <your location>

Notes

Screenage takes the lines from a given file and renders them into the moving text at the bottom of the software window. To provide Screenage with that file, please edit scripts/config.ini and add the path of that file to it.

Weather

Screenage uses OpenWeatherMap API to get weather data. Thus, you need to have an API key. You can get one from here (it's free.) After getting a key, please edit scripts/config.ini and add the key to it.

Google Calendar

To display your Google calendar events, copy your client_secret.json file to /scripts/gcalendar, and run

$ python3 scripts/gcalendar/gcalendar.py

Then follow the instructions. You need to do that just for the first time you run Screenage. Learn more about client_secret.json here

Running the Software

Finally, to start Screenage, just type

$ bash start.sh

To-Do List

  • Write a better documentation.
  • Screenage Modules:
    • Add more modules.
    • Add other News modules.

screenage's People

Contributors

laisrast 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.