MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.20.0 is available! For more information about this release, check out this topic.

    MagicMirror2

    Troubleshooting
    3
    3
    1260
    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
      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

      Mykle1 1 Reply Last reply Reply Quote 0
      • cowboysdude
        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
        • Mykle1
          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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy