MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    New project in mind

    Scheduled Pinned Locked Moved General Discussion
    6 Posts 4 Posters 1.1k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B Offline
      Betialai
      last edited by

      Greetings and my apologies if this is not the right forum where to post this.
      I understand that this is some sort of DIY initiative but I have a project in mind where MagicMirror fits perfectly.
      The final product would look like many of the different ones that you guys have been sharing on the Show Your Mirror sub-forum but the background would change every week, ideally updating over the internet.
      Is that feasible?
      Also, if the project finally goes ahead, can anyone recommend a website for contractors?
      Thanks,
      AG

      qu1queQ 1 Reply Last reply Reply Quote 0
      • qu1queQ Offline
        qu1que Project Sponsor @Betialai
        last edited by

        @Betialai

        Take a look at this module:

        https://github.com/kolbyjack/MMM-Wallpaper

        I think what you propose already exists

        B 1 Reply Last reply Reply Quote 0
        • S Away
          sdetweil
          last edited by

          I also use one of the image display modules, to display a background image. I do it every 15 minutes, but it could be longer

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • S Offline
            spotytomp3 Banned
            last edited by

            thanks for asking this question as i were also looking for answers

            1 Reply Last reply Reply Quote 1
            • B Offline
              Betialai @qu1que
              last edited by

              @qu1que Cheers, that would do the trick. However, the idea is to change the background every week. That is, old background gets deleted, new background shows up.
              Or else, new background available and shows up, with user/customer having access to the previous backgrounds.

              qu1queQ 1 Reply Last reply Reply Quote 0
              • qu1queQ Offline
                qu1que Project Sponsor @Betialai
                last edited by

                @Betialai

                I suppose you must change the slideInterval parameter on the module config.

                By default it’s configured to change every 5 minutes:

                slideInterval 	5 * 60 * 1000
                

                If you change that value for this one:

                slideInterval 	10080 * 60 * 1000
                

                It must be change every 7 days.

                7 x 24 = 168 hours a week.
                168 x 60 = 10080 minutes a week.

                Hope it helps

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Sam, technical setup by Karsten.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy