Skip to content

ethanwang4/MMM-Bengali

Repository files navigation

MMM-Bengali

This module is designed for MagicMirror2. It cyclically displays Bengali words, Bengali pronunciations, and English translations.

Screenshot

Installation

cd modules
git clone https://github.com/ethanwang4/MMM-Bengali

Usage

Add the following to your modules list in config.js

modules: [
    {
        module: 'MMM-Bengali',
        position: 'bottom_left',
        config: {
            // See below 
        }
    }
]

Configuration

The following properties can be configured:

Option Description
updateFreq Number of milliseconds between each word switch.
Default value: 10000
level Word commonality; 1 = most common, 7 = least common.
Default value: 1

References

Code adapted from

https://github.com/tderflinger/MMM-Hanzi

https://github.com/daniel-windsor/MMM-eswordoftheday/blob/main/MMM-eswordoftheday.js

Translations derived from

https://github.com/MinhasKamal/BengaliDictionary

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published