MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-quotes: random quote from online services

    Education
    2
    3
    3473
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      rmrustem last edited by

      Hello everyone,

      I’ve just wanted to share a module for displaying a random quote from a set of online quote-services.

      preview for MMM-quotes

      Download:

      1 Reply Last reply Reply Quote 3
      • I
        israel05 last edited by

        Could you explain the installation steps, please?

        R 1 Reply Last reply Reply Quote 0
        • R
          rmrustem @israel05 last edited by

          @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",
              },
          ...
          ]
          
          1 Reply Last reply Reply Quote 3
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy