A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Module to show PDF Documents

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    F

    ok i’m not a developer so can’t create my own modules for me so i have another solution take a picture of this and show it on the screen so ,
    how can do it with a jpeg document ?

    thanks

  • Touch Switch - Wakes From and Puts To Sleep

    3
    0 Votes
    3 Posts
    1k Views
    N

    @kumartrd Have a look at MMM-PIR-Sensor. You can customize it to suit your requirements. It normally triggers turning the monitor on, and sets a timer to turn the monitor off. Instead, you want to use button actions/notifications to do both, and not use a timer. Instead you can reuse the wake code for sleep. You’ll also need to add a logic test that a button press while asleep wakes, while a button press while awake sleeps. Have a look at this thread for a very thorough explanation.

  • Further development of the MMM-Swipe module

    25
    1 Votes
    25 Posts
    12k Views
    N

    Allo ? ? :p no answer ? :(

  • Help with custom quotes instead of comments

    2
    2 Votes
    2 Posts
    1k Views
    ?

    STOP THE PRESS

    Think I’ll try and use this module from @KirAsh4 with some manual fiddlery.

    https://github.com/KirAsh4/random_quotes/

    Look forward to posting my finished mirror!

  • MMM-Nest Temperature Sensors

    3
    0 Votes
    3 Posts
    1k Views
    Y

    It looks like he just has 2 nest thermostats. I’m interested in the new temperature sensors that nest just released.

  • [Smart Home] loxone - XML - show temperature via http

    4
    1 Votes
    4 Posts
    3k Views
    idoodlerI

    I just published my module MMM-Loxone:)

    [card:idoodler/MMM-Loxone]

  • Kamera Modul

    5
    0 Votes
    5 Posts
    3k Views
    Mykle1M

    @barnosch said in Kamera Modul:

    for my friend Mr. Mykle i will answer in english :)

    Danke. :-)

  • FHEM Module

    Unsolved
    9
    0 Votes
    9 Posts
    5k Views
    B

    Hi, i am also using loxone and i am interested in the plugin. is it available?

    thanks

  • London bus module

    5
    0 Votes
    5 Posts
    2k Views
  • Run module

    6
    0 Votes
    6 Posts
    2k Views
    A

    @strawberry-3.141 Thanks for the quick reply!

  • Permission Denied - Config File

    3
    0 Votes
    3 Posts
    2k Views
    K

    @ninjabreadman you my good man are a life saver thank you so much it worked.

  • [PM2][ERROR] Permission denied, to give access to current user

    2
    0 Votes
    2 Posts
    4k Views
    E

    You need to install PM2 with sudo (root).

  • Read calendar name from ics name

    1
    0 Votes
    1 Posts
    1k Views
    N

    Hi,

    What are the change required to fetch calendar name from ics file.

    BEGIN:VCALENDAR
    PRODID:-//Google Inc//Google Calendar 70.9054//EN
    VERSION:2.0
    CALSCALE:GREGORIAN
    METHOD:PUBLISH
    X-WR-CALNAME:MBO_Helen_Christine
    X-WR-TIMEZONE:UTC
    X-WR-CALDESC:This calendar shows booked appointments, classes, and unavai
    labilities from MINDBODY Online.
    BEGIN:VEVENT

    ical.fromURL(url, opts, function(err, data)

    The data of fromURL doesn’t contain calendar name but it just contains event list. I have mulitple calendars so i need to combine calendar name with the summary. IF i can’t fetch from URL then
    Can I send calendar name through config file and append to summary?
  • Todo from nextcloud

    1
    0 Votes
    1 Posts
    753 Views
    S

    I have so far run a toe todo list in my local nextcloud. Can I somehow put these in the magicmirror? I have not found anything yet. I do not want to take a provider like wunderlist or todoist. Since we organize everything so far for years in the nextcloud which runs locally aufm homserver. many thanks for your help

  • Apple Music Now Playing

    3
    0 Votes
    3 Posts
    3k Views
    T

    Thank you for replying. I’ll be playing the music on my IPhone 7

  • PIR Sensor for MMM-ProfileSwitcher

    2
    0 Votes
    2 Posts
    1k Views
    A

    I know this is an old topic but in case anyone has had this question, I was able to use a PIR sensor with the MMM-ProfileSwitcher module. I simply added modified this section of MMM-ProfileSwitcher.js with the lines in bold:

    // Override the default NotificationRecieved function notificationReceived: function (notification, payload, sender) { if (notification === "DOM_OBJECTS_CREATED") { Log.log("Hiding all non default modules."); this.set_profile(this.config.includeEveryoneToDefault); this.sendNotification("CHANGED_PROFILE", {to: this.config.defaultClass}); } else if (notification === "CURRENT_PROFILE") { this.change_profile(payload); } <strong>else if (notification == 'USER_PRESENCE') { this.change_profile("Profile2")</strong> } },

    To explain, the MMM-PIR-Sensor module sends a notification to all modules when it detects movement. The notification is “USER_PRESENCE”. You simply check for it within your MMM-ProfileSwitcher module and tell it to change the profile. Hope this helps

  • Acurite Weather and Monitoring

    2
    0 Votes
    2 Posts
    1k Views
    Krato5K

    @pugsly said in Acurite Weather and Monitoring:

    one
    for a web interface in your MM you can use IFrame or MMM-iFrame module just see which one fit and work 4 ya , https://github.com/alberttwong/MMM-iFrame this one is recently updated you can try out !

  • Request a Twitterfeed

    6
    0 Votes
    6 Posts
    3k Views
    mediathreatM

    I rewrote a new twitterfeed module, right now based on a RSS Feed… I’ll post it soon!

  • Nokia Body Cardio Scales integration (Previously call Withings)

    7
    1 Votes
    7 Posts
    3k Views
    F

    @SilverLinings I was getting an error when changing the random number. I got so frustrated that I decided to give me a break from it for a couple of days. But it does sounds like you know way more than me … so it might be easier to see if I can help you with anything, even beta testing the app, just let me know and thank you for putting the time to make this module it will be extremely useful here at my house!

  • Pinterest Module?

    2