A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • npm start Problem

    Unsolved
    16
    0 Votes
    16 Posts
    6k Views
    S
    @Lockslay yes, probably. flash SD card boot skip updates use my script if u back up w my other script I will restore the config, css, and modules on top.of the new mm after install
  • Builtin calendar module: dateformat, timeformat

    Solved
    3
    0 Votes
    3 Posts
    450 Views
    D
    @sdetweil said in Builtin calendar module: dateformat, timeformat: @DomRep unfortunately the dateFormat/timeFormat/showEnd options apply to ALL calendars, so they would have to be above the calendars:[] list in the doc, the first section of parameters are for ALL calendars… the second section is for individual calendars… So there’s my misunderstanding: It’s a global setting :) Actually, having to set these config values for all calendars alike is fine for me… I just started to test the effect for “calendar two” because I wanted to compare the effect against the others two. In my original post I emphasized this (the SECOND calendar) just to make following my pursuit easier for forum readers. Thank you @sdetweil for the clarification :)
  • Trouble installing MM on Raspberry Pi Desktop for PC

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @raymondjspigot yeh, that’s the problem , that image is running 64 bit kernel (uname -a) and 32 bit runtime. but it keeps installing the 64 bit version of node, which won’t run in the 32 bit user space.
  • MMM-Caldav not listening on port 8080

    Solved
    16
    0 Votes
    16 Posts
    4k Views
    P
    @MMRIZE , found the issue, you last sentence solved it, i was indeed running the server on port 9090 but I set the url of the calendar to 8080. After changing the port of the calendar url to 9090, all is fine. Thanks for your support!
  • MMM-BackgroundSlideshow does not respond to notifications

    Solved
    3
    0 Votes
    3 Posts
    640 Views
    UncleRogerU
    So the fix appears to be* to add the following line of code to the MMM-BackgroundSlideshow.js file at line ~175: //Quick and dirty fix to redirect the notification this.socketNotificationReceived(notification,payload); Seems to be working now. * https://github.com/darickc/MMM-BackgroundSlideshow/pull/135/commits/48ae1cb12408a119ec9dd07927ce953f9eaa2bf0#diff-58dd4b5e083de0ddd663e45190feabf1cabee2f0e3f6ca048c0f64a731888ff8R175-R176 (Just adding this in case someone comes here to search for an answer first before going to Github.)
  • MMM-OpenmapWeather sunrise and sunset times are GMT

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    R
    @MMRIZE said in MMM-OpenmapWeather sunrise and sunset times are GMT: patches: [ { module: “MMM-OpenmapWeather”, method: “processWeather”, patch: function (original, args) { const [ data ] = args const yourDesiredOffset = 5 * 60 * 60 // 5 hours data.sys.sunrise = new Date((data.sys.sunrise + yourDesiredOffset) * 1000).valueOf() data.sys.sunset = new Date((data.sys.sunset + yourDesiredOffset) * 1000).valueOf() original(data) } }, ] } } Rather than trying the “Monkey Patch” I disabled the display of the sunrise/sunset times. There is an undocumented config varable called showSun. Set it to false and they don’t display. I never looked at these times. Easier to turn it off than fix.
  • MMM-GooglePhotos display help

    Solved
    4
    2
    0 Votes
    4 Posts
    1k Views
    S
    @DCSooner so, I use images as a background, so I set fullscreen-below but then you can size it smaller
  • 0 Votes
    23 Posts
    15k Views
    T
    @sdetweil i think i will just lean on the browser feature - npm run server seems to work. thanks for all your help!
  • Calendar and events

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @Michelle-H2020 it’s a global value so it goes above the calendars list for calendar and weather the top set of configuration options apply to all . then the bottom applies to the either the individual calendars or the individual weather provider settings
  • Overlap of weather modules

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @Michelle-H2020 32in tvs are usually only 720p, so 1360x786 landscape mode 786X1360 portrait mode you can’t change the resolution… its hardware I got rid of my 32 and got a 43 HD (3180X2160) for this reason (need a pi4 or chromebox, or something that supports HD)
  • node problem : I can't update my MM and MM disappears from my screen after reboot

    Solved
    28
    0 Votes
    28 Posts
    9k Views
    S
    @RIKKO14 thank you! perfect
  • Image in module not showing on mirror browser

    Unsolved
    12
    0 Votes
    12 Posts
    5k Views
    S
    @lavolp3 see also https://forum.magicmirror.builders/topic/18131/possible-cross-origin-issue
  • MMM-CalendarExt2 vertical orientation positioning

    Unsolved
    17
    0 Votes
    17 Posts
    6k Views
    M
    I seem to have got it working I am just wondering how I adjust the events so I don’t just see a few letters of the event, and also the cell height adjustment code when I looked under the module it says manipulateDateCell callback function See the manipulating dateCell part. can you give me any info on this? thanks
  • MMM-bitcoin - Does not work anymore

    Unsolved
    2
    0 Votes
    2 Posts
    380 Views
    S
    @nkc post an issue on the module GitHub page
  • Anyone having problems with modules running on bookworm

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    bugsounetB
    @lornetw update will coming soon!
  • Netatmo Weather Station Module

    Unsolved
    7
    1
    0 Votes
    7 Posts
    2k Views
    L
    Does anyone have this module running now?
  • MMM-MyCalendar not allowing MM to load

    Unsolved
    2
    0 Votes
    2 Posts
    235 Views
    S
    @mkouyou we removed some libraries see https://github.com/jclarke0000/MMM-MyCalendar/issues/40 for a workaround
  • MMM-Alexa Control with monitortoggle true -- but these command not work

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    S
    @Chazzer on your post, which I edited, the code marker was on a line following the word shortly, so the code block did not expand
  • Alexa Control i save th config ab get black screen (config fail)

    Solved
    5
    0 Votes
    5 Posts
    939 Views
    C
    @Chazzer what ,… hmm I forgot…hmm I make it. Thank you very much!
  • MMM-awesome-Alexa - fail at the point npm run config-helper dont startet

    Solved
    4
    0 Votes
    4 Posts
    841 Views
    C
    @sdetweil thank you for the fast reply. I will try Alexa control …:-)