MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mrchips83
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 4
    • Groups 0

    Posts

    Recent Best Controversial
    • MMM-BackgroundSlideshow remove imageInfo header

      Using MMM-BackgroundSlideshow for a while now and trying to tweak the imageInfo box to remove the header.

      Current header: PICTURE INFO
      I’d like to remove it entirely.
      e539a994-8021-47f2-aebd-2faeabe69360-image.jpeg

      My module config is below:

      	{
      			module: 'MMM-BackgroundSlideshow',
      			position: 'fullscreen_below',
      			config: {
        				imagePaths: ['/mnt/nas/'],
      			recursiveSubDirectories: true,
      			transitionImages: false,
        				randomizeImageOrder: true,
      			showImageInfo:	true,				
      			imageInfoLocation: "bottomRight",
      			**imageInfoTitle: "Photo Details",	//fails to change header**
      			imageInfo: "date",
      			showProgressBar: false,
      			imageInfoNoFileExt: true,
      			showAllImagesBeforeRestart: true,
      			slideshowSpeed: 600000
      				}
      	},
      

      Note: the bold line (imageInfoTitle) was my attempt to change it to see if that worked but it didn’t.

      Bonus points for any way to have the photo date display without the timestamp

      Thanks

      posted in Troubleshooting
      M
      mrchips83
    • MMM-BackgroundSlideshowInfo

      Has anyone recently installed/configured MMM-BackgroundSlideshowInfo by gpetersen?

      The installation guidance here: https://github.com/gpetersen/MMM-BackgroundSlideshowInfo from 7 years ago mentions having to install a specific version of MMM-BackgroundSlideshow as the original version is not compatible?

      Until the original MMM-BackgroundSlideshow module updates their code, you will also need an updated version of MMM-BackgroundSlideshow found below. You need this module in addition to MMM-BackgroundSlideShowInfo.
      Run: git clone https://github.com/gpetersen/MMM-BackgroundSlideshow.git (This version is needed so it will send notifications when the image changes).

      As this is from 7 years ago, and MMM-BackgroundSlideshow has been updated many times since then I was wondering is this still necessary?

      posted in Troubleshooting
      M
      mrchips83
    • RE: Wallberry theme: disable unsplash

      Managed to figure it out: just bracketed out the position line in the Wallberry CSS and it’s suppressed

      css.png

      posted in Troubleshooting
      M
      mrchips83
    • Wallberry theme: disable unsplash

      I’m loving the Unsplash module style & layout but I don’t want to use Unsplash for the background images.
      Is there an easy way to disable Unsplash entirely and use MMM-BackgroundSlideshow instead?

      I have MMM-BackgroundSlideshow working but I had to enter an API for Unsplash to stop it giving an OAuth error and it’s still displaying Unsplash photo tags in bottom right (even though the images are mine!)

      Below is my current Wallberry module config:
      modules: [
      {
      module: “WallberryTheme”,
      position: “fullscreen_below”,
      config: {
      unsplashAccessKey: “REDACTED”, // REQUIRED
      //collections: “” // optional - leave empty for a random photo
      }
      },

      On down my modules list I have MMM-BackgroundSlideshow setup as below:
      {
      module: ‘MMM-BackgroundSlideshow’,
      position: ‘fullscreen_below’,
      config: {
      imagePaths: [‘/mnt/nas/’],
      recursiveSubDirectories: true,
      transitionImages: false,
      randomizeImageOrder: true,
      slideshowSpeed: 600000,
      }

      posted in Troubleshooting
      M
      mrchips83
    • 1 / 1