Coder Social home page Coder Social logo

mmm-text-clock's Introduction

MMM-text-clock

This MagicMirror module is a clock which shows the time as text.

Screenshot of module

Compact mode:

Screenshot of module in compact mode

Installation

  1. Go to the MagicMirror modules folder
cd ~/MagicMirror/modules
  1. Clone this repository
git clone https://github.com/ngnijland/MMM-text-clock.git
  1. Add this module to the modules array in the MagicMirror config/config.js file, like this:
modules: [
  {
    module: "MMM-text-clock",
    position: "middle_center"
  }
]

Language

The text clock will match it's language to MagicMirror's language config (documentation here). When the configured language is not supported the module will fall back to English. When the using the language option, the config language is ignored.

Supported languages:

  • English
  • Spanish
  • Dutch
  • French
  • Japanese
  • Italian
  • Swiss German

Configuration

Configure this module in your MagicMirror config file which is located at config/config.js in the MagicMirror repository. An example config for this module:

modules: [
  {
    module: "MMM-text-clock",
    position: "middle_center",
    config: {
      // Options
    }
  }
]

The following configurations are available:

Config Type Default value Description
compact boolean false Compact mode only shows highlighted letters
size small | medium | large medium The size of the clock
language string | string[] A language or list of languages to alternate through. Overrides config language.
languageAlternationInterval number 60 Interval in minutes at which the language changes (> 0)

Todo

  • Code text clock (English)
  • Add description to README
  • Add screenshots to README
  • Add configuration to README
  • Add module to third party module list of MagicMirror
  • Add contribution guide
  • Make styling work for every position available in MagicMirror software
  • Add compact mode
  • Add internationalization (add Dutch laguage)
  • Add documentation on how to contribute a new language

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.