• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

digital photo frame

Scheduled Pinned Locked Moved Requests
34 Posts 15 Posters 32.6k Views 18 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.
  • L Offline
    Labzz
    last edited by Labzz Jan 28, 2017, 7:18 PM Jan 28, 2017, 7:17 PM

    Wouldn’t it be great if you can upload your photo’s on your mobile device into an application, which sync it with your magic mirror module and create an fantastic photo frame?

    Everyone can look at the family pictures, and you never have to print an picture anymore! Allowing one person or the whole family adding /deleting pictures out of the application?!

    (Its like “Wunderlist” but than with pictures. ;) )

    If some people are interested let me know and we can start building it together!

    S C 2 Replies Last reply Jan 29, 2017, 4:28 PM Reply Quote 0
    • S Offline
      schlachtkreuzer6 @Labzz
      last edited by Jan 29, 2017, 4:28 PM

      @Labzz I´m interested and i pulled a similar request days ago :P

      1 Reply Last reply Reply Quote 1
      • C Offline
        chrisfoerg @Labzz
        last edited by Jan 30, 2017, 10:21 PM

        @Labzz is this not possible with dropbox and the possibility of showing local pictures?

        1 Reply Last reply Reply Quote 0
        • 1 Offline
          1m2
          last edited by Jan 31, 2017, 3:55 AM

          Haven’t tried but If dropbox can run on Pi, all you need is this module?

          https://forum.magicmirror.builders/topic/986/mmm-globe

          C 1 Reply Last reply Jan 31, 2017, 8:01 AM Reply Quote 0
          • C Offline
            chrisfoerg @1m2
            last edited by Jan 31, 2017, 8:01 AM

            @1m2 https://github.com/andreafabrizi/Dropbox-Uploader can also download

            L 1 Reply Last reply Jan 31, 2017, 8:16 PM Reply Quote 0
            • L Offline
              Labzz @chrisfoerg
              last edited by Jan 31, 2017, 8:16 PM

              @chrisfoerg said in digital photo frame:

              download

              Sounds great indeed!

              1 Reply Last reply Reply Quote 0
              • P Offline
                Patex
                last edited by Jan 31, 2017, 10:21 PM

                Maybe https://github.com/kapsolas/MMM-Flickr is suited for this task

                1 Reply Last reply Reply Quote 0
                • O Offline
                  onetwankyfive
                  last edited by Feb 3, 2017, 3:52 PM

                  I use https://github.com/kapsolas/MMM-Instagram

                  with swapping the line

                  var media = items[i].images.low_resolution.url;

                  in node_helper.js with

                  var media = items[i].images.standard_resolution.url;

                  as well as the following in my custom css

                  img {
                  filter: grayscale(100%);
                  max-width:500px;
                  }

                  setup a seperate private instagram and give the login details to everyone in the house…

                  S 1 Reply Last reply Feb 3, 2017, 5:27 PM Reply Quote 0
                  • S Offline
                    schlachtkreuzer6 @onetwankyfive
                    last edited by Feb 3, 2017, 5:27 PM

                    @onetwankyfive but instagram is crap… low resolution etc. etc. local would be super cool :)

                    P 1 Reply Last reply Feb 4, 2017, 2:24 AM Reply Quote -1
                    • P Offline
                      Patex @schlachtkreuzer6
                      last edited by Patex Feb 4, 2017, 2:29 AM Feb 4, 2017, 2:24 AM

                      @schlachtkreuzer6 I created a picture module which loads pictures from a local folder and downscales them to show 1,2 or 4 of them at the same time. The issue being that electron crashes after some time due to being out of memory. The images have a very high resolution (3000 px) and if the 4 image layout is chosen actually 8 pictures are loaded at a time. Maybe time will tell if these issues can be fixed (http://stackoverflow.com/questions/27321997/how-to-request-the-garbage-collector-in-node-js-to-run).

                      S 1 Reply Last reply Feb 4, 2017, 11:16 AM Reply Quote 1
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      1 / 4
                      • First post
                        1/34
                        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