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

    Solved
    15
    0 Votes
    15 Posts
    7k Views
    S
    @jlward73 many times the content pasted into the forum does not use a code wrapper. when this happens, the content is assumed to be word processing ( ms word or like), and the double and single quotes are changed to match (curved) zoom in on these two sets of quotes ’ " "' JavaScript uses text mode, (quotes are vertical not curved) and freaks out when encountering the word processing quotes, as they don’t match anything expected.
  • calendar (icloud) not loading after last MM Update

    Solved
    18
    0 Votes
    18 Posts
    6k Views
    S
    @sdetweil I tried it but these error messages appear. I even completely reinstalled MM, the message you see below comes after I enter the command [image: 1709075880038-fa0be7de-1741-4cb1-a7c9-0bab0b7e5a40-grafik.png]
  • MMM-CalendarExt3 show color

    Solved
    12
    0 Votes
    12 Posts
    5k Views
    G
    @MMRIZE ahhhh, the children thank you very much.
  • Netatmo

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    KristjanESPERANTOK
    You are using a very old fork from RaymondMolenaar. I recommend that you switch to the original (and active maintained) module from CFenner: https://github.com/CFenner/MMM-Netatmo
  • MMM-Countdown

    Solved
    7
    1
    0 Votes
    7 Posts
    1k Views
    S
    @rudiau you find the post that provides the answer, and in the bottom right corner are 3 dots. click that and select Mark this post as the correct answer [image: 1708951570684-screenshot_20240226_054506_chrome.jpg]
  • MMM-text-clock fullscreen

    3
    0 Votes
    3 Posts
    978 Views
    G
    @Fozi have you figured out how to change the color of the bright font?
  • Calendar / CalendarExt3 Font-Color and Symbol

    Unsolved
    13
    0 Votes
    13 Posts
    13k Views
    S
    @MMRIZE Awesome!!! It’s awesome!!! Thank you very very much. It works perfectly. Since I use both CalendarExt3 and CalendarExt3 Agenda, I have stored the key lines and if lines in both modules in the config. For all-day events, the symbols are displayed in the calendar, but not in the agenda. And only for all-day events. But I don’t care. I’m happy. Just in case you want to make an improvement here or I have made a mistake!!! So thank you very much. I will post my project soon in the forum under “Show my Mirror” incl. all information from the config and custom. Maybe someone will be interested… :-)
  • screen Blanking not working on Raspberry Pi 2

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    S
    @did awesome!! thanks for the feedback
  • 0 Votes
    2 Posts
    651 Views
    G
    @SaltyRiver did you find a solution to this? I’m having the same issue. I have one rain drop on the far left, the screenshot shows rain all over the screen; the css file only has it 7px of the left margin.
  • Notification Timer none dosent work

    Solved
    18
    0 Votes
    18 Posts
    6k Views
    S
    @fischi87 one could always submit an enhancement request issue to the MM github page…
  • How to correctly configure the calendar module

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    S
    @Feedy88 that is the existing code. only for fullDayEvent.
  • Calendar - Wrong times after switching to winter time

    7
    1
    0 Votes
    7 Posts
    2k Views
    S
    @h_vestbo where, which geography?
  • MMM-OpenWeatherMapForecast Doesn't display imperial units

    21
    0 Votes
    21 Posts
    10k Views
    J
    @kayakbabe - thanks for letting me know. I will keep an eye on the one I am using and if I see issues, will try the other one.
  • MMM-PIR

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @eyesallin in the node_helper.js browsers cannot access the system directly. the node_helper is the mm solution for that
  • Pas de Google Agenda dans MMM-calendar

    Solved
    4
    0 Votes
    4 Posts
    999 Views
    S
    @did awesome… glad you got it working and tested the other.
  • MMM-GoogleTasks token.json

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    S
    @svenpisa i don’t understand… did you do the steps in the module instructions? [image: 1708006763178-snip20240215_2.png]
  • MMM-CalendarExt3 rename Popover PERIOD, DESCRIPTION, LOCATION, CALENDAR

    Solved
    3
    1
    0 Votes
    3 Posts
    798 Views
    M
    @nhweb Done. Update module to 1.8.1 Then, in your custom.css, append these lines. /* css/custom.css */ #CX3_POPOVER .criteriaItem.period .name::before { content: "PERIOD"; } #CX3_POPOVER .criteriaItem.location .name::before { content: "LOCATION"; } #CX3_POPOVER .criteriaItem.description .name::before { content: "DESCRIPTION"; } #CX3_POPOVER .criteriaItem.calendar .name::before { content: "CALENDAR"; } Modify as your wish.
  • MMM-Microsoft ToDo

    Unsolved
    7
    1
    0 Votes
    7 Posts
    3k Views
    S
    @sdetweil yes i did but with https://github.com/thobach/MMM-MicrosoftToDo/issues/109 hope they will find a solution
  • Google Calendar via GA, Jarvis

    Unsolved
    4
    0 Votes
    4 Posts
    761 Views
    S
    @Alexjons I was just pointing to where the dialog about this problem is happening. The author knows and so far as I can read the issue, there is no general purpose solution that works for all.
  • node_helper.js is not working?

    Solved
    49
    0 Votes
    49 Posts
    26k Views
    S
    @vandy2424 I have provided a ‘fix’, that will produce a message if this case happens again… hopefully next release (April 1) https://github.com/MagicMirrorOrg/MagicMirror/pull/3383 edit: the fix was accepted for next release