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

    Posts

    Recent Best Controversial
    • RE: Upcoming Release April 1, 2026 , breaking changes, some operational changes

      OK - so currently my CSS folder is:

      e0edeb56-a001-4f68-a472-81b053658752-image.jpeg

      What gets moved?
      (FWIW, I don’t know what the CSS files are other than custom and main)

      I’m currently setting the CSS file with customCss: "css/custom3.css", in the config,

      I’ll change that to customCss: "config/custom3.css", ?

      as far as the launching of the server, it’s bash script is:

      cd /home/bkey1970/MagicMirror
      export MM_CONFIG_FILE=config/config3.js
      export MM_PORT=8082
      export ELECTRON_DISABLE_GPU=1
      DISPLAY=:0 npm run server
      
      

      nothing changes, right?

      posted in Upcoming Features
      BKeyportB
      BKeyport
    • RE: Upcoming Release April 1, 2026 , breaking changes, some operational changes

      @sdetweil what will happen with those of us using multiple configs/css?

      posted in Upcoming Features
      BKeyportB
      BKeyport
    • RE: MMM-Embed URL centered on fullscreen_above?

      @wishmaster270 Doh! Was using the wrong css item.

      <internally screaming at CSS>

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-Embed URL centered on fullscreen_above?

      @sdetweil Indeed, I can see it in develop mode, but everything I’ve tried has failed, which is why I’m here.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-Embed URL centered on fullscreen_above?

      @wishmaster270

      Config stub:

                     {
                              module: "MMM-EmbedURL",
                              position: "fullscreen_above",
                              classes: "camera1",
                              config: {
                                      updateInterval: 0,
                                      animationSpeed: 0, 
                                      appendTimestamp: false,
                                      attibutes: [],
                                      embed: [
                                              "http://192.168.0.7/picture/1/frame/"
                                      ],
                              },
                      },
      

      2dc7cd57-7c0c-4b0c-94af-2cbbdf7382c2-image.png

      The camera stream should be centered left/right. The camera feed is 4x3. (scaled from 640x480 due to how I have to get the feed at this time) and will always stretch the vertical to 100%

      (note: screenshot isn’t actual screen resolution)

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-Embed URL centered on fullscreen_above?

      @sdetweil I’m using full screen above for a “zoomed in” view of a camera. Naturally, MMM-EmbedURL is taking the entire screen as it should, except the embedded content is 4:3 and the screen is 16:9

      I want the embedded content to be centered horizontally, and can’t figure a way to do that. the content is correctly taking 100% of top to bottom.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • MMM-Embed URL centered on fullscreen_above?

      I can’t figure out how to have MMM-EmbedURL to center the embedded item on fullscreen_above.

      Can someone help out?

      EmbedURL is apparently going full width.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-CEC-Control (tv remote via HDMI-CEC)

      … and following those recommendations allows you to learn better code and improve!

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Problem after update Master branch

      @Klinge You either have some logs that have exploded in size, or a corrupting SD card. Either way, I’d recommend a reformat and/or a new SD card.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Magic Mirror Scripts - "Unable to determine upstream"

      In any case, resetting the origin URL fixed it, so we have that in our toolbelt.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Magic Mirror Scripts - "Unable to determine upstream"

      @sdetweil

      I must have manually installed MM originally, rather than using your scripts - cloning it via SSH rather than HTTPS.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Magic Mirror Scripts - "Unable to determine upstream"

      @sdetweil I think I had an error with my SSH keys and had to reset them. It’s cascading through my system. Basically, some idiot forgot he already had SSH on his system and set it up for another project. LOL

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Magic Mirror Scripts - "Unable to determine upstream"
      $ git remote set-url  origin https://github.com/MagicMirrorOrg/MagicMirror.git
      $ git remote set-url --push  origin https://github.com/MagicMirrorOrg/MagicMirror.git
      

      For reference if seen again.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Magic Mirror Scripts - "Unable to determine upstream"

      It has to do with SSH. I’m failing out on SSH, but if I force it over to HTTPS it worked.

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: Magic Mirror Scripts - "Unable to determine upstream"

      @sdetweil said in Magic Mirror Scripts - "Unable to determine upstream":

      cd ~/MagicMirror
      git branch
      git remote -v

      bkey1970@mirrorserv:~ $ cd ~/MagicMirror
      git branch
      git remote -v
        _fix_clipping
      * master
      origin  git@github.com:MagicMirrorOrg/MagicMirror.git (fetch)
      origin  git@github.com:MagicMirrorOrg/MagicMirror.git (push)
      
      posted in Troubleshooting
      BKeyportB
      BKeyport
    • Magic Mirror Scripts - "Unable to determine upstream"
      bkey1970@mirrorserv:~ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" apply
      update log will be in /home/bkey1970/MagicMirror/installers/upgrade.log
      doing test run = false
      Node currently installed. Checking version number.
      Minimum Node version: v22.21.1
      Installed Node version: v22.18.0
      installing correct version of node and npm, please wait
      Check current Node installation ...
      Node currently installed. Checking version number.
      Minimum Node version: v22.21.1
      Installed Node version: v22.21.1
      No Node.js upgrade necessary.
      Check current NPM installation ...
      NPM currently installed. Checking version number.
      Minimum npm version: V10.9.4
      Installed npm version: V10.9.4
      No npm upgrade necessary.
      
      want /var/swap=512MByte, checking existing: keeping it
      saving custom.css
      Unable to determine upstream git repository
      
      Upgrade started - Fri Jan  2 13:41:18 PST 2026
      system is Linux mirrorserv 6.12.47+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1~bookworm (2025-09-16) aarch64 GNU/Linux
      user requested to apply changes
      doing test run = false
      the os is PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=deb>
      architecture from dpkg is
      ^[[0mNode currently installed. Checking version number.^[[0m
      ^[[0mMinimum Node version: ^[[1mv22.21.1^[[0m
      ^[[0mInstalled Node version: ^[[1mv22.18.0^[[0m
      ^[[96minstalling correct version of node and npm, please wait^[[0m
        installing : node-v22.21.1
             mkdir : /usr/local/n/versions/node/22.21.1
             fetch : https://nodejs.org/dist/v22.21.1/node-v22.21.1-linux-arm64.tar.xz
           copying : node/22.21.1
         installed : v22.21.1 (with npm 10.9.4)
      ^[[0mNo npm engines section specified in package.json, using default=V10.9.4 ...^[[0m
      ^[[96mCheck current Node installation ...^[[0m
      ^[[0mNode currently installed. Checking version number.
      ^[[0mMinimum Node version: ^[[1mv22.21.1^[[0m
      ^[[0mInstalled Node version: ^[[1mv22.21.1^[[0m
      ^[[92mNo Node.js upgrade necessary.^[[0m
      ^[[96mCheck current NPM installation ...^[[0m
      ^[[0mNPM currently installed. Checking version number.
      ^[[0mMinimum npm version: ^[[1mV10.9.4^[[0m
      ^[[0mInstalled npm version: ^[[1mV10.9.4^[[0m
      ^[[92mNo npm upgrade necessary.^[[0m
      
      increasing swap space
      increasing swap space
      saving custom.css
      Unable to determine upstream git repository
      Upgrade ended - Fri Jan  2 13:41:45 PST 2026
      

      What’s going on?

      posted in Troubleshooting
      BKeyportB
      BKeyport
    • RE: MMM-Remote-Control

      what’s with the microupdates? I’ve updated three times today. 🤣

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: Use local data from weatherstation

      @Jose1701 what I ended up doing with my Davis weatherstation was use their web display interface with MMM-EmbedURL to just show their full screen weather display on the mirror.

      0b844426-8c01-4965-9ce7-8f71ea4c9044-image.png

      posted in Requests
      BKeyportB
      BKeyport
    • RE: MMM-Multimonth Size

      @bill63 The entire visual appearance is controlled by CSS, max-width in conjunction with the regions is how it would be handled. Please review the MMM-Multimonth.css file, copy over what you need into the custom.css master file, and change to your needs.

      CSS tutorials are available if you’re not comfortable with it.

      Even though the project is effectively mothballed due to my time constraints, there is another maintainer on the project who may or may not update the project, so please don’t modify the project files directly.

      if you have any questions, feel free to ask, I’m still kinda active on here, as well as our resident experts are always lurking.

      – Brendan (author)

      posted in Utilities
      BKeyportB
      BKeyport
    • RE: MMM-CalendarExt3Agenda

      @benhmin for once, ChatGPT put you on the right path.

      We’ve had this conversation before- the result is that it’s better to leave it CSS than overload the config.

      cheers

      posted in Utilities
      BKeyportB
      BKeyport
    • 1 / 1