A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • High CPU usage when using MMM-BackgroundSlideshow

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    579 Views
    S

    @Mats-0 so you mount that shared folder on your mm system in some location. typically those end up in the /media/username folder

    then you use the ln command to create a linked directory to that folder

    in the MMM-ImagesPhotos folder, rename the upload folder out out the way

    mv upload upload-old

    then create the linked upload

    sudo ln -s the-mounted-path upload

    I add a line to my /etc/fstab to create the link to my server share at boot time.

    I have never seen a Synology mas, so I don’t know how you get those volumes mounted on the consuming systems are they using windows
    samba shares?

  • Different URLS to different configs

    General Discussion
    4
    0 Votes
    4 Posts
    464 Views
    S

    @Whitling2k depends on the modules. most of the time is spent waiting for data.

    responsive

    if you were building separate urls, its the same work.

    use variables and calc at the beginning…see main.css

  • Usind date from one module to another

    Development
    5
    0 Votes
    5 Posts
    3k Views
    paviroP

    Well that’s true :/