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

    Posts

    Recent Best Controversial
    • RE: Help with mmm-systemtemperature error messages

      FYI: I’ve created a fork, refactored it and optimized the README. It should be easier to install :-)

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: *Newly created module - MMM-Planefinder*

      @Exndfan Nice. Don’t forget to add it to the modules list :-)

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Mirror, Mirror… Who’s My Persona Today? 🤖✨ (Open Voice OS + MagicMirror²)

      @goldyfruit Very cool! 🚀Don’t forget to add MMM-ShareToMirror to the module list 🙂

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MagicMirror is Failing to start at all

      If --run is a bad option let’s try run the long command directly and see what happens.

      So instead of npm run, try this:

      On Wayland:

      WAYLAND_DISPLAY="${WAYLAND_DISPLAY:=wayland-1}" ./node_modules/.bin/electron js/electron.js --enable-features=UseOzonePlatform --ozone-platform=wayland

      On X11:
      DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js

      This may show us the real core of the problem, or it works and starts MM properly and we could make it a little more comfortable (even if it is a bit hacky).

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Outlook 365 calendar not loading after updating MMM-CalendarExt2

      @OliWer Thanks for reporting. Please check https://github.com/MMM-CalendarExt2/MMM-CalendarExt2/issues/401.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-TitanSchoolMenu

      @Lmagenis I can’t find MMM-TitanSchoolMenu on the module list.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Chores - Manage and keep track of your household Chores

      @PierreGode The wiki page is empty :-(

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: [MMM-MarineTraffic] Show nearby boats and freighters

      Nice :-) Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules

      posted in Entertainment
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Can't get MMM-Carousel to work with MMM-BackgroundSlideshow

      @jimbocz Seems that the position setting isn’t optional anymore. This works for me:

        modules: [
          {
            module: "alert"
          },
          {
            module: "updatenotification",
            position: "top_bar"
          },
          {
            module: "clock",
            position: "top_left"
          },
          {
            module: "MMM-BackgroundSlideshow",
            disabled: false,
            position: "fullscreen_below",
            config: {
              imagePaths: ["modules/MMM-BackgroundSlideshow/exampleImages/"],
              transitionImages: false,
              randomizeImageOrder: true,
              slideshowSpeed: 30000,
              resizeImages: true,
              maxWidth: 1024,
              maxHeight: 600,
              backgroundSize: "contain"
            }
          },
          {
            module: "weather",
            position: "bottom_right",
            config: {
              weatherProvider: "openmeteo",
              type: "current",
              lat: "51.5085",
              lon: "-0.1257"
            }
          },
          {
            module: "MMM-Carousel",
            position: "bottom_right",
            config: {
              transitionInterval: 10000,
              ignoreModules: [
                "MMM-BackgroundSlideshow",
                "alert",
                "updatenotification"
              ],
              mode: "global"
            }
          },
        ]
      
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: 2.32.0 Calendar module limitDays and excludedEvents stopped working

      @AndyHazz Unfortunately, I don’t know if I can help any further here. The error message ([ERROR] table not found in HTML.) is indeed from MMM-Scrapey - I have created a pull request for the module to improve logging, at least in the future.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 1
    • 2
    • 3
    • 4
    • 5
    • 30
    • 31
    • 1 / 31