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

    Posts

    Recent Best Controversial
    • RE: added touch support to MMM-ImagesPhotos

      Here is link to the pull request if anyone wants to try out the changes. Clone with

      git clone -b touchscreen-pr-clean https://github.com/rts58/MMM-ImagesPhotos.git
      

      Aside from the touch support, there are a couple of other changes worth mentioning. The original code selected a random image each time a new image was needed. Because I wanted to be able to move backward and forward through the slideshow, it now creates a one-time randomized playlist of all images. This ensures every image is shown once before any are repeated.

      Navigation is also available via notifications. If you use MMM-RemoteControl, the app’s module controls provide Previous, Next, and Pause/Resume even without a touch monitor.

      posted in Requests
      R
      rts58
    • RE: added touch support to MMM-ImagesPhotos

      @sdetweil okay, thanks Sam. I’ve just added some stuff for navigation and made some changes to support that. Everything should continue to work fine. So I will create pull request.

      posted in Requests
      R
      rts58
    • added touch support to MMM-ImagesPhotos

      Hi,

      My very old monitor died that I was using for mm. I picked up a new one that supported touch. I’ve been using MMM-ImagesPhotos for quite a while, and wanted to take advantage of my new touch display. So chatgpt and I hacked an update together. This allows tapping the screen to pause and swipe left or right to move forward or back through the list of images.

      This required quite a bit of change and am not sure whether this should be a fork or pull request. I hoping @sdetweil could let me know which way to go.

      posted in Requests
      R
      rts58
    • RE: GoogleCalendar with two IDs

      @sankum probably not the fix you needed, but I avoided this issue by giving one calendar read access within Google to the other.

      posted in Troubleshooting
      R
      rts58
    • RE: HEIC and MMM-ImagesPhotos

      @sdetweil It’s working great now. No longer freezing on image files that it cannot open. And it is properly reflecting the error with the file name in the console! THANKS!

      posted in Troubleshooting
      R
      rts58
    • RE: HEIC and MMM-ImagesPhotos

      @sdetweil great, thanks. I’ll let you know how it goes.

      posted in Troubleshooting
      R
      rts58
    • RE: HEIC and MMM-ImagesPhotos

      @sdetweil I’m not seeing any errors in the console.

      posted in Troubleshooting
      R
      rts58
    • RE: HEIC and MMM-ImagesPhotos

      @sdetweil this is what I did which is creating an uncaught syntax error on the line with the first “{”.

      	img.onerror(){
      	this.updateDom()
      	}
              img.onload = (evt) => {
                // Get the image of the event
                const eventImage = evt.currentTarget;
                Log.log(
                  `image loaded=${eventImage.src} size=${eventImage.width}:${eventImage.height}`
      
      
      posted in Troubleshooting
      R
      rts58
    • RE: HEIC and MMM-ImagesPhotos

      @sdetweil if it helps when I dig into the elements it shows:

      <img src="/MMM-ImagesPhotos/photo/module_9_MMM-ImagesPhotos/IMG_3259-Copy.HEIC" style="left: 0px; position: relative; opacity: 0;">
      

      So it thinks it is loading the file.

      posted in Troubleshooting
      R
      rts58
    • RE: HEIC and MMM-ImagesPhotos

      @sdetweil yes I’ve been looking at it. If it works I’ll get a message that the image loaded and link, image setting size … , and setting top. If it doesn’t it won’t show anything.

      posted in Troubleshooting
      R
      rts58
    • RE: HEIC and MMM-ImagesPhotos

      @sdetweil I am still have trouble with some of the HEIC files.

      If the module runs across an unsupported HEIC (or corrupted jpg) file it will just stop and continue showing the last image.

      I couldn’t find any log or error for files that won’t open. I’ve compared the files it can and can’t open and don’t see any difference in the file details or exif data. Is there a way to have it just skip the unsupported file?

      The module does get locked up, it will not continue with a new image even after the update interval has passed. Thanks for your help.

      posted in Troubleshooting
      R
      rts58
    • RE: HEIC and MMM-ImagesPhotos

      @sdetweil

      I thought I had tried setting it to 0, but apparently I hadn’t. Now that I have made that change, it is working fine.

      The filetype for HEIC is supposed to “image/heic”. I added that to the enabledTypes array in node_helper.js and it now it is also working!

      Awesome, as always, thank you Sam!

      posted in Troubleshooting
      R
      rts58
    • HEIC and MMM-ImagesPhotos

      Hi,

      Two questions really. I’ve noticed in MMM-ImagesPhotos that an image will flash off and on before it is replaced with a new image. My config looks like:

      {
      	module: "MMM-ImagesPhotos",
      	position: "fullscreen_below",
      	config: {
      		opacity: 0.9,
      		animationSpeed: 500, // was 500
      		updateInterval: 120000,
      		backgroundColor: 'rgba(0,0,0,.3)',  // not used if fill is true
      		fill: false,   // fill around image with blurred copy of image
      		blur: 10,   // only used if fill is true
      		sequential: false  // process the image list randomly
      	}
      },
      

      Any idea what would cause the picture to flash black then return and then transition to the new photo?

      The second question: I’ve noticed that HEIC images are skipped and not shown at all. I’m still running Buster and although I can see an HEIC image with image viewer I’m not able to with Chromium. Is there a way to see HEIC images with MMM-ImagesPhotos?

      Thanks for any help!

      posted in Troubleshooting
      R
      rts58
    • RE: 27" Kitchen Dashboard

      @jconno03 Awesome!

      posted in Show your Mirror
      R
      rts58
    • RE: MagicRemote and IOS 17.4

      @sdetweil That’s awesome, thanks!

      posted in General Discussion
      R
      rts58
    • RE: MagicRemote and IOS 17.4

      @sdetweil Yes, sorry that’s what I had read about. So is the MagicRemote a PWA, or just a shortcut. Just hoping it doesn’t go away, I’ve found it pretty useful.

      posted in General Discussion
      R
      rts58
    • MagicRemote and IOS 17.4

      I’ve been using MagicRemote which I believe is part of RemoteControl app. I just read that IOS 17.4 is going to remove the ability to run personal web apps. Will this shut down MagicRemote?

      posted in General Discussion
      R
      rts58
    • RE: MM as rolling picture frame

      I use MMM-BackgroundSlideshow for this. I like that it can display picture info. It also has the ability to move forward and back through the pictures, although it seems to have a problem with that in the latest version. I use it to randomly access thousand of images across many folders.

      posted in Development
      R
      rts58
    • RE: MMM-Nest-Status

      @whimsicality I have the MMM-Nest-Status module working. I set it up a couple months ago. I followed the pretty detailed process he laid out. I remember part of it didn’t seem to work, I had to back out or close something, but was able to get the needed Client ID, Client Secret, Project ID, and Refresh Token. It was confusing enough that I don’t think I could help walk you through, but I can at least confirm that it does work. It worked at the start and then started giving me authentication failed errors. It may have been a wifi issue, they seem to have gone away on their own.

      posted in Utilities
      R
      rts58
    • RE: My family dashboard

      @blouzbee looks great!

      posted in Show your Mirror
      R
      rts58
    • 1 / 1