This module is designed for MagicMirror2. It cyclically displays Bengali words, Bengali pronunciations, and English translations.
cd modules
git clone https://github.com/ethanwang4/MMM-Bengali
Add the following to your modules list in config.js
modules: [
{
module: 'MMM-Bengali',
position: 'bottom_left',
config: {
// See below
}
}
]
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 |
Code adapted from
https://github.com/tderflinger/MMM-Hanzi
https://github.com/daniel-windsor/MMM-eswordoftheday/blob/main/MMM-eswordoftheday.js
Translations derived from