Skip to content

daniel-windsor/MMM-eswordoftheday

Repository files navigation

MMM-eswordoftheday

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

Screenshot

wotd

Installation

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.

Using the module

modules: [
{
  module: 'MMM-eswordoftheday',
  position: 'bottom_left',
}

Config

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

About

Spanish word of the day module for Magic Mirror

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published