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

    1
    1 Votes
    1 Posts
    320 Views
    H
    Hi! My mmm calendar shows alway all birthdays, only depending on the day, not the month! I use 3 calenders, 2 work fine, only the birthday calender is not working properly … I checked the web, Google and a lot of forums, but it seems that it must my personal problem, because nobody else is having that issue. What can I do wrong to get that result? To be mor precise: Jeffs birthday is January 2nd, and mmm shows me Jeff every month. And this is the case with all entries of that calender! Regards, Hai
  • which module to listen to the radio on my MM ?

    6
    0 Votes
    6 Posts
    1k Views
    V
    I have a need to find a free online radio station
  • 0 Votes
    1 Posts
    228 Views
    A
    Re: [MMM-MusicOnDemand] - Play music from deezer with a browser in the background Hello everyone! I’ve just installed the MusicOnDemand module, knowing it was a little bit old but I didn’t manage to find any other deezer module. It works actually with bugsounet’s GAv3 and the play/pause/next/previous commands works fine but the flow and “loved tracks” don’t. There appears to be no information useful in the logs (plus, it looks like the module is constantly downloading the album image, so the logs are quite saturated…). This module being really old and not very well-known, I’d like to know if these commands are working for others people, or if there is now another, more recent deezer module that I am not aware of? Have you guys more infos/leads ? Or am I the only person who doesn’t use spotify? Thanks :winking_face:
  • MMM-Multimonth

    12
    2
    0 Votes
    12 Posts
    3k Views
    S
    @bkeyport the only code that sets the highlighting is starting at line 82 so, I would change the css to unique colors for the 3 lines, (2 have different classes but same color) if (currentWeekday.day() == 0 || currentWeekday.day() == 6) { output += "<div class='current_day_weekend'>" + currentWeekday.format("D") + "</div>"; } else { output += "<div class='current_day'>" + currentWeekday.format("D") + "</div>"; } } else { output += "<div class='current_day'>" + currentWeekday.format("D") + "</div>"; if (currentWeekday.day() == 0 || currentWeekday.day() == 6) { output += "<div class='current_day_weekend'>" + currentWeekday.format("D") + "</div>"; } else { output += "<div class='current_day'>" + currentWeekday.format("D") + "</div>"; } } else { output += "<div class='current_day'>" + currentWeekday.format("D") + "</div>";
  • MMM-CalendarExt2 showing daily in columns

    8
    0 Votes
    8 Posts
    2k Views
    BKeyportB
    @chris_d Sometimes little bugs like that happen. Usually, it just takes a refresh to fix. Glad to see it’s working.
  • MMM-carousel

    3
    0 Votes
    3 Posts
    687 Views
    L
    @sdetweil thanks for your quick response!
  • MMM-CalendarExt2 - Repeat event not showing

    1
    0 Votes
    1 Posts
    331 Views
    E
    Greetings :) I’ve stumbled across a little problem before I can finish my project. If I create an event to repeat yearly (birthday), the event won’t show. But if I create the same event without repeat then it’s visible on the calendar. Anyone got any experience regards repeatedly events not showing into Calendar view (Any view)?
  • Weather Module Current Forecast

    6
    0 Votes
    6 Posts
    994 Views
    ankonaskiff17A
    @sdetweil I understand that. It had “loading” displayed when I went to bed but when I got up forecast/current had loaded and was displaying the current forecast. So in some respect weathergov forecast/current was functional,
  • MMM-CalendarExt2 - Event Color Fade - Removable?

    2
    0 Votes
    2 Posts
    657 Views
    E
    @ellings3n Found the solution: Adding the following command to my css config fixed it :) background-image:none; Ellings3n
  • MMM-KVV loading error?

    1
    0 Votes
    1 Posts
    347 Views
    4
    The installation was completed successfully, but when I activate the module in the config file, I receive the message “loading” only. Has somebody running this module in the moment?
  • tableClass sizing question in weather module

    7
    0 Votes
    7 Posts
    1k Views
    S
    @ankonaskiff17 in the bedroom… none of my TVs will go totally dark I have a 43in 4k in the hall for my pictures and walk by info… its my nightlight! lol
  • MMM-Screencast don`t work

    13
    0 Votes
    13 Posts
    3k Views
    JerryPJ
    @stevent said in MMM-Screencast don&#x60;t work: { module: 'MMM-Screencast', position: 'bottom_right', // This position is for a hidden <div /> and not the screencast window config: { position: 'center', height: 300, width: 500, castName: 'SpiegelRasp', }}, Pleas tray this to copy past in your config file i’ts working one mine
  • Calendar - Ends In Invalid Date

    calendar events invalid date
    1
    0 Votes
    1 Posts
    471 Views
    E
    Greetings Everyone :) I’ve been having an issue for a long time were past events gets “stuck” in the calendar with format: “Event Name” - “Ends in Invalid Date” The only “workaround” is to manually delete old events from calendar. New and current events are working smoothly. Tried googling, searching on different forums and on this one without any luck. Last thing I found was to add “showEnd: false,” to the config file with no visual effect. config: module: 'calendar', header: 'Kommende Aktiviteter', fetchInterval: 3600000, position: 'top_left', config: { fade: false, maximumEntries: "5", showEnd: false, calendars: [ { symbol: 'calenar-check-o ', url: "Calendar Link", Any help would be appreciated. -Ellingsen
  • Calendar: Full Day Events // today

    calendar fulldayevent format
    1
    0 Votes
    1 Posts
    1k Views
    B
    I use Magic Mirror with the German language activated. I’d like to show full day events of today as “heute” (today) instead of “noch xx Stunden” (x hours left). Here is my actual config: dateFormat: "ddd[,] D.M. [um] H.mm [Uhr]", timeFormat: "absolute", fullDayEventDateFormat: "ddd[,] D.M.", showEnd: false, wrapEvents: true,
  • hello-lucy error problem

    3
    2
    0 Votes
    3 Posts
    759 Views
    C
    @mykle1 i have configured my mic correctly but it still shows to me the error … why is that ? and how can i fix it please ?
  • Calendar module - Hidden private events

    2
    0 Votes
    2 Posts
    296 Views
    S
    @borishalleux you could submit a change request to the project issues list
  • iFrame Windfinder

    21
    1
    0 Votes
    21 Posts
    7k Views
    S
    @megagprime as long as it works
  • MM-pages not working

    1
    2
    0 Votes
    1 Posts
    266 Views
    L
    Does anybody know how to get Pages on The MM cuz all of my attempts failed. The config checks never pass[image: 1623035940432-screenshot_20210606-231258_chrome.jpg] [image: 1623036088502-screenshot_20210606-232101_gallery.jpg]
  • 0 Votes
    7 Posts
    1k Views
    T
    @stacywebb Hi, I have completed the training and also I done with the face recognition trial. But this error comes in between, sometime it works but often this error shows. Any luck??
  • yellow lightning and CPU

    9
    0 Votes
    9 Posts
    2k Views
    S
    @rikko14 2A is close. I bought some 5A supplies