A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • How to Swipe between pages

    Unsolved
    19
    0 Votes
    19 Posts
    2k Views
    N
    @seabass For me the following cofiguration ist working fine with every Touch Display I’m using. (Surface, Dell Touch Monitor, HP AIO Touch) I using this module. MMM-Touch and also MMM-Pages { module: "MMM-Touch", position: "top_center", classes: "", disabled: false, config: { debug: false, useDisplay: false, autoMode: false, defaultMode: "default", gestureCommands: { "default":{ "TAP_1": (commander) => {commander.sendNotification("USER_PRESENCE", true);}, "SWIPE_RIGHT_1": (commander) => {commander.sendNotification("PAGE_DECREMENT", null);}, "SWIPE_LEFT_1": (commander) => {commander.sendNotification("PAGE_INCREMENT", null);}, "SWIPE_DOWN_1": (commander, gesture) => {commander.sendNotification("ARTICLE_PREVIOUS")}, "SWIPE_UP_1": (commander, gesture) => {commander.sendNotification("ARTICLE_NEXT")}, "SWIPE_DOWN_2": (commander, gesture) => {commander.sendNotification("BACKGROUNDSLIDESHOW_PREV")}, "SWIPE_UP_2": (commander, gesture) => {commander.sendNotification("BACKGROUNDSLIDESHOW_NEXT")}, //"DOUBLE_TAP_1": (commander) => {commander.sendNotification("LOAD_NEXT_WALLPAPER", null);}, "SWIPE_LEFT_2": (commander) => {commander.sendNotification('CX3_GET_CONFIG', {callback: (before) => {commander.sendNotification('CX3_SET_CONFIG', {monthIndex: before.monthIndex + 1,callback: (after) => {setTimeout(() => { commander.sendNotification('CX3_RESET') }, 60_000)}})}})}, "SWIPE_RIGHT_2": (commander) => {commander.sendNotification('CX3_GET_CONFIG', {callback: (before) => {commander.sendNotification('CX3_SET_CONFIG', {monthIndex: before.monthIndex - 1,callback: (after) => {setTimeout(() => { commander.sendNotification('CX3_RESET') }, 60_000)}})}})}, }, } }, },
  • Nodejs version/update issue

    Solved
    2
    0 Votes
    2 Posts
    367 Views
    S
    @lightsaberluke yes, system is tricky sometimes if you had used the install or upgrade script it would have handled this problem for you see https://github.com/sdetweil/MagicMirror but you can use one of the selective node tools i recommend n do this sudo npm install n -g sudo n 22.14 hash -r node -v you should now have node 22.14 or 22.15 now cd ~/MagicMirror npm run install-mm
  • Nudging a Module to different location?

    Unsolved
    3
    0 Votes
    3 Posts
    313 Views
    plainbrokeP
    @Durahl Here is a little example of What Sam said to do. Not sure what module you are trying to do that with but this will give you the idea of what to tweak in the ctrl+shift+i screen. .MMM-Cocktails { Margin-top: 30px; Margin-left: 140px; Margin-right: 120px; } Hope this makes it a little clearer for you. PS: You can look in the modules css file for the .XXX-XXXXX name to use if you have the same difficulty I do with the window thingy… <— Technical term.
  • MMM-JsonTable - error and does not load

    Solved
    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.
  • Different order in center after Upgrade to 2.32

    Unsolved
    21
    0 Votes
    21 Posts
    2k Views
    S
    @falter same thing to Me, another ditch I dont need to go into! Lol
  • MM install script failure on fresh install of Raspian

    Solved
    9
    0 Votes
    9 Posts
    832 Views
    unfriendlydeviceU
    @sdetweil Sadly another failure I’ve emailed the log.
  • Missing custom.css breaks entire layout

    Unsolved
    7
    1
    0 Votes
    7 Posts
    849 Views
    plainbrokeP
    @sdetweil You are more than likely correct the sd card has started to fail. That is why I went to the M.2 ssd’s they do not seem to fail as often as USB drives did for me. and I have gave up on sd cards on anything that I do not HAVE to use them in… I suppose if I would fork out the money for the better ones maybe they would last longer… Sorry to Hijack your post. @arh
  • Update breaks MM

    Solved
    4
    0 Votes
    4 Posts
    459 Views
    S
    @ReD1470 dont use force unless i tell you. it skips some checks that are useful. its not documented intentionally.
  • need help installing MMPM - losing my mind

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    S
    @Cote289 did you get this resolved?
  • MMM-temp-ds18b20 disable second sensor

    Unsolved
    8
    0 Votes
    8 Posts
    649 Views
    S
    @briantogo did you get it fixed?
  • Upgrade error on upgrade to 2.32.0

    Solved
    3
    0 Votes
    3 Posts
    633 Views
    F
    @sdetweil It works :-) Thnx Sam!
  • Open Weather not displaying

    Unsolved
    10
    0 Votes
    10 Posts
    847 Views
    S
    @khrusher yes, but sometimes modules need refresh when MagicMirror is updated my script does all that too
  • https://github.com/njwilliams/MMM-PlaceInfo not loading

    Solved
    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
  • How to synchronize pictures from mobile to the MM?

    Unsolved
    18
    1 Votes
    18 Posts
    4k Views
    C
    In addition if you use dropbox on a windows-pc you can fully manage the image folder there. rclone does the rest for you on the pi.
  • Error in the calendar module check logs for more details

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    S
    @nowayto if the network is busy, all kinds of problems
  • DS18b20 issues

    Solved
    3
    -1 Votes
    3 Posts
    331 Views
    B
    I used a work through from Sam called “module not found error loading module in MagicMirror” dated Oct. 22/ 2021
  • MMM-Wallpaper notification and MMM-ModuleScheduler

    Solved
    5
    0 Votes
    5 Posts
    530 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
    7
    0 Votes
    7 Posts
    705 Views
    S
    @Dayzwell awesome!!
  • MMM-Universal-Pir issues

    Unsolved
    5
    0 Votes
    5 Posts
    714 Views
    R
    @eyesallin said: I am using a PI 5 with Linux bookworm OK, with Pi5/bookworm the wayland standard config should work… Or do you have re-configured to X11? You can check right syntax for your system by trial&error on commandline in terminal window. If you are working headless (remote terminal) you have to place a „DISPLAY:0“ in front of the command you are trying… Regards, Ralf
  • Issues with MMM-Button

    Solved
    7
    0 Votes
    7 Posts
    902 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