A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Limit API calls by deactivating the modul based on time?

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    61 Views
    S
    I submitted a pull request to the original repo you can try my fork in the meantime stop mm cd ~/MagicMirror/modules -rename the existing module folder to some other name git clone https://github.com/sdetweil/MMM-TomTomCalculateRouteTraffic git checkout withsuspend then restart mm then if you use ModuleScheduler or pages, carousel, or other modules that support hiding and showing you could validate that no api calls are made during the hidden time
  • 0 Votes
    3 Posts
    54 Views
    KristjanESPERANTOK
    version: v2.37.0; git: 53fc814f is contradictory. How did you update MM? This can happen if the repo was not updated via a proper git pull, but via a partial or manual file copy. Could you paste the output of git status and git remote -v from the MM root directory?
  • Anyone download iCloud Photos to your Pi?

    Unsolved Entertainment
    2
    0 Votes
    2 Posts
    42 Views
    msimon360M
    So I made a new module for this MMM-iCloudPhotos. That is me and Claude. It downloads any new photos from the iCloud Album you specify and deletes any photos that are no longer in the album. I am using it with MMM-ImagesPhotos but you can specify any directory to put the images in and use any display module.
  • VM Disk Full - 50 GiB in 4 months

    Unsolved Troubleshooting
    19
    0 Votes
    19 Posts
    289 Views
    S
    @JohnGalt no problem… thx… I have not tried to examine them myself either
  • More weeks using MMM-MonthlyCalendar?

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    271 Views
    S
    @LaeHarr as a separate topic on CSS. many times the exact mechanism isn’t documented or clear as MM is built on a web browser, all the browser CSS approaches work, if you can figure them out!.. to that end, the browser provides a development environment where you can review and test setting styles on the content see the second link in my signature below for a starter use on that.
  • MMM-MyCommute - hide days has no effect

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    98 Views
    P
    Hi. I am a great fan of the MMM-MyCommute module, but for some unknown reason it has stopped showing up. I have narrowed it down to the hideDays parameter. If I comment this parameter, the module shows up. Once I reactivate it, nothing shows up. The logs do not show any errors, as the module is working - just not as intended. As usual, I want to hide this module on the weekend hideDays: [0,6], Any idear/clue/tip what is going on here ? Thanks
  • Strava weekinbike & lastactivitymap

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    190 Views
    T
    @malvinas I have updated the README files in the repos to detail how the token file gets created and stored. You shouldn’t have to do anything for it’s creation, you should just need to make sure your module config has valid values and the file will get generated automatically. I hope this helps.
  • FYI - Zero 2W is now pretty much useless but a 3B+ works fine

    Unsolved Troubleshooting
    5
    1 Votes
    5 Posts
    262 Views
    W
    @Eli In my case, some modules that I use stopped working on the previous version of MM, so I had no choice but to upgrade. There are likely other modules that have similar requirements. If that wasn’t the case I would have happily kept the older version. I don’t regret my decision as the 3B+ is much faster when it comes to booting up and starting, stopping, or restarting MM.
  • Trouble loading module MMM-Skolmaten

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    160 Views
    B
    @sdetweil Thanks for the quick reply! Ah i see, I didn´t know there was comments on the github page :) Hopefully the module will be fixed in the future. I´ll look for an alternative to the module or do some sort om calendar instead :) Thanks again for the quick reply!
  • MMM-EnvCanada?

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    187 Views
    S
    @jvoss117 we’ve had quite a number of changes to the ENVCanada weather API with little or no notice… I suggest opening an issue for the developers to examine…
  • MMM-Videoplayer: playback stops randomly

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    147 Views
    kaiK
    Hi, I recently installed Snille’s Videoplayer and added a list of more than 20 local videos to my MM’s config: [image: 1785143035719-videolist.png] Although I set loop property to “true” the video playback always stops after about two-thirds of the videos. It varies each time, so it doesn’t always happen after the same video. The system is running on a latest-generation Raspberry Pi 5 with 8 GB of RAM; could this be a memory issue? Or is there a maximum number of videos? Side note: also, the autoplay parameter doesn’t seem to have any effect for me. Playback starts regardless of its value. (But that’s fine by me.) I’d be grateful for any information. Many thanks in advance. May the code be with you -kai
  • added touch support to MMM-ImagesPhotos

    Unsolved Requests
    5
    0 Votes
    5 Posts
    345 Views
    S
    @rts58 very cool… you can also use my MMM-CurlToNotification to send notifications from scripts…
  • New MagicMirrorOS build - mm Container in Restart Loop

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    2k Views
    karsten13K
    I’ve now implemented additional tests, so such errors should be spotted much earlier in the develop branch…
  • Version upgrade from 2.34.0 to 2.36.0 Calendar Probs

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    2k Views
    S
    @MyMirror also, the css folder is for OUR stuff in 2.35+, all user stuff is moved to the config folder so, move the images there and see if it works also, picky support person here, please use text for config content… pics are very hard to read… also, config or log info should go in a code block… paste text in this message editor, blank line above and below select the text just pasted hit the code button </> above on the editor toolbar thanks
  • MMM-Anylist

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    1k Views
    S
    @bjowave welcome to the world of css, cascading style sheet This allows you to style a/some elements on the web page (MagicMirror page is presented in a browser) This is a huge topic area, I looked at the anylist module provided css, and it doesn’t provide any direct styling on the text elements So you will have to discover what they are. See the second link in my signature below for a short intro to the browser developers window, elements tab The content for CSS styles is HUGE I would use your favorite search engine on how to set an element style the way you want, this will at least give you the names of the styles you want to set. Then the example will teach you how to find the element you want to style Watch out for opaque, if you later decide on pictures in the background, you will have a black rectangle showing.
  • iCloud Shared Album background.

    Unsolved Requests
    5
    0 Votes
    5 Posts
    3k Views
    M
    @martinb https://forum.magicmirror.builders/topic/14807/mmm-wallpaper-configure-for-icloud-album-photo Is kind of working for me.
  • MMM-EmbedURL move page / hide embedded website page header

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    978 Views
    N
    Hi there, I’m trying to move an embedded website up a little, to the page header is hidden and I can show more effective data. I’ve tried it using the beneath option in custom.css, but that does not seem to do the trick. Any other suggestions? Also, is there an option to do this with different values for each embedded url, since it might differ per page? .MMM-EmbedURL .embed .embeded { top: -100px; }
  • Modular configuration generation

    Unsolved Feature Requests
    7
    0 Votes
    7 Posts
    4k Views
    B
    MMM Config already seems to cover most of the proposed workflow without forcing every module author to adopt a new schema. The automatic discovery plus optional custom form definitions sounds like a practical balance between compatibility and structured configuration.
  • 0 Votes
    8 Posts
    3k Views
    S
    @reilley insufficient permissions on git Sounds like you might have used sudo git clone Otherwise, this is a sign of sd card troubles coming soon this permissions trouble could also explain the module update problems
  • 0 Votes
    2 Posts
    1k Views
    S
    @reilley the module was updated this morning by the author