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

    Brtrnd 0

    @Brtrnd 0

    0
    Reputation
    4
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Brtrnd 0 Unfollow Follow

    Latest posts made by Brtrnd 0

    • MMM-Photoprism

      Hi all
      I’ve created a photoprism image viewer to replace google images.
      This is my fist thing I’ve made. Honestly it’s 90% generated with LLM.

      Description:

      The module will every 5 minutes (configurable) download a random image from an album to the cache folder and then show this image.

      I don’t add pictures because I don’t feel like putting my children online.

      Download:

      // Remove the spaces and add your Github module repository
      [card:Brtrnd/MMM-Photoprism]
      https://github.com/Brtrnd/MMM-Photoprism

      #future features

      • Configuring what info you see as overlay (location, picturename, …).
      • the height/width are now set with max-width. I’d like to make that configurable.
      • More styling options.
        Feel free to pull anything you like. Admitedly I don’t check github weekly (maybe monthly).
      posted in Entertainment
      B
      Brtrnd 0
    • RE: Photoprism image module

      I have to admit that a LLM makes very beautiful code.
      It doesn’t work yet, but it is beautiful.

      This is the first version created:
      https://github.com/Brtrnd/MMM-Photoprism
      I’ll spend some more time on it this evening. Once the first draft works I think i can imagine quite a few extra’s I would like to add.

      posted in Development
      B
      Brtrnd 0
    • Photoprism image module

      Hi
      Since Google Photos is offline, and I’m trying to loosen myself from the grips of big tech.
      I’d like to develop a Photoprism module to show images from my local installation.
      A first check seems it must be possible

      I haven’t found anyone who created one, not people who are doing that.
      So I’d like to ask if there is interest to do so, if there are people who want to help me develop (I know Powershell, I’ve never did real programming).

      I’m going to see if I can do something with vibe coding; but I also have little experience there. So I’m assuming I’ll need to do the learning before I can start the real development.

      posted in Development
      B
      Brtrnd 0
    • no login prompt for MMM-GooglePhotos

      Hi all
      I installed MMM-GooglePhotos as per the instructions on the github site.
      I should be getting a prompt to login in order to create a token.
      Sadly when I run the script to generate the token, nothing happens.

      I’m connected to the machine hosting the docker container using putty.
      When I run it, it just goes to a new blank line. Pressing ctrl-c immediately stops the executions and returns me to command prompt.
      I tried encapsulating the generate token javascript in a blank html page, but I get errors that functions are undefined.
      I also tried to run the command in the docker container itself; but that gives me the same issue.

      Any pointers on how to proceed?

      posted in Entertainment
      B
      Brtrnd 0
    • RE: MMM-ImageSlideshow not loading images

      @sdetweil I have the one from the docs indeed.

      {
      		module: 'MMM-ImageSlideshow',
      		position: 'bottom_center',
      		config: {
      			imagePaths: ['modules/MMM-ImageSlideshow/exampleImages'],
      		}
      	},
      

      or I also tried this to have two elements

      {
      		module: 'MMM-ImageSlideshow',
      		position: 'bottom_center',
      		config: {
      			imagePaths: ['modules/MMM-ImageSlideshow/exampleImages','modules/words/'], 
      		}
      	},
      
      posted in Troubleshooting
      B
      Brtrnd 0
    • MMM-ImageSlideshow not loading images

      Hi
      I have a working MagicMirror instance running as a docker container on my NAS; and it shows via the website in kiosk mode.
      I wanted to add MMM-ImageSlideshow. I installed it but I can’t make it work.
      I’m still using the example config.js as written on the install page of the module.

      What I do see, in the developer tools; it loads the module.
      In the javascript code there is this at the end

      else {
        // if no data loaded yet, empty html
        wrapper.innerHTML = "  EMPTY HTML";
        console.log("Where is the error? ",this);
      }
      

      I do see the words empty html on the page; so no data is loaded. And it stays at this.
      I don’t see any other error messages (well, it tries to load custom.css/ and that fails, but that also happens without imageslideshow).’
      In the console log I don’t see much relevant when I print the this object. I see the imagepath (to the folder); but at no point do I actually see the paths to the images. Do those get loaded later?

      Does anyone know what the issue could be?

      posted in Troubleshooting mmm-imageslideshow
      B
      Brtrnd 0