Giter Site home page Giter Site logo

mmm-rescuetime's Introduction

MMM-RescueTime

This is a module for the MagicMirror. It displays your time data you spent on activities from RescueTime logged today.

Installation

  1. Go to MagicMirror's modules.
  2. Run git clone https://github.com/Duske/MMM-RescueTime.
  3. Go into the newly created directory: cd MMM-RescueTime.
  4. Run npm install to install the node dependencies.

Screenshot

MMM-RescueTime screenshot

Usage

To able to use this module, make sure you have an RescueTime account (free account is fine) and an API key. You can generate one here: https://www.rescuetime.com/anapi/manage

Please note that only today's data will be shown.

Then add this module to your config/config.js file:

modules: [
    {
        module: 'MMM-RescueTime',
        position: 'top_right', // Or any other region
        header: 'RescueTime', // An optional title
        config: {
            // See 'Configuration' for more information.
        }
    }
]

Configuration

The following properties can be configured:

Option Description Default
apiKey Your RescueTime API key None, this has to be set by you
interval Interval in seconds how often the data should be fetched 60
pointBackgroundColor Background color of the dots "#fff"
borderColor Color of the border surrounding your data "rgba(255,255,255,0.5)"
backgroundColor Background color of the plane surrounding your data "rgba(255,255,255,0.2)"
angleLinesColor Color of the angle lines "rgba(255,255,255,0.2)"
gridLinesColor Color of the grid lines "rgba(255,255,255,0.2)"

mmm-rescuetime's People

Contributors

duske avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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