A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    11 Posts
    5k Views
    S
    @butchkemper awesome… the demons are everywhere! lol
  • UnhandledPromiseRejectionWarning: Error: Cannot find module 'request'

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    M
    @sdetweil You made my day / night! Thanks!
  • Bullseye Display timeout

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    A
    After a few other reboots, this does seem to be working now.
  • MMM-homeassistant-sensors- attributes ?

    2
    1
    0 Votes
    2 Posts
    576 Views
    E
    @emailuser It looks like the very last line of your code has { instead of } See if that resolves it?
  • The correct way to update a module

    Unsolved
    8
    0 Votes
    8 Posts
    8k Views
    S
    @JMac not /modules / at the front means root you want ~/MagicMirror/modules/MMM-CalendarExt3 ~ at the front means current users home folder if you are in the MagicMirror folder, then cd modules will move the current folder the the ~/MagicMirror/modules folder
  • Calendar Stuck at Loading...

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    B
    @sdetweil Well, I actually put it down for a while and when I came back to it it seems to be working. Think it was the number of events and it trying to receive / refresh them before it was done parsing. It’s showing things now - just not everything - so going to play a bit more with and hopefully I’m on the right track. Keep you updated Thanks a ton for your help!
  • MMM-AQI display help

    Unsolved
    1
    0 Votes
    1 Posts
    246 Views
    R
    I am trying to get MMM-AQI running, but it’s not displaying correctly. It’s showing the wrong location, not matter what I try. The most recent thread on this module is a few years old, so I am starting a new one.
  • MMM-PublicTransportHafas from KristjanESPERANTO

    Unsolved
    7
    1
    0 Votes
    7 Posts
    3k Views
    O
    @KristjanESPERANTO thanks again but unfortunately this did not help. It increases the space between the platform number and the right edge but does not move the platform number to the right. Even if I add .mmm-pth-platform-cell { width: 3ch; text-align: right; } it will stay same. the question marks indeed traced back to the API. they disappeared the next day.
  • Region, module, and module content alignment

    Unsolved
    2
    1
    0 Votes
    2 Posts
    1k Views
    S
    @DDE12 as you look at the locations in the bottom region is position:absolute, so these are the ACTUAL positions you see the left is pixel 0 (left edge) to pixel 834 right is pixel 834 to 0 (right edge) the middle is 630 from left and 204 from right left and middle are approx 751 (of the 834) pixels in the center of their space for data (not margin or padding) right is wider
  • Ical calender no longer works - randomly just stopped.

    Unsolved
    5
    0 Votes
    5 Posts
    921 Views
    T
    This randomly started working again. So not sure what’s going on with it. I can only think that it was the amount of entries or something it didn’t like when reading.
  • What does this mean?

    Unsolved
    8
    0 Votes
    8 Posts
    788 Views
    S
    @DehJango show me your config… you can send as a private message, please don’t change anything…
  • MM screen doesn't start but can access through web browser

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @DDE12 try this edit js/electron.js and change this , approx line 70 in the develop branch let address = (config.address === void 0) | (config.address === "") ? (config.address = "localhost") : config.address; to this let address = (config.address === void 0) | (config.address === "") | (config.address === "0.0.0.0") ? (config.address = "localhost") : config.address; previous issue, reopened https://github.com/MichMich/MagicMirror/issues/2550
  • pm2 no longer launching MM

    Unsolved
    38
    0 Votes
    38 Posts
    15k Views
    T
    i followed this to get my starting again https://forum.magicmirror.builders/topic/10840/problems-with-starting-pm2-start-mm-sh/7
  • Config template file not exists, no ensubst

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    D
    @sdetweil The temp fix worked. Thank you!
  • MagicMirror doesn't start after updating to 2.23

    Solved
    2
    0 Votes
    2 Posts
    423 Views
    F
    @fribse Ok, that is weird, after doing the force, and waiting for quite a while, it works again??? So I’m changing it to solved, running the update once more, with “force”, made it work
  • Mirror fails to start upon update

    Solved
    5
    0 Votes
    5 Posts
    719 Views
    S
    @nakulbende on the createRequire see https://github.com/MichMich/MagicMirror/issues/2772
  • MESA Loader with fresh install

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    S
    @calcio if you used my install script, I create that script ~/MagicMirror/installers/mm.sh
  • MMM-NetworkScanner - ShowDeviceColumns doesn't work

    Unsolved
    1
    0 Votes
    1 Posts
    467 Views
    zdenekZ
    Dears Even I’ve showDeviceColums: true, in config.js, each device is on own row, means no columns. Just in one config I’ve showInNewRow: true, so, I shoudl see only 2 rows any idea, what I did wrong? thanks Zdeněk
  • MMM-WeatherOrNot does not update

    Unsolved
    1
    0 Votes
    1 Posts
    200 Views
    J
    Hi all, I have a problem mmm-weatherornot works well when I start it but it does not update, the temperatures remain as at startup. do you have an idea ? my config.js: { disabled: false, module: ‘MMM-WeatherOrNot’, position: ‘top_right’, config: { location: “champagne-saint-hilaire”, // See instructions locationCode: “46d320d32”, // See instructions languages: “fr”, // See Languages list tempUnits: “C”, // F or C font: “Tahoma”, // See Font list textColor: “#ffffff”, // Hex color codes. htColor: “#ffffff”, // high temp color. Hex color codes. ltColor: “#00dfff”, // low temp color. Hex color codes. sunColor: “#febc2f”, // Hex color codes. moonColor: “#dfdede”, // Hex color codes. cloudColor: “#dfdede”, // Hex color codes. cloudFill: “#1f567c”, // Hex color codes. rainColor: “#93bffe”, // Hex color codes. snowColor: “#dfdede”, // Hex color codes. height: “600px”, // module is responsive to changes width: “600px”, // module is responsive to changes label: “Champagné Saint Hilaire”, // Location seems logical . . days: “5”, // 3, 5 or 7 theme: “Background”, // See Themes list *** theme overrides bgColor. *** bgColor: “#000000”, // theme overrides bgColor. icons: “Climacons Animated”, // Iconvault, Climacons or Climacons Animated animationSpeed: 3000, currentWeather: true, updateInterval: 1 * 60 * 1000, } }, Thanks
  • Install on Windows 10

    Solved
    4
    0 Votes
    4 Posts
    709 Views
    R
    Never mind, I found it :) And it works, thanks again !