A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Movie info module

    6
    0 Votes
    6 Posts
    4k Views
    N
    Hello That is a great idea …also check out this place to see movies … will be looking forward to it.
  • NSW Fuel Prices

    Unsolved
    21
    0 Votes
    21 Posts
    13k Views
    P
    @strawberry-3-141 can this be used for other states as well (Qld)?
  • Pir+Cam+Calendar

    Unsolved
    1
    0 Votes
    1 Posts
    267 Views
    S
    Hi there I was wondwering if any of you would like to code a pir+selfi cam and upload that photos to a Nas or google photos and or mark it at google calendar. . . or push notifications. . I´m just a non programer or noobs so i just asking could be great
  • AI face talking

    Unsolved
    7
    0 Votes
    7 Posts
    3k Views
    ?
    hi, there is mine, if you want It’s not maintened, but i can help you to config it (or recode for working)
  • Any simple clean monthly calendar display (with google events)

    Unsolved
    6
    0 Votes
    6 Posts
    10k Views
    S
    there is no need for module just edit the module name calendar in config file Step 1: go to google calendar settings select the calendar you want to display copy the public key in ical format URL Step 2: open config file { module: “calendar”, header: “Upcoming Events”, position: “top_left”, config: { calendars: [ { symbol: “My events”, url: “paste the URL here” } ] } },
  • Google Calendar Reminders

    Unsolved
    1
    1 Votes
    1 Posts
    1k Views
    S
    Has anyone been able to figure out how to pull the new Reminders from Google calendar so they display in the magic mirror? There isn’t a share link like regular calendars but I know someone was able to figure out how to do it with the Birthdays even though that one doesn’t have a share link either.
  • US Weather Alerts

    weather alert severe thundersrorm watch warning tornado flood
    5
    1
    1 Votes
    5 Posts
    4k Views
    S
    I know this is old, but I was able to modify the forecast-io module to show weather alerts https://github.com/esmoyer/MMM-forecast-io
  • Text per week

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    R
    So a lot later I finally managed to make a module out of this: https://github.com/retroflex/MMM-TextPerWeek Thanks again @Sean !
  • size iframe mmm-embedyoutube

    Unsolved
    2
    0 Votes
    2 Posts
    827 Views
    ?
    @chassain-0 There is no easy way to get original video resolution or aspect ratio with only Youtube iFrame API.
  • This topic is deleted!

    Solved
    3
    0 Votes
    3 Posts
    47 Views
  • Carbon PPM tracker

    Unsolved environment science climate weather
    3
    1 Votes
    3 Posts
    943 Views
    H
    I dont know much about what format the data source should be in but there are a lot of resources. Here are a few more from a qick google https://www.kaggle.com/ucsandiego/carbon-dioxide https://www.esrl.noaa.gov/gmd/ccgg/trends/monthly.html https://climate.nasa.gov/vital-signs/carbon-dioxide/
  • Looking for paid help configuring magic mirror

    Unsolved 3.5 touch
    3
    0 Votes
    3 Posts
    921 Views
    Mykle1M
    @johntech said in Looking for paid help configuring magic mirror: Check this out. It’s for beginners. https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners Yes, a most excellent tutorial. :)
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    12 Views
  • MMM-AssistantMk2

    Unsolved
    16
    0 Votes
    16 Posts
    6k Views
    L
    Thank you for the link
  • Vacation Calendar - show start and end time

    Unsolved
    2
    0 Votes
    2 Posts
    474 Views
    ?
    @supersinus MMM-CalendarExt2 could do.
  • Display Live Excel Sheet

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    C
    I’m looking for a way to display live information from an excel sheet located on my company’s server. Does anyone know of a module that can perform this function? I am very new to MagicMirror2, still learning it’s capabilities.
  • txt file for MMM embedyoutube

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    u just want the item so u can cut/paste it into the config? even smaller, doit.js var fs = require("fs"); var text = fs.readFileSync("./textfile"); console.log("file="+text); var list_of_images=text.toString().split(/\r\n|\n/); // windows or linux line ends console.log("video_list:"+JSON.stringify(list_of_images)); node doit.js file=line1 line2 line3 line4 line5 video_list:["line1","line2","line3","line4","line5"] | changed to use ‘:’ instead of = , easier cut/paste jnto config.js
  • Kitchentimer

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    A
    @tommy1974 If you develop a timer module which can handle notifications, you can use my module MMM-Navigate out of the box. AxLED
  • pir sensor

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    S
    @branchi so, you got a missing , or quote " Do npm run config:check Errors are usually reported on the line after the problem
  • TimeTree Calendar

    4
    0 Votes
    4 Posts
    3k Views
    K
    @CloudWalker that sounds good :-) Have you already tried it?