jalibu / MMM-OpenBirdhouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-OpenBirdhouse

version Known Vulnerabilities

A gallery client for Open-Birdhouse for the MagicMirror² platform.

Contribution welcome.

Support

If you like this module and want to thank, please rate this repository with a star or buy me a coffee.

Features

tbd

Installing the Module

  1. Navigate to the MagicMirror/modules directory and execute the following command

    git clone https://github.com/jalibu/MMM-OpenBirdhouse.git
  2. Change into the MMM-OpenBirdhouse module folder and install runtime dependencies with

    cd MMM-OpenBirdhouse
    npm install --only=production
  3. Add the module configuration into the MagicMirror/config/config.js file (sample configuration):

    {
    	module: "MMM-OpenBirdhouse",
    	position: "top_left",
    	config: {
    
    	}
    }

Options

Field Description Default
updateIntervalInSeconds (Integer) Interval to refresh stock data from server. (min. 120) 300

Contribution and Development

This module is written in TypeScript and compiled with Rollup.
The source files are located in the /src folder. Compile target files with npm run build.

Contribution for this module is welcome!

About

License:MIT License


Languages

Language:JavaScript 55.2%Language:TypeScript 25.1%Language:CSS 16.7%Language:Nunjucks 3.1%