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

    Unsolved
    3
    0 Votes
    3 Posts
    625 Views
    T

    No api. I checked

  • Does "Top_Bar" 5-7 Day Weather Forecast Module Exist?

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    cowboysdudeC

    @shfaxx Well that looks broken LOL

  • Two computers, one keyboard (and mouse) program

    Unsolved
    3
    0 Votes
    3 Posts
    862 Views
    B

    I did look into that and it seems to be the only program available. I just dont want to spend $30 for it. thats the only thing that sucks. Share Mouse is free but doesnt support Linux.

  • London DLR arrivals

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    P

    Slightly later than expected.
    Many thanks for trying the module out and confirming it works.
    OK, got the TFL-Arrivals working.
    But not in MMM-Pages.

    Any thoughts on how to troubleshoot this?

  • Trashday modules based on ICAL

    Unsolved
    4
    0 Votes
    4 Posts
    682 Views
    lavolp3L

    @Screwyoudriver OK makes sense. I thought about some module like this as well.

    BTW: Another workaround would be to fetch the notification that is distributed by calendar:

    broadcastEvents: function () { var eventList = []; for (var url in this.calendarData) { var calendar = this.calendarData[url]; for (var e in calendar) { var event = cloneObject(calendar[e]); event.symbol = this.symbolsForUrl(url); event.calendarName = this.calendarNameForUrl(url); event.color = this.colorForUrl(url); delete event.url; eventList.push(event); } } eventList.sort(function(a,b) { return a.startDate - b.startDate; }); this.sendNotification("CALENDAR_EVENTS", eventList); }

    calendar could do the conversion work for the trash module, and the trash module could just fetch and filter the events for trash-related ones.

  • A module to show merged holidays from multiple countries

    Unsolved
    2
    0 Votes
    2 Posts
    795 Views
    S

    @davidkmcw the calendar module can do that. . just feed in the multiple calendars

  • Currentweather undefined

    Unsolved
    2
    0 Votes
    2 Posts
    530 Views
    lavolp3L

    I would assume an error in your config results in a broken template, which typically gives the “undefined” on your mirror, because the nunjucks template could not be loaded.
    Can you post your config of the module?

  • PDF display

    Moved
    2
    0 Votes
    2 Posts
    1k Views
    brobergB

    @mrdenmark it seems like there is no/limited pdf-viewing in the electron browser ;

    https://github.com/electron/electron/issues/12337

    So unless you convert the schedule to html or similar I guess it isn’t possible at the moment.

    Skimming the issue thread there is java code that could possible do it if someone have the time to make it in to a module.

  • Shazam Mirror Module

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    S

    @Sean said in Shazam Mirror Module:

    and playing song from spotify by humming.

    yes, operation,
    mirror, play song with music like this (record)
    mirror, what song is this (record)

    how do you know hum vs text… well, reco can tell you. no text back…

  • Plex Music Target

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    T

    Hi All,

    I am looking for an extension which turns the MagicMirror in a plex target so it can receive music from my plex server. I have created a mirror with an audio system in it in my bathroom. so i can listen to my favorite songs when i’m taking a shower :)

    It would be extra nice if it would display what song is playing and which one will be next together with the album art.

  • color MMM-newsfeed

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    C

    @broberg said in color MMM-newsfeed:

    .newsfeed .bright {
    color: green;
    }

    Yes, it’s newsfeed (error of me here)…and it’s working with .bright…i understand now and i will check better next modules…
    thankssssssssssssssssssssssssssss :)

  • Display Homekit Sensors

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
  • E3DC Homeenergysystem

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    3

    I would also be very interested in showing the S10 Hauskraftwerk’s data on the MM. Actually that should be possible over the MODBus (TCP).

    Ich wäre auch sehr daran interessiert, die Daten des S10 Hauskraftwerk auf dem MM anzeigen zu können. Eigentlich sollte das ja über den MODBus (TCP) möglich sein.

  • simple event module

    Unsolved
    4
    0 Votes
    4 Posts
    881 Views
    B

    I don’t know, I didn’t try. I have two of these modules separately for the schedule of my two children. there are many settings I think you can figure it out.

  • A module that can check in and check out people

    Unsolved
    2
    0 Votes
    2 Posts
    674 Views
    S

    @Blauenfeldt yes, it is possible. But does not exist today. Someone will have to write more code to get all those features

  • List of upcoming eclipses

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    E

    @Mykle1 Thank you sir, I was wishing for a module that lists upcoming eclipses data including DATE/TIME, SOLAR/LUNAR, LOCATION, DURATION etc. Something like that would be very cool.

  • Web Browser page

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @gaudouy oh, you didn’t say display existing web page! See MMM-IFrame,
    Also MMM-SmartWebDisplay

  • Aide sur un projet en standby depuis 1mois (merçi)

    Unsolved
    11
    0 Votes
    11 Posts
    4k Views
    S

    dis nous ce que tu as réussi

  • aurora forecast

    Unsolved
    3
    0 Votes
    3 Posts
    729 Views
    M

    Thats pretty cool,thanks a lot for taking the time to do that,i guess all the information needed is actually displayed there once you understand it all,i’ll have a play around with it.

  • Amazon shipping

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    S

    thanks, I tried MMM-Parcel but I am searching a service to connect directly to my amazon account, like MY ORDERS