A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MagicMirror on secondary monitor

    Unsolved
    8
    1 Votes
    8 Posts
    1k Views
    BKeyportB
    @clakkentt Yeah – I get that… Sadly, I don’t think there’s a way to get around “Stupid video driver tricks” in this case, sadly.
  • Magic Mirror through browser not formatting correctly

    Unsolved
    3
    0 Votes
    3 Posts
    541 Views
    S
    @sdetweil damn that’s a bummer! I will just have to go back to the chromecast and adjust text size and colours i guess, thanks for your help!
  • MMM-WIDGET2 calendar economic

    Unsolved
    6
    0 Votes
    6 Posts
    665 Views
    S
    @monark there are no developers. this is an open source project. those who want it, create it, or collaborate with others that also want it. this forum is about installation and use of the base MagicMirror platform. and HOW to develop modules that work therein. we take submissions (pull requests) for fixes and enhancements to the base. there are 3 or 4 of us that process this work for next release I also support the forum. all of it is as time available from our normal lives. we supply a sample set of modules for the core content date/time - clock calendar weather a module to post pop up alert messages - alert a module to indicate whether updates are available for the base - updatenotifications a newsfeed module - newsfeed a module that will display random sayings - compliments all other modules are owned and maintained (or not) by their individual authors.
  • Compliments module | Can you specify a specific date in an external .json file?

    Solved
    4
    0 Votes
    4 Posts
    559 Views
    S
    @morangen cool, glad you got it working
  • Error EBADENGINE when installing MM v2.28.0

    Unsolved
    28
    0 Votes
    28 Posts
    10k Views
    S
    @Ix backup your MagicMirror config see my back up/ restore https://github.com/sdetweil/MagicMirror-backup-restore
  • MMM-Tronity

    Solved
    14
    0 Votes
    14 Posts
    3k Views
    S
    @BKeyport and the doc says that
  • Touch controls not working (only when running MM)

    Solved
    3
    0 Votes
    3 Posts
    375 Views
    G
    Thanks for the tip on how to find logs. Turns out I had another module installed that was transparent but covering the entire screen in a layer above the buttons, so that was intercepting my clicks.
  • MMM-Remote-Control - brightness not fullscreen

    5
    0 Votes
    5 Posts
    1k Views
    A
    For anyone interested in the future, an elegant solution that worked for me : custom.css: #remote-control-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; } Where the key is to add top: 0; left: 0; to the #remote-control-overlay. The rest is already in the module’s remote-control.css file.
  • odd module load behaviour after upgrading to 2.28

    Solved
    5
    0 Votes
    5 Posts
    704 Views
    S
    @wishmaster270 This fix is now part of next release
  • Fork Mode

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    S
    @davidgagne yes
  • Remote Control API Help Please

    Unsolved
    2
    0 Votes
    2 Posts
    230 Views
    S
    @mart11 generally it’s this https://github.com/Jopyth/MMM-Remote-Control/blob/master/API/README.md#basic-examples-of-sending-a-module-notification But, pages expects the payload to be a number Not object, not string. I don’t know how to do that w curl You might be able to do the forward or back, as the payload is optional as i remember it
  • calendar fetch goes wrong and gpu process error

    Solved
    14
    0 Votes
    14 Posts
    3k Views
    R
    @karsten13 thanks again. The magic mirror now runs smoothly and without any errors :)
  • Magic Mirror remote module does not save brightness setting

    Unsolved
    3
    0 Votes
    3 Posts
    949 Views
    L
    I am using Bullseye with old Rpi2 brightness adjustment is a slider in "edit view "menu it does change brightness of the font in the display, it just does not save it
  • Highlight current day in calendar

    Solved
    20
    0 Votes
    20 Posts
    2k Views
    R
    @sdetweil Sir, you did it once again. I tried editing the alpha channel from “0.2” to “0,5” and all worked out. Thank you very much for all the support and your patience since the beginning of my MM journey! :)
  • ReferenceError: Remote-Control & AccuWeatherForecastDeluxe

    Solved
    3
    0 Votes
    3 Posts
    300 Views
    H
    @sdetweil said in ReferenceError: Remote-Control & AccuWeatherForecastDeluxe: @hanspeter2000 said in ReferenceError: Remote-Control & AccuWeatherForecastDeluxe: [ERROR] ReferenceError: defaults is not defined yes, this is a bad programming practice in the MMM-AccuWeatherForecastDeluxe.js on roughly line 98, is mainIconset: defaults.iconset, this references the structure it is in that is not yet finished at the time. it used to work once, but doesn’t reliably now… the fix is to change that to mainIconset: "1c", (the value of the iconset 1 line above) and this is caused by MMM-Remote-Control trying to figure out what modules are installed so it can help add/remove them , it is not fatal , so you can also ignore it… on my dev system I have error messages all over the place due to Remote-Control trying to load module components thank you. until now the module is working :-)
  • Error on rebuilding EXt-Detector

    Unsolved
    6
    0 Votes
    6 Posts
    916 Views
    S
    ✖ Rebuild Failed An unhandled error occurred inside electron-rebuild node-gyp failed to rebuild ‘/home/omiworld/MagicMirror/modules/EXT-Detector’ Error: node-gyp failed to rebuild ‘/home/omiworld/MagicMirror/modules/EXT-Detector’ at ChildProcess. (/home/omiworld/MagicMirror/modules/EXT-Detector/node_modules/@electron/rebuild/lib/module-type/node-gyp/node-gyp.js:118:24) at ChildProcess.emit (node:events:520:28) at ChildProcess._handle.onexit (node:internal/child_process:294:12) Rebuild Failed npm error code 255 npm error path /home/omiworld/MagicMirror/modules/EXT-Detector npm error command failed npm error command sh -c installer/postinstall.sh -r -m npm error A complete log of this run can be found in: /home/omiworld/.npm/_logs/2024-08-02T17_23_41_203Z-debug-0.log the rebuild also failed
  • New Weather App (good bye DarkSky) creates config error

    Solved
    12
    0 Votes
    12 Posts
    6k Views
    L
    I tried this app and was quite satisfied
  • No Web UI with MMM-FastNotes

    Solved
    20
    0 Votes
    20 Posts
    2k Views
    R
    @mumblebaj YES! Got it working! Thank you very very much
  • Issue with latest update

    Solved
    4
    0 Votes
    4 Posts
    335 Views
    S
    @ttguru ok, you didn’t need to update node manually… the script would have done it… but I was more concerned with the modified MM files…(which should never happen)
  • MMM-OpenWeatherMapForecast Not Working With New OneCall API 3.0 Subscription

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    BerkSmash1984B
    @sdetweil shoot, I fixed it… I had accidently downloaded a different module, MMM-OpenWeatherMapForecast instead of MMM-OpenWeatherForecast . Once I removed the wrong module and installed the correct one, and updated the node helper with “https://api.openweathermap.org/data/3.0/onecall” it worked. Thanks for your help!