A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • OpenWeatherForcast - Request failed with status code 401

    Solved
    3
    0 Votes
    3 Posts
    383 Views
    butchkemperB
    Problem solved. There are multiple MMM-OpenWeatherForecast repositories. The one I cloned for the new system was not the clone I was previously using. I changed to the module from Tom-Hirschberger/MMM-OpenWeatherForecast and everything began working as expected. I apologize for my error. Update: To prevent future issues, I have add a comment in config/config.js file on each module statement to remind me of the module repository location. The comment appears as: // github.com/Tom-Hirschberger/MMM-OpenWeatherForecast. Butch Kemper
  • MMM.remote connect issue

    Solved
    4
    0 Votes
    4 Posts
    463 Views
    A
    @sdetweil thanks, forgot about the old sample file. All working now, thanks again -d
  • Calendar Recurring events on wrong day

    Unsolved
    7
    0 Votes
    7 Posts
    597 Views
    S
    @morangen did you get this resolved?
  • change pages using webhook (POST or GET)?

    Unsolved
    3
    0 Votes
    3 Posts
    374 Views
    S
    @mvrlogins you can also use my new MMM-CurlToNotification module https://github.com/sdetweil/MMM-CurlToNotification
  • Can’t access the magic mirror from an iPad/iphone

    Unsolved
    9
    0 Votes
    9 Posts
    792 Views
    S
    @Dartfrog09 I tried this morning from my old ipad Air, chrome version 95. I get a black screen I can access my MMM-Config screens which do NOT use any of the new JS Idoms like the base so I know MagicMirror is running and can be accessed given the right browser support works on my iPhone 15
  • Can´t rotate my display

    Solved
    20
    0 Votes
    20 Posts
    3k Views
    R
    @robertybob said in Can´t rotate my display: Raspberry Pi 3 :) May this in combination with bookworm? Sam acknowledged my assumption a posting above… back to X11 … Regards, Ralf
  • Time + Date content changes when viewed over tailscale

    Solved
    9
    0 Votes
    9 Posts
    696 Views
    J
    @sdetweil – True. I usually setup my Raspberry Pi servers with vnc enabled, but it’s been a while so I appreciate the reminder.
  • SD Card Full - Can't Install New Modules

    Solved
    4
    0 Votes
    4 Posts
    388 Views
    S
    @robertybob awesome backup/backup/backup
  • MMM-ClosestFlight stuck at "Checking the airspace...."

    Unsolved
    3
    0 Votes
    3 Posts
    418 Views
    S
    @Richard238 supported is in github, all modules are as is, MAYBE someone will know, or be able to fix
  • MM shifts to the right about 1cm after it loaded

    Unsolved
    2
    1
    0 Votes
    2 Posts
    291 Views
    S
    @Johanba said in MM shifts to the right about 1cm after it loaded: custome.css that is a typo, yes?? custom.css also, see the developers window elements tab see the second link in my signature below this may help you identify where the left margin padding is coming from
  • MMM-WeatherBackground crashing?

    Unsolved
    7
    0 Votes
    7 Posts
    528 Views
    M
    @sdetweil I’ll probably do that then… Still haven’t found the solution tho :(
  • Error installing MMPM

    Unsolved
    2
    0 Votes
    2 Posts
    263 Views
    S
    @rohredd yes, python has taken to using a virtual env to enable loading different libraries for different apps on the same system i am not a python programmer, so i dont know how to fix this, maybe google can help “create python virtual environment”
  • Mirror Freezing

    Solved
    14
    1 Votes
    14 Posts
    2k Views
    plainbrokeP
    @sdetweil @karsten13 Found It ps ux | awk '{if($8=="Z") print}' pi 1170 0.0 0.0 0 0 ? Z 16:36 0:00 [xsettingsd] <defunct> What is xsettingsd? Should x11 be running with wayland ? Seems like a duplicated background app running or do they not do basically the same thing.? I did kill the 1166 which turned out to be the parent of the 1170 xsettingsd Mirror restarted I assume due to PM2 being involved. It restarted MUCH faster than normal. The MMM-Snow is running smoother. I guess only time will tell.
  • Bridging the gap... LIRC -> Magic Mirror / Pages control using MMM-Remote-Control

    Solved
    9
    0 Votes
    9 Posts
    633 Views
    S
    @BKeyport dang computers are SO picky yes ViewNotification
  • Default Calendar customEvents color

    Unsolved
    7
    0 Votes
    7 Posts
    852 Views
    S
    @Sebi76-0 of the properties you showed only url is inside a calendar object
  • MM always black screen with cursor

    Solved
    20
    0 Votes
    20 Posts
    2k Views
    S
    @nowayto yes, the doc mentions this, and if you had set showQR:true it would have displayed a message about localhost [image: 1740611667306-img_0800.png]
  • Mirror films/glass/acrylic

    Unsolved
    6
    0 Votes
    6 Posts
    479 Views
    S
    @blank2014 yes, the technology is different, but i doubt anyone has done that. i haven’t seen mirror, but have seen angle sensitive screen covers on phone
  • Issue with latest build of Karsten’s docker labwc container?

    Solved
    3
    0 Votes
    3 Posts
    556 Views
    karsten13K
    fixed now, you can restart the pi (it will need some time to pull the new image before working) or cd /opt/mm/run docker compose pull docker compose up -d
  • 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
    199 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 } },