MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Do not disturb
    • Profile
    • Following 0
    • Followers 108
    • Topics 92
    • Posts 21,165
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: AI Coding Tools Infuse a new Life in MagicMirror

      @Rags very cool.

      I am using the cline integration (Sonnet 4.6) with VS to enhance some firmware (build env in VS), and its been interesting.

      the task session is of limited size, and once the size is exceeded, we start a WHOLE new topic, with no memory of any prior one… so have to RELEARN some environmental and design decisions… wasting time and task space on old stuff…

      but its amazing what a few hours can do…

      posted in General Discussion
      S
      sdetweil
    • RE: Failed to Connect to Wayland Display

      @atwist move the script to another name
      Try this instead

      #!/bin/bash
      npm start
      

      Save that as mm.sh then do

      chmod +x mm.sh

      Then try
      pm2 start MagicMirror

      posted in Troubleshooting
      S
      sdetweil
    • RE: newsfeed

      @Ray eh?

      You reported trouble, I researched, and reported the cause

      Which cannot be avoided with software

      posted in Troubleshooting
      S
      sdetweil
    • RE: newsfeed

      @Ray and that validates forbidden

      posted in Troubleshooting
      S
      sdetweil
    • RE: newsfeed

      @Ray that is how it worked for me

      posted in Troubleshooting
      S
      sdetweil
    • RE: newsfeed

      @Ray they have added a human detector

      Hold finger on button for 15 seconds

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Avstock Graph is not displayed

      @JeanMichelC also, please use the code block around config or logs

      Paste the text into the editor, blank line above and below
      Select the text just pasted
      Hit the </> button above the editor

      I have fixed the prior two

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Avstock Graph is not displayed

      @JeanMichelC looks like an api error not returning a number,
      I’d open an issue on the module page

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Avstock Graph is not displayed

      @JeanMichelC can you show the module config?

      Can you also open the developers console , ctrl-shift-i
      Select the console tab and put Avs in the filter field to see if there are any browser side errors

      posted in Troubleshooting
      S
      sdetweil
    • RE: Calendar Module not working as expected

      @Gherry very interesting !

      I have not seen a replacement value not be used before.

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Embed URL centered on fullscreen_above?

      @BKeyport I’m sure you need

      .MMM-EmbedURL Element-name {
         position :absolute;
         left:10vw;  /* move 10% towards the right +/
      }
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Embed URL centered on fullscreen_above?

      @BKeyport also, you should be able to see the html element used to display the web view in the developers window elements tab and relocate it w css

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Pages is it possible to name the pages, i.e. weather, stocks, etc...

      From the pages doc

      IMG_5028.png

      posted in Forum
      S
      sdetweil
    • RE: Failed to Connect to Wayland Display

      @atwist
      So it shouldn’t be trying to start using wayland
      And npm start on 2.34.0 uses x11

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Pages is it possible to name the pages, i.e. weather, stocks, etc...

      @JeanMichelC it doesn’t matter where the modules are listed in config.js. The classes property will group them

      MagicMirror can only show or hide modules. There is an api used by the pages module to find modules by class name.

      The module name or the page group name are both classes used by that spi

      posted in Forum
      S
      sdetweil
    • RE: Failed to Connect to Wayland Display

      @atwist ok, weird, that is the command set I use on mm.sh to determine if Wayland is running or not

      Does your mm.sh have those commands listed?

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Pages is it possible to name the pages, i.e. weather, stocks, etc...

      @JeanMichelC using the classes approach you can name the page groups anything you like

      Page1
      Weather
      Mom
      Dad
      Stocks

      Whatever

      Then in each module config
      Add the

      classes:"Page1 Mom",
      

      List of pages this module should appear on

      The classes keyword goes with the module: property, outside the modules config:{…}. Section
      The string for classes is the space separated list of names

      If you want a module to appear on every page, then the name would be the nice name you use for the fixed: property in pages config. I call that “every_page”, cause it makes sense

      posted in Forum
      S
      sdetweil
    • RE: Calendar - colourise events today?

      @Babene1 very nice! Great feedback

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-ImagesPhotos

      @Ray awesome!!!

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-ImagesPhotos

      @Ray ok try this in custom.css

      img #mmm-images-photos { 
         z-index:-1
      }
      
      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 10
    • 11
    • 12
    • 13
    • 14
    • 1058
    • 1059
    • 12 / 1059