A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Default Calendar lists events one day early

    Solved
    4
    0 Votes
    4 Posts
    943 Views
    S
    @asward2 awesome
  • MMM-IPCam format

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    V
    I´m using a screensaver using a motion detector for activating my HDMI-screen. This does not work if I´m using omxplayer. My cam is a Reolink RLC-420-5MP. Don´t know how to set the decoder on H.246… Is there an alternative to MMM-RTSPStream??
  • MMM-Wallpaper black screen

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    P
    I deleted everything again and redid it now it works, thanks for the help.
  • install MM2.18 on win10 pc

    Solved
    22
    1
    0 Votes
    22 Posts
    8k Views
    J
    @sdetweil - using virtual machine - don’t have any expierience on that or how to activate. Let me do following: I clean up and remove the Ubuntu & Debian app I installed. Then I’m going to look up some youtube vids on how to install Ubuntu with virtual box or virtual machine active. I’ll come back later when that is done properly - thanks for your support so far.
  • Nest api error

    Unsolved
    6
    1
    0 Votes
    6 Posts
    731 Views
    T
    @sdetweil thanks mate. I’ve replaced the line. Now I’m waiting for the error.
  • MMM.WEDGET need help

    Unsolved
    3
    1
    0 Votes
    3 Posts
    605 Views
    T
    @mmrize Hi. Thanks for replying. It’s not even showing full widget. [image: 1647529356430-screenshot_20220317-150141_samsung-internet.jpg] This is my widget link [image: 1647529486780-screenshot_20220317-150414_samsung-internet.jpg]
  • Calendar module shows entries outer range

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    S
    @monkye nice!
  • Mmm-nest-status freeze

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    T
    @sdetweil thanks for replying. Nest is now been updated by the developer. Should work now.
  • Custom autostart pm2 script, fixsandbox script doesn't work

    Unsolved
    4
    0 Votes
    4 Posts
    667 Views
    S
    @timogden the sandbox error is false reporting from electron, nothing we can do about it
  • Calendar module not updating

    Unsolved
    4
    0 Votes
    4 Posts
    621 Views
    Cliff365C
    @sdetweil Thank you again! I’ll give it a try.
  • MMM-GoogleBirthdaysProvider

    Solved
    4
    0 Votes
    4 Posts
    662 Views
    M
    I had to generate a new token. Problem is solved :-)
  • Volvo on Call

    Solved
    34
    1
    0 Votes
    34 Posts
    10k Views
    strawberry 3.141S
    @mz-ber officially there is no space in between the numbers and the suffix, but I work for a provider of a mobility platform and I can tell you that users frequently come up with their own formats like AB-CD123 (no space) or AB-CD 123 E (extra space). Your regex works, but it would also cover some invalid plates like the following in case you want a challenge to improve your regex: AB-CD 0E5E8 The number can’t start with a 0 The E can only be in the end not mixed with the numbers
  • MMM-NBA

    Solved
    2
    0 Votes
    2 Posts
    345 Views
    C
    @ccrichtx Change date setting in file …/modules/MMM-NBA/node_helper.js Change from y: json.season.year - 1 TO y: json.season.year - 0 . . const details = { w: json.day.dat, y: json.season.year - 1, t: self.seasonTypeMapping [json.season.type], . .
  • need help pleas MMM-MyCalendar does not work

    Solved
    3
    0 Votes
    3 Posts
    500 Views
    StoffbeuteluweS
    @jerryp thanks …yes that was the problem
  • MMM-FlightRadarTracker No update but problem on displaying data

    Unsolved
    1
    0 Votes
    1 Posts
    214 Views
    S
    Hi, This module seem to be no more update… Anyone to solve this issue please ? :) https://github.com/jesmak/MMM-FlightRadarTracker/issues/7 Thank you.
  • MMM-DHT-Sensor not updating

    Unsolved
    1
    0 Votes
    1 Posts
    249 Views
    R
    Hello, For several days my MMM-DHT-Sensor module does not update, I have to restart the MagicMirror for the temperature to move. I uninstalled and reinstalled the module and bcm2835 I also changed the DHT22 sensor with a new one but the problem persists. I did not however change anything in the parameters of my config.js { module: "MMM-DHT-Sensor", position: "top_right", header: "T° Appartement", config: { sensorPin: 4, sensorType: 22, updateInterval: 100 * 1000, initialLoadDelay: 0, animationSpeed: 1000, units: "metric", relativeScale: 35, debug: false } }, what should I do ?
  • MMM-MyGarbage new icons?

    Unsolved
    1
    0 Votes
    1 Posts
    316 Views
    M
    Hello fan community, already once thought into the autumn and winter: Is it possible to include an icon for leaves and Christmas tree?
  • MMM-Gas Still Working?

    Unsolved
    18
    0 Votes
    18 Posts
    5k Views
    Mykle1M
    @cowboysdude That’s weird. I downloaded from the repo onto ubuntu and everything was fine. Module folder and module name were fine, MMM-Gas. 2 days ago, that is.
  • MMM-mygarbage not loading

    Solved
    3
    0 Votes
    3 Posts
    544 Views
    cowboysdudeC
    @sardauker Maybe it’s just full :)
  • Standard calendar Determine text alignment

    Unsolved
    16
    1
    0 Votes
    16 Posts
    5k Views
    S
    @clubjack Can you share the Solution? Thanks