A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Help with MMM-ModuleSchedule - not hiding

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    S
    @cheminge also, what is the default behavior if the module(s) are not in the ‘current’ timeframe? or not in any schedule?
  • MMM-ISS by daterell

    Unsolved
    1
    0 Votes
    1 Posts
    266 Views
    N
    I tried to install the module , but I don’t get any data on my mirror, just “Next ISS fly over”, “Visible”, “Max Height” “Appears” and “Disappears”. Has anyone have suggestions to solve this? { module: 'MMM-ISS', position: 'bottom_right', config: { // These values must come from available locations on the SpotTheStation site: https://spotthestation.nasa.gov/ country: "Netherlands", region: "Flevoland", city: "Almere", minElevation: 40 // 40 Lowest elevation for the panel to show up } },
  • Google Tasks 'client_secret' of 'this.credentials.installed' as it is undefined.

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    S
    @torafadora maybe change the paths to ‘modules/MMM-GoogleTasks/…filename’ as the module is executed w MagicMirror running in the MagicMirror folder
  • CalendarExt3 - Event transformer wildcard

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    S
    @BKeyport ah, but description is an optional field
  • Magic Mirror - Auto-Update ?

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    R
    @sdetweil THANKS to YOU for your huge effort here in this place! Ralf
  • Script to stop MagicMirror

    Solved
    3
    0 Votes
    3 Posts
    639 Views
    N
    @sdetweil , yes it was startet under the wrong User. Now it is working. Thanks :)
  • DIY Module Displays Nothing

    Solved
    14
    0 Votes
    14 Posts
    1k Views
    H
    It was the fade! when I switch the fade to 0, even the refresh of 1 seconds works and displays perfectly. @sdetweil you are brilliant! Thank you!
  • Help with upgrading to 2.30.0

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    S
    @mvrlogins yes, doing test run. because your (all of you) MagicMirror systems have been built and are important to you, i am very cautious about making changes. we update MagicMirror 4 times a year, i dont need to crash your system every time!! so upgrade is a 2 part process also, many users, not yet knowing the system design, change MagicMirror files which should not and do not need to be modified. but IF modified, the update will fail unless forced AND your changes (which you may not remember) will be lost 1st is test, make no changes if all goes well 2nd pass, actually DO the upgrade, same command, with an additional parameter , apply there is a second copy/paste line in the doc for this you only did pass 1, test mode
  • [ERROR] Cannot access 'config' before initialization

    Unsolved
    4
    0 Votes
    4 Posts
    460 Views
    T
    @sdetweil I am not using the MMM-RemoteControl. The only other modules I have so far is Nest-Status and Screencast. Changing the module config language to ‘false’ allowed the program to launch and everything is functional now. It is just using the module default now. Thanks for the help!
  • Cannot find module 'undici' - 'npm install' doesn't work

    Solved
    17
    0 Votes
    17 Posts
    6k Views
    S
    he had nvm installed too, conflicts with n ( nodejs version of nvm)
  • MagicMirrorOS build intermittently not starting mm container (Version 2.30)

    Solved
    23
    0 Votes
    23 Posts
    5k Views
    S
    As an update, based on the pointers from @KARSTEN13 and @SDETWEIL, have a workaround. Had three issues going on. 1: I found that on a graceful reboot (shutdown -r now) that it would generally start fine, but not on an ungraceful reboot (power cycle the machine). Looks like when it was ungraceful reboot, the labwc container would show with uptime of (for example) five hours when ‘docker ps’, even though the machine was rebooted 20min ago after ‘docker compose up’ was executed by install.sh. Whereas the magicmirror container would have recently started. I assume kind of lock file confusing things? Workaround was to change the first ‘docker compose up’ install.sh to ‘docker compose up -d --force-recreate’ 2: I’d also included a pause and --force-recreate at the end of the install.sh and noted it was never executing as per @KARSTEN13’s suggestion. Looked like the install.sh script was hanging at docker compose pull. Commented that out. 3: Lastly, the initial ‘docker compose up -d --force-recreate’ in install.sh would still fail often with the mm container restarting with logs as per the original post. With a 7 min pause and then second ‘docker compose up -d --force-recreate’ it seems to start the second time well (3min wasn’t enough, 5min was better, 7min seems to work). Workaround is a bit on the slow side, at some point will see if can refactor it a bit so that a pull for updates occurs. Extract of resulting install.sh below. _info "--> Pulling docker images and starting magicmirror" # need sudo for docker here if docker was installed with this script # use up so mm can start if there are already local images _info "--> Pre Start Pause for 2min" sleep 120 _info "--> Start and recreate" $_sudo docker compose up -d --force-recreate #_info "--> Pull Pause for 1 min" #sleep 60 # pull new images #_info "--> Image Pull" #$_sudo docker compose pull #_info "--> Restart Pause for 1 min" #sleep 60 # restart (only if new images pulled) #_info "--> Restart stopped" #$_sudo docker compose up -d _info "--> Final Pause for 7 min" sleep 720 _info "--> Final start and recreate" $_sudo docker compose up -d --force-recreate if [[ "$_sudo" == "sudo" ]]; then _info "--> Reboot needed, starting in 120 sec. (use ctrl-c to skip)" sleep 120 sudo reboot now fi # cleanup $_sudo docker image prune -f
  • ERROR:gbm_wrapper.cc(253)] Failed to export buffer to dma_buf:

    Unsolved
    26
    0 Votes
    26 Posts
    12k Views
    G
    @sdetweil No worries. Thanks for the response.
  • 0 Votes
    3 Posts
    831 Views
    C
    @sdetweil I did not see this, sorrz about that. Now both work perfectly thank you
  • MMM-FRITZ-Box-Callmonitor

    Unsolved
    2
    0 Votes
    2 Posts
    408 Views
    S
    @Sandy2503 see the 3rd party module list, linked in the header above
  • CalendarExt3 eventTransformer and refreshInterval

    Solved
    4
    0 Votes
    4 Posts
    496 Views
    F
    @chrisfr1976 Thank you for sharing. This helped me it seems it was an issue with my conditions using the ev.title.search(‘string’) solved my issue. eventTransformer: (ev) => { if (ev.calendarName === "Trash") { const trash = []; ev.color = 'gray'; if (ev.title.search('Altpapiertonne') > -1) { trash.push("fa-solid fa-trash trash-blue") } if (ev.title.search('Gelbe Tonne') > -1) { trash.push("fa-solid fa-trash trash-yellow") } if (ev.title.search('Biotonne') > -1) { trash.push("fa-solid fa-trash trash-brown") } if (ev.title.search('Restmülltonne') > -1) { trash.push("fa-solid fa-trash trash-black") } ev.symbol = trash; if (trash.length === 0) { ev.symbol = []; ev.color = "none"; } } return ev; } } } [image: ycfzpQ5G]
  • Cannot find module 'request'

    Solved
    4
    0 Votes
    4 Posts
    464 Views
    R
    @karsten13 Thanks! That worked! Somehow I missed that FAQ :) – Rune
  • MMM-Carousel causing Mirror to shift up

    Unsolved
    6
    0 Votes
    6 Posts
    652 Views
    S
    @jlward73 ah, no buttons. i’ve never used this carousel feature i use MMM-pages and MMM-pageindicator
  • installation of modules

    Solved
    20
    1
    0 Votes
    20 Posts
    4k Views
    P
    Thank you again I will leave it like this thanking you too afraid of hurting
  • Magic Mirror continuously resets when I view from browser

    Solved
    15
    0 Votes
    15 Posts
    2k Views
    S
    @Dexter1088 awesome
  • MM stopped working with Electron Error

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    S
    @wyovino shouldn’t need to, the os is ending . all processes will be stopped