MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. rmrustem
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 3
    • Groups 0

    rmrustem

    @rmrustem

    5
    Reputation
    433
    Profile views
    3
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online

    rmrustem Unfollow Follow

    Best posts made by rmrustem

    • 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.

      preview for MMM-quotes

      Download:

      [card:rmrustem/MMM-quotes]

      posted in Education
      R
      rmrustem
    • RE: MMM-quotes: random quote from online services

      @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",
          },
      ...
      ]
      
      posted in Education
      R
      rmrustem

    Latest posts made by rmrustem

    • RE: Monthly Calendar

      @zdenek @Sandy2503 noticed that too. I’ve filed an issue to the module rep and suggested a fix. @KirAsh4 please take a look.
      https://github.com/KirAsh4/calendar_monthly/issues/2

      posted in Utilities
      R
      rmrustem
    • RE: MMM-quotes: random quote from online services

      @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",
          },
      ...
      ]
      
      posted in Education
      R
      rmrustem
    • 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.

      preview for MMM-quotes

      Download:

      [card:rmrustem/MMM-quotes]

      posted in Education
      R
      rmrustem