A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • default Calender Two calender with different update time

    Solved
    9
    -2 Votes
    9 Posts
    882 Views
    S
    @Blackmirror i am wrong. based on the code (not the doc) you can have a unique fetchInterval by url to override the base config value so you only need one calendar instance
  • PM2 autostart script not working since last MM update

    Unsolved
    6
    0 Votes
    6 Posts
    590 Views
    S
    @meshuggahn i have no idea, this directory /run/usr, seems to be related to flatpack, but i have not seen nodejs/npm in flatpack packages
  • Google Calendar error during Authorize

    Unsolved
    2
    0 Votes
    2 Posts
    302 Views
    S
    @RonR i dont know that module. we provide support for google calendars as part of the base package. get the ical format url, public or private and put that in the url: property see the startup config.js which uses a calendarlabs url to get the url open your calendar in a web browser, select the specific source in the left nav, click the 3 dot menu to the right, settings scroll down to sharing, select the ical format url (not embed) or secret url
  • Installer scripts on Raspberry Pi Zero 2 W

    Unsolved
    14
    0 Votes
    14 Posts
    2k Views
    S
    @kribbitykrab if you ran the fixuppm2 script it would have setup MagicMirror to start on boot I made separate scripts for the extra steps used in the installer in case one needed to do it manually, or changed their mind (fox example, didn’t want pm2 at install, but does now) the modules update independently
  • Black screen on Surface RT running Raspbian OS (for ARM).

    Unsolved
    4
    0 Votes
    4 Posts
    445 Views
    S
    @JS999 if you have ssh enabled you can do it over the ssh session
  • How to Swipe between pages

    Unsolved
    19
    0 Votes
    19 Posts
    3k 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
    442 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
    326 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
    879 Views
    unfriendlydeviceU
    @sdetweil Sadly another failure I’ve emailed the log.
  • Missing custom.css breaks entire layout

    Unsolved
    7
    1
    0 Votes
    7 Posts
    895 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
    500 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
    707 Views
    S
    @briantogo did you get it fixed?
  • Upgrade error on upgrade to 2.32.0

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

    Unsolved
    10
    0 Votes
    10 Posts
    928 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