A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-DailyBibleVerse

    25
    1 Votes
    25 Posts
    15k Views
    A

    Haha I hate when that happens. Good for you for not giving up! :)

  • MMM-History

    9
    3 Votes
    9 Posts
    6k Views
    yawnsY

    @dherl0623 said in MMM-History:

    Would there be a way to add some sort of faded countdown to when the next fact is going to show? I hate walking up and get halfway through a long one, and them having to wait for it to come back around. First world problems, I know :-P. I am not well versed in Javascript, but I was thinking about maybe reverse engineering the countdown function in this module: https://github.com/fewieden/MMM-VocabularyTrainer

    Thanks!

    Simple thing would be to increase rotation time.
    Default is rotateInterval: 20 * 1000 in milliseconds. So it is set to 20 seconds.

    In your config.js try this and play around with the timing to adjust to your needs:

    { module: 'MMM-History', position: 'bottom_bar', config: { rotateInterval: 60 * 1000 // 60 seconds } },
  • MMM-Launch

    2
    2 Votes
    2 Posts
    2k Views
    Mykle1M

    I hadn’t noticed that the API was deprecated for this module. Another user was kind enough to bring it to my attention and yet another user was kind enough to issue a PR that I merged immediately. So, to those millions of people using this module, it is now functional once again.

  • MMM-SORT - (Static Or Rotating Tides)

    6
    2 Votes
    6 Posts
    3k Views
    Mykle1M
    Update:

    Config option for Low/High text

    Day, date and time dim when the current tide passes

    Examples:

    0_1507850149420_1.JPG 0_1507850171168_2.JPG 0_1507850184780_3.JPG

    Download:

    [card:mykle1/MMM-SORT]

    Version 1.0.1
  • MMM-SimpleTides - (Replaced by MMM-SORT)

    6
    1 Votes
    6 Posts
    3k Views
    Mykle1M

    @yawns said in MMM-SimpleTides:

    and in getDom: function() { after preparing/modifying your data you add a simple if/else clause.

    I gave it the old college try, and I almost got there on my own. Two simple mistakes fixed and a Carousel() addition all made by @cowboysdude got me up and running. Thanks bro!

    MMM-SORT

  • MMM-Census

    1
    0 Votes
    1 Posts
    1k Views
    Mykle1M
    Description:

    Rotation of World Population and demographic by age and sex.

    OR Choose an individual country instead of the world.

    OR OR Choose a year from 1950 - 2100 for past and present data or future predictions.

    Rotation of age groups from less than one year old through 100 years old.

    Male and female populations for each age group and their totals.

    Today’s World Population.

    Tomorrow’s World Population.

    World Population growth each day.

    Examples:

    0_1503455082536_1.JPG 0_1503455111836_2.JPG 0_1503455136814_3.JPG

    Fully annotated css file for coloring, sizing, aligning . . . Download:

    [card:mykle1/MMM-Census]

    Version 1.0.0
  • MMM-NEO

    2
    1 Votes
    2 Posts
    2k Views
  • Module template

    8
    4 Votes
    8 Posts
    6k Views
    R

    Hey, new release

    [1.2.0] - 2017-07-21

    Use getStyles for module Include node 7 support Add test for ESLint, stylelint, jsonlint, markdownlint and js-yaml Include create CHANGELOG file
  • MMM-quotes: random quote from online services

    3
    3 Votes
    3 Posts
    4k Views
    R

    @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", }, ... ]
  • MMM-wordnik - Word of the Day

    2
    1 Votes
    2 Posts
    5k Views
    M

    This is a great plugin, an ability to suggest a time delay to refresh the word would be awesome.

  • planetrise - Planet Rise/Set times

    2
    0 Votes
    2 Posts
    4k Views
    A

    Pretty cool module!

  • PlutoTime

    2
    0 Votes
    2 Posts
    2k Views
    C
    Description:

    Calculates the next time on a clear morning or evening that you can go outside and experience the brightness of high noon on Pluto.
    The code has been obtained from NASA’s website on the topic: http://solarsystem.nasa.gov/planets/pluto/plutotime

    Screenshot:

    alt text

    Download:

    [card:croxis/PlutoTime]

    Initial Version