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

    parnic

    @parnic

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

    parnic Unfollow Follow

    Best posts made by parnic

    • MMM-ScreenLogic - see data from your Pentair pool equipment

      Description:

      This module shows data from a Pentair ScreenLogic swimming pool controller attached to your local network. It will show information like water temperature, pH level, and water balance, among other things.

      If you’ve got a Pentair system, I’d love to hear how it works for you!

      Pull requests welcome.

      Screenshots:

      screenshot

      [card:parnic/MMM-ScreenLogic]

      posted in Utilities pentair screenlogic pool
      P
      parnic
    • RE: Ecobee

      @ftap Not real sure how to help you on that one. It’s currently working for me. Either way, it’s Ecobee’s site, so you could try contacting their support maybe. Or a different browser perhaps.

      posted in Requests
      P
      parnic

    Latest posts made by parnic

    • RE: Wayland problems in the April 2026 release

      @karsten13 I appreciate the info!

      It does sound like a full reimage is advised if Bullseye will be out of support soon.

      And to close the loop for others finding this, it looks like I just overlooked the notes about x11 in the forum post that was linked from the release: https://forum.magicmirror.builders/topic/20138/upcoming-release-april-1-2026-breaking-changes-some-operational-changes

      posted in General Discussion
      P
      parnic
    • RE: Wayland problems in the April 2026 release

      @rkorell said:

      This is not related to the mirror upgrade, I guess.

      It’s related insofar as the default compositor changed which can break installations that have been working for quite a while. Fortunately the fix/workaround is straightforward, my concern is the stability of the fix going forward.

      You can change X11/wayland with raspi-config (with sudo) …

      Good to know - I’ll see if this works for me!

      posted in General Discussion
      P
      parnic
    • RE: Wayland problems in the April 2026 release

      @sdetweil upgrade:

      git pull
      npm i
      

      Running with pm2 executing a shell script. Prior to this release, that script was

      ELECTRON_ENABLE_LOGGING=true DISPLAY=:0 npm run start
      

      now it’s

      ELECTRON_ENABLE_LOGGING=true DISPLAY=:0 npm run start:x11
      

      which works, I’m just concerned that the non-default path will not be checked regularly going forward. Maybe there’s a way to install wayland onto my rpi.

      PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
      NAME="Raspbian GNU/Linux"
      VERSION_ID="11"
      VERSION="11 (bullseye)"
      VERSION_CODENAME=bullseye
      ID=raspbian
      
      posted in General Discussion
      P
      parnic
    • Wayland problems in the April 2026 release

      My MagicMirror installed on an rpi with Raspbian Bullseye was failing to start up with the following errors:

      [27320:0401/071435.406601:ERROR:ui/ozone/platform/wayland/host/wayland_connection.cc:202] Failed to connect to Wayland display: No such file or directory (2)
      [27320:0401/071435.406797:ERROR:ui/ozone/platform/wayland/ozone_platform_wayland.cc:281] Failed to initialize Wayland platform
      

      As per https://github.com/MagicMirrorOrg/MagicMirror/pull/4011, I was able to modify my startup scripts to use start:x11 instead of start and it came back online. I’m concerned that the no-longer-default startup method will not continue to work into the future, so what steps do I need to take to ensure my installation continues to work in the future without special start targets? I assume this means a full RPi OS update, which I’m dreading as that typically means having to reconfigure everything I’ve setup for display rotation and touch support and etc.

      posted in General Discussion
      P
      parnic
    • RE: Ecobee

      @rmonkey Check your MM process log or browser console log. It should explain why it’s not able to load.

      posted in Requests
      P
      parnic
    • RE: Ecobee

      @rmonkey It should all be explained on the screen when attempting to connect. There are steps listed along with an API code to use.

      posted in Requests
      P
      parnic
    • RE: Ecobee

      @ftap Not real sure how to help you on that one. It’s currently working for me. Either way, it’s Ecobee’s site, so you could try contacting their support maybe. Or a different browser perhaps.

      posted in Requests
      P
      parnic
    • RE: Ecobee

      @colel83 My fault, looks like issues were disabled on the repository I cloned from. I enabled them now! https://github.com/parnic/MMM-Ecobee/issues

      posted in Requests
      P
      parnic
    • RE: Ecobee

      @colel83 Sure, it would be pretty simple to have a configurable to suppress certain attributes like humidity. It would be most helpful for me if you would create issues on the GitHub page to help track that.

      I would also love to be able to set the temperature from the module for touchscreens, but that needs a lot more work since the core of how the module is communicating with Ecobee needs to change to enable that.

      posted in Requests
      P
      parnic
    • RE: Ecobee

      Hello all,

      I am maintaining a fork of this module that works with the new API changes coming from Ecobee very soon as well as showing the temperatures in Celsius if your thermostat is set to celsius. I also fixed the module sometimes being far too aggressive on hitting the Ecobee api, re-requesting authorization, etc. I have a few other things I’m adding soon such as a config property for showing sensors or not as well as an option to display colors for those of us using this on a monitor without a mirror in front.

      Any and all feedback is appreciated! https://github.com/parnic/MMM-Ecobee

      posted in Requests
      P
      parnic