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.

    MagicMirror2

    Scheduled Pinned Locked Moved Troubleshooting
    3 Posts 3 Posters 1.5k Views 3 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.
    • T Offline
      TobbeE49
      last edited by

      Hello, I’m pretty new with Raspberry Pi and need some help.
      I have installed MagicMirror2 and it works well.
      But now I have inserted the MMM-RandomPhoto module and I want to show the pictures I have in Dropbox.
      But I do not know which address to submit to MMM-RandomPhoto to find them.
      Thankful if anyone can help me.
      TobbeE49

      Mykle1M 1 Reply Last reply Reply Quote 0
      • cowboysdudeC Offline
        cowboysdude Module Developer
        last edited by

        @TobbeE49 said in MagicMirror2:

        MMM-RandomPhoto

        As part of the config you need to supply the url like this:

        {
        module: ‘MMM-RandomPhoto’,
        position: ‘fullscreen_below’,
        config: {
        opacity: 0.3,
        animationSpeed: 500,
        updateInterval: 60,
        url: ‘https://unsplash.it/1920/1080/?random’ //where your pictures are
        }
        },

        DO NOT copy this as an example because it will fail. BUT you need to add the url of where your pictures are to the config.js file like above. You will have to find the url of where your pictures are. I’m thinking you should know… they are your pictures LOL

        1 Reply Last reply Reply Quote 1
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @TobbeE49
          last edited by Mykle1

          @TobbeE49 said in MagicMirror2:

          Thankful if anyone can help me.

          {
              module: 'MMM - RandomPhoto',
              position: 'fullscreen_below',
              config: {
                  opacity: 0.3,
                  animationSpeed: 500,
                  updateInterval: 60,
                  url: 'https: //unsplash.it/1920/1080/?random' //where your pictures are
              }
          },
          

          This you CAN copy and paste, if you need to. You still have to enter the url to your pictures.

          Create a working config
          How to add modules

          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