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

Kayos

@Kayos

3
Reputation
3
Profile views
11
Posts
0
Followers
0
Following
Joined 28 days ago
Last Online 16 days ago

Kayos Unfollow Follow

Best posts made by Kayos

  • Office Display

    This is an early development version of what will be my office display, used as a screensaver when the display isn’t in use
    the actual display is a 4k 65" smart display, it is in storage until the office move

    The 2 modules I wanted did not exist, so I wrote them both

    UK Grid Status https://github.com/KayosPi/MMM-UKGridStatus
    Does not require API’s and shows either realtime or snapshots of the UK grid

    Solax PV https://github.com/KayosPi/MMM-SolaxPV
    Displays information from a Solax PV inverter, customisable to show whatever you want to see. Needs an API and a serial number linked to that API

    Now it works, I will make it look nice

    Office Screen.jpg

    posted in Show your Mirror
    K
    Kayos
    25 days ago
  • MMM-SolaxPV Module

    I have created a module to read the Solax PV API when given a valid key and inverter serial number

    It has a text mode and I am working on a graphics mode

    Graphic.png

    Text.png

    I have also created a version that aggregates data from multiple inverters, using the same API, however unless you are an installer, O&M or have lots of inverters, this will not be any use

    I am getting to grips with Github and will upload it when I have that sorted

    posted in Utilities
    K
    Kayos
    27 days ago
  • RE: Calendar EXT3 not displaying either local or remote

    @sdetweil

    MM reinstall seems to have worked

    Now to set it up properly

    Thanks

    posted in Troubleshooting
    K
    Kayos
    24 days ago

Latest posts made by Kayos

  • RE: Calendar EXT3 not displaying either local or remote

    @sdetweil

    MM reinstall seems to have worked

    Now to set it up properly

    Thanks

    posted in Troubleshooting
    K
    Kayos
    24 days ago
  • RE: Calendar EXT3 not displaying either local or remote

    @sdetweil said in Calendar EXT3 not displaying either local or remote:

    @Kayos so, this should be the minimal config for ext3

    {
      module: "MMM-CalendarExt3",
      position: "bottom_bar",
    },
    

    and you DID you the npm install IN the MMM-CalendarExt3 folder, right?

    AND the MM default calendar is displaying events. as Ext3 gets events from the default calendar

    Yes to all

    I might have a bit of time to experiment further this evening

    I am back with a fully current install

    posted in Troubleshooting
    K
    Kayos
    24 days ago
  • Calendar EXT3 not displaying either local or remote

    I have moved this from my build thread.
    I tried last night and this morning and completely failed to get EXT3 showing anything

    Base Setup
    MagicMirror v2.31.0

    Raspberry Pi 4 Model B (ARM64)

    Debian 12 / Raspberry Pi OS Bookworm

    Initial install using default Electron setup (v35+)

    Node.js initially v22 (required by MM), later downgraded to v18 for compatibility

    What Worked -
    EXT3 loaded successfully (no module errors)

    calendar module fetched events from:

    Outlook 365 ICS feed

    GOV.UK Bank Holidays feed

    EXT3 debug logs confirmed:

    Events were parsed and saved

    Views and scenes were initialized

    DOM was constructed in memory

    clock and other modules rendered normally

    What Didn’t Work
    EXT3 views never displayed (month grid, daily, upcoming)

    No .calendarExt3 DOM elements injected in browser or Electron

    Even the README-based example scene rendered nothing

    No browser console errors

    fetch() errors occurred when Node was downgraded, fixed with undici

    Troubleshooting Steps Taken

    mode: “month” → views + scenes - No visible output
    Added header to force rendering - Still no view
    Added clock + multiple regions - MM layout OK, EXT3 still hidden
    Inspected DOM in browser - .calendarExt3 not found
    Forced CSS override in custom.css - No change
    Tried testView: true - Still no visible EXT3
    Downgraded Node to v18 (for Electron 22) - Fixed fetch error
    Patched calendarfetcher.js with const { fetch } = require(“undici”) - Fixed ICS loading
    Installed undici@5.26.5 to match Node 18 - Resolved fetch issue
    Downgraded Electron to v22.3.27 -No render issues, but still no EXT3 DOM
    Tried server-only mode (npm run server) - Still blank EXT3

    This morning I went back to a default MM install and setup my known good config, with EXT2 and my working modules

    I would like EXT3 working though, seems I am missing something obvious when even the most basic config from the Readme loads the module but wont display

    posted in Troubleshooting
    K
    Kayos
    24 days ago
  • RE: Office Display

    @sdetweil

    Yes it does, I’ve updated it to show UK holidays and an outlook calendar of mine

    Both work

    posted in Show your Mirror
    K
    Kayos
    25 days ago
  • RE: Office Display

    I have tried again with EXT3, it loads but won’t output on either a connected screen or remote

    I will need to dig into it, think I followed the setup and config properly

    posted in Show your Mirror
    K
    Kayos
    25 days ago
  • RE: Office Display

    @sdetweil

    And with that tiny, but crucial bit of info, I will get ext3 working

    I deleted default from my config

    posted in Show your Mirror
    K
    Kayos
    25 days ago
  • RE: Office Display

    @sdetweil

    I failed to even get it to load and need a working display for tomorrow morning

    I will return to it when I have time, EXT2 works, for now

    posted in Show your Mirror
    K
    Kayos
    25 days ago
  • RE: MMM-SolaxPV Module

    Has been updated to the V2 api and the emoji icons removed as they don’t work with Electron

    https://github.com/KayosPi/MMM-SolaxPV

    posted in Utilities
    K
    Kayos
    25 days ago
  • RE: Office Display

    I gave up with Ext3 calendar and settled on Ext2

    Not completely happy but getting there

    Office 2.jpg

    posted in Show your Mirror
    K
    Kayos
    25 days ago
  • Office Display

    This is an early development version of what will be my office display, used as a screensaver when the display isn’t in use
    the actual display is a 4k 65" smart display, it is in storage until the office move

    The 2 modules I wanted did not exist, so I wrote them both

    UK Grid Status https://github.com/KayosPi/MMM-UKGridStatus
    Does not require API’s and shows either realtime or snapshots of the UK grid

    Solax PV https://github.com/KayosPi/MMM-SolaxPV
    Displays information from a Solax PV inverter, customisable to show whatever you want to see. Needs an API and a serial number linked to that API

    Now it works, I will make it look nice

    Office Screen.jpg

    posted in Show your Mirror
    K
    Kayos
    25 days ago
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy