A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Outlook 365 calendar not loading after updating MMM-CalendarExt2

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    571 Views
    O
    @KristjanESPERANTO Its working again, thanks buddy!
  • MM install script failure on fresh install of Raspian

    Solved Troubleshooting
    9
    0 Votes
    9 Posts
    979 Views
    unfriendlydeviceU
    @sdetweil Sadly another failure I’ve emailed the log.
  • Calendar does not run on secondary screen

    Solved Troubleshooting
    14
    0 Votes
    14 Posts
    2k Views
    S
    This fix is in the next release , Oct 1
  • MMM-Pinfo Help

    Solved Troubleshooting
    5
    2
    0 Votes
    5 Posts
    612 Views
    plainbrokeP
    @rkorell @sdetweil Never mind I am stupid. I figured out that I had removed several sections of the config file that was in his readme. Then went and re numbered the lines. Which really upset the apple cart. I did have to change the parts you said @rkorell. But the rest was my doing. Compare the first Config i posted and this one and you will see what I did. { module: "MMM-Pinfo", position: "middle_center", config: { debug: false, refresh: 5000, itemAlign: "left", labelAlign: "left", valueAlign: "right", labelSize: 400, containerSize: 500, DEVICE: { labelModel: "Model", displayModel: true, orderModel: 1, labelSerial: "Serial", displaySerial: true, orderSerial: 2 }, OS: { labelOs: "OS", displayOs: true, orderOs: 3 }, NETWORK: { labelType: "NET Type", displayType: true, orderType: 4, labelIPv4: "IPv4", displayIPv4: true, orderIPv4: 5, labelIPv6: "IPv6", I deleted these 2 lines and then changed orderMac: 6 and so on down the List.. DISPLAYIPV6: FALSE, ORDERIPV6: 6, labelMac: "MAC", displayMac: true, orderMac: 7 }, RAM: { labelRam: "RAM", displayRam: true, orderRam: 8 }, STORAGE: { labelStorage: "Storage", displayStorage: true, orderStorage: 9, }, CPU: { labelType: "CPU Type", displayType: true, orderType: 10, labelUsage: "CPU Usage", displayUsage: true, orderUsage: 11, labelTemp: "CPU Temp", displayTemp: true, orderTemp: 12 }, UPTIME: { labelUptime: "Uptime", displayUptime: true, orderUptime: 13 }, WARNING: { enable: true, interval: 1000 * 60 * 5, check: { CPU_TEMP: 65, CPU_USAGE: 75, RAM_USED: 80, STORAGE_USED: 80 } }, } },
  • MMM-JsonTable - error and does not load

    Solved Troubleshooting
    19
    0 Votes
    19 Posts
    2k Views
    S
    Sam, Yes, it was the file content. I had copied it from the git example but obviously did something wrong.
  • AfterUpdate to v2.3.2 Small Problem

    Solved Troubleshooting
    9
    1
    0 Votes
    9 Posts
    905 Views
    plainbrokeP
    @sdetweil Thank you Sam, That fixed my issue, and let me use the default clock files… Cool thing is with the old setting in the Custom.css file I can change the colon : color between the numbers a different color. Fun Fun Fun.
  • MMM-PlaceInfo

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    476 Views
    F
    @sdetweil Sorry for the delay. Yes I did. Thank you.
  • Update breaks MM

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    585 Views
    S
    @ReD1470 dont use force unless i tell you. it skips some checks that are useful. its not documented intentionally.
  • Upgrade error on upgrade to 2.32.0

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    983 Views
    F
    @sdetweil It works :-) Thnx Sam!
  • https://github.com/njwilliams/MMM-PlaceInfo not loading

    Solved Troubleshooting
    10
    0 Votes
    10 Posts
    1k Views
    Z
    @sdetweil @lmhmm I finally managed to get the module running. I used the following fork https://github.com/magicmirror-sdmy/MMM-PlaceInfo Thanks once again for the help from you both
  • DS18b20 issues

    Solved Troubleshooting
    3
    -1 Votes
    3 Posts
    428 Views
    B
    I used a work through from Sam called “module not found error loading module in MagicMirror” dated Oct. 22/ 2021
  • Error in the calendar module check logs for more details

    Solved Troubleshooting
    14
    0 Votes
    14 Posts
    2k Views
    S
    @nowayto if the network is busy, all kinds of problems
  • iPad 2 IOS 9.3.5 - missing modules

    Solved Troubleshooting
    8
    0 Votes
    8 Posts
    2k Views
    F
    @khrusher Great to see it helps others :)
  • MMM-Pinfo problem on Rpi5

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    1k Views
    R
    @sdetweil thanks. Regards, Ralf
  • Issues with MMM-Button

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    1k Views
    S
    @schlomm said in Issues with MMM-Button: @sdetweil You’ve said that I only need to change some settings in the rasp-config. Do you have any additional information what needs to be changed? I updated my post, I was incorrect
  • MMM-CalendarEXT3 and Default Calendar Display

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    1k Views
    S
    @jesseyz when you get that snazzier pi/sbc, you can use my backup/restore to move MM config and modules between devices… (and os’s…) https://github.com/sdetweil/MagicMirror-backup-restore
  • MMM-Wallpaper notification and MMM-ModuleScheduler

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    613 Views
    S
    Thanks Sam. I had it as schedules but it has to be notification_schedule. This works now.
  • Electron error? js error? Javascrpt error?

    Solved Troubleshooting
    7
    0 Votes
    7 Posts
    1k Views
    S
    @Dayzwell awesome!!
  • Wayland question

    Solved Troubleshooting
    10
    0 Votes
    10 Posts
    1k Views
    S
    @schlomm awesome, thanks for the feedback
  • MMM-Wallpaper - wrong path

    Solved Troubleshooting
    4
    0 Votes
    4 Posts
    657 Views
    S
    Thanks for the replies. I did make a spelling error in config.js;, MMM-WallPaper where it should have been MMM-Wallpaper. Thanks.