A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-quotes: random quote from online services
-
Hello everyone,
I’ve just wanted to share a module for displaying a random quote from a set of online quote-services.
Download:
[card:rmrustem/MMM-quotes]
-
Could you explain the installation steps, please?
-
@israel05 Sure. Just navigate to the
modules
directory and git-clone the repository there.cd modules git clone https://github.com/rmrustem/MMM-quotes.git
Then you will need to add the module config to your
config/config.js
file like this:modules: [ { module: "alert", }, { module: 'MMM-quotes', position: "middle_center", }, ... ]