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

    12
    1 Votes
    12 Posts
    7k Views
    Mykle1M
    @mykle1 said in MMM-MARS: I don’t know the reason the data is absent. It may be because of the government shutdown, it may not. Personally, I don’t think that is the case. I had to go back to September in the query of the API for daily images. That just won’t do. You can change the date in the query yourself (retaining format) and see for yourself. There are months of no data at all leading up to today I now know the reason the data for Opportunity Rover suddenly stopped some months ago, as my self-quote states. A sad day, but inspiring nonetheless. https://arstechnica.com/science/2019/02/opportunity-did-not-answer-nasas-final-call-and-its-now-gone-to-us/
  • MMM-Recipe.....redux

    2
    3 Votes
    2 Posts
    1k Views
    Mykle1M
    @cowboysdude You’ve done it again! :thumbsup:
  • MMM-EarthWinds

    11
    3 Votes
    11 Posts
    7k Views
    R
    @carstend simply removing the + new date() at the end of the iframe.src fixes it for me.
  • MMM-NPR

    15
    5 Votes
    15 Posts
    9k Views
    cowboysdudeC
    @chassain-0 LOL that’s too funny
  • MMM-Jnews

    33
    2 Votes
    33 Posts
    23k Views
    O
    @cowboysdude Yes ! Thanks a lot. you rock ;)
  • MMM-quote-of-the-day

    7
    2 Votes
    7 Posts
    5k Views
    S
    @jazzkitt perfect! Thanks for the feedback !
  • MMM-RandomQuranAyah

    34
    1 Votes
    34 Posts
    26k Views
    H
    Working great. Jazak Allah. You are a star!
  • 0 Votes
    1 Posts
    3k Views
    E
    [image: demo2.png] [card:E3V3A/MMM-Tabulator] Hi Guys! I have finally completed my first module to demonstrate the use of Tabulator. Tabulator is an extremely flexible library to convert CSV, XML and JSON data into dynamic HTML tables. No more DOM writing No more HTML clutter Easy data modification, sorting and theming In my MMM-Tabulator repo, there are two different versions, showing the same data. In the native MagicMirror environment (and over server) and Directly by loading embedded JSON via HTML from demo.html. Cheers, E:V:A
  • MMM-DailyBibleVerse

    25
    1 Votes
    25 Posts
    23k Views
    A
    Haha I hate when that happens. Good for you for not giving up! :)
  • MMM-History

    9
    3 Votes
    9 Posts
    8k Views
    Y
    @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: [image: 1507850141732-1.jpg] [image: 1507850162736-2.jpg] [image: 1507850176320-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
    2k 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: [image: 1503455077196-1.jpg] [image: 1503455106449-2.jpg] [image: 1503455131080-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
    Mykle1M
    Why was I the only person on Earth to know about this? http://www.huffingtonpost.co.uk/entry/the-earth-had-a-near-miss-with-an-asteroid-that-was-completely-undetected_uk_597b001ce4b0da64e878653a I’m just saying.
  • Module template

    8
    4 Votes
    8 Posts
    8k 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

    knowledge
    2
    1 Votes
    2 Posts
    6k 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: [image: Z2AbOsY.png] Download: [card:croxis/PlutoTime] Initial Version