MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. KD
    K
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    KD

    @KD

    0
    Reputation
    3
    Profile views
    5
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    KD Unfollow Follow

    Latest posts made by KD

    • RE: mmm-amazon-photos - slideshow not working

      I cannot see any errors relating to the module in the console…

      I have raised it as issue on the GitHub repo.

      Many thanks for your help.

      Regards

      KD

      posted in Troubleshooting
      K
      KD
    • RE: mmm-amazon-photos - slideshow not working

      @sdetweil Hey Sam - it just displays one image of the album and it doesn’t rotate any other images… if I reboot the RPi or if I refresh MM it changes the image… but sits on that single image…

      Thanks

      KD

      posted in Troubleshooting
      K
      KD
    • mmm-amazon-photos - slideshow not working

      Hello All,

      First post (and I am a Newbie) so please be understanding 🙂

      I have issues with getting MMM-Amazon-Photos to do slideshow for some reason… here is my config

      {
            module: 'mmm-amazon-photos',
            // position is important
            position: 'fullscreen_below',
            config: {
      		  slideshowSpeed: 60 * 60 * 1000,
      		  imageUrls: ['https://www.amazon.co.uk/photos/share/MyShare']
              // see below for configurable options
            },
          },
      

      I have also tried with this config too but same result:

      {
            module: 'mmm-amazon-photos',
            // position is important
            position: 'fullscreen_below',
            config: {
      		  slideshowSpeed:  10000,
      		  imageUrls: ['https://www.amazon.co.uk/photos/share/MyShare']
              // see below for configurable options
            },
          },
      

      Any help anyone could offer would be greatly appreciated!

      Many Thanks in advance

      posted in Troubleshooting
      K
      KD
    • RE: MMM-COVID19

      @sdetweil Will do thank you - apologies i am new first post actually 🙂

      posted in Health
      K
      KD
    • RE: MMM-COVID19

      Hi Guys, I cannot get this to work - not sure what i am doing wrong…i can only see the header displaying and nothing else… please help! my config looks like this:

        {
                          module: 'MMM-COVID19',
                            position: "bottom_right",
                            config: {
                            header: "COVID-19 Stats",
                            worldStats: true,
                            rapidapiKey: "My Rapidapikey",
                            orderCountriesByName: "false",
                            countries: [ "Austria", "Germany", "Italy" ],
                            updateInterval: 10000000,
                            lastUpdateInfo: "true",
                            headerRowClass: "small",
                            infoRowClass: "medium",
                                  }
                        },
      

      Many Thanks in advance

      posted in Health
      K
      KD