This an extension for the MagicMirror.
It presents a spanish word with an english definition, as well as two spanish/english example sentences. Data is scraped from SpanishDict! No account is required
Open a terminal session, navigate to your MagicMirror's modules
folder and execute:
git clone https://github.com/daniel-windsor/MMM-eswordoftheday.git
cd MMM-eswordoftheday
npm install
Activate the module by adding it to the config.js file as shown below.
modules: [
{
module: 'MMM-eswordoftheday',
position: 'bottom_left',
}
The entry in config.js
can include the following options:
Option | Description | Default Value | Accepted Values |
---|---|---|---|
showExamples |
Toggle examples of the word being used in a sentence | true | true / false |
showExampleTranslations |
If examples are shown, also show their english translations | true | true / false |