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

    Posts

    Recent Best Controversial
    • RE: googledocsnotes text dont align

      @1a2a3a means it was not accidental. it’s not trivial to maintain visual fidelity across multiple rendering platforms and aspect ratio changes.

      the module author(s) chose not to attempt that

      posted in Troubleshooting
      S
      sdetweil
    • RE: Displaying two calendars in the standard calendar in one list

      @Klinge fall back to the prior calendar parser

      cd ~/MagicMirror
      npm install node-ical@0.16.1
      

      restart mm

      your config looks ok

      posted in Troubleshooting
      S
      sdetweil
    • RE: newsfeed ignoreOlderThan different per feed?

      @stephanvdplas yes, I see it… for others

      https://github.com/MagicMirrorOrg/MagicMirror/issues/3360

      posted in Troubleshooting
      S
      sdetweil
    • RE: recommended ical calendar host with basic http auth

      @carefreepineappl use the secret url.

      there are no other Google providers

      posted in Troubleshooting
      S
      sdetweil
    • RE: [MMM-Pages] Different "newsfeeds" on serveral pages

      @J2FK see the doc on my fork, there is no code change

      https://github.com/sdetweil/MMM-pages#using-the-module

      see the ‘alternative approach’

      makes all these issues go away

      posted in Troubleshooting
      S
      sdetweil
    • RE: module.js mismatch error and good by os

      @fischi87 that message should really be a warning, as it causes no trouble, and the code handles the issue

      posted in Troubleshooting
      S
      sdetweil
    • RE: Electron screen becomes blank after a period of time

      @DDE12 those are warnings we can’t suppress… nothing we can do… problem is not in MM code…

      when the mm screen goes black again , open the developers window

      ctrl-shift-i on the MM screen keyboard
      then select the console tab, and scroll up to any errors (usually red text )

      cannot do this remotely has to be on the screen where the problem occurred

      posted in Troubleshooting
      S
      sdetweil
    • RE: Bookworm and PIR

      @Peter see
      https://forum.magicmirror.builders/post/116471

      posted in Troubleshooting
      S
      sdetweil
    • RE: Resizing font size of modules

      @Rags the css is a hierarchy

      last defined is selected first, lifo search order

      css/custom.css
      any module provided css files
      css/main.css

      top down first one, MOST SPECIFIC, wins

      that last example

      in custom.css

      you said all module font size is 20px;
      but also said the text in this module ‘header’
      is 24px;

      regardless of order in custom.css, the more specific one wins. module header setting

      in a css entry, the stuff to the left of {
      is called the element selector clause.

      it selects ALL the elements in the document that match the rules. the browser thinks this is one webpage. (aka document)

      this is the cheatsheet I use for the rules
      https://www.w3schools.com/cssref/css_selectors.php

      because everything is a stack, a module’s css overrides the base css, and custom.css overrides both.

      the developers window ctrl-shift-i will help save time.

      see
      https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1682355292588

      posted in Troubleshooting
      S
      sdetweil
    • RE: set the calendar day to a short version

      @skyzuma said in set the calendar day to a short version:

      nextWeek: “dddd” … this need an option to set this to “ddd

      open an issue on github for magicmirror

      posted in Troubleshooting
      S
      sdetweil
    • RE: module update

      @pat59 no, the MODULE folder.

      cd ~/MagicMirror/modules/MMM-GooglePhotos
      sudo rm -rf node_modules
      npm install
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-GoogleAssistant problème

      @rihab_ben the documentation says

      npm run token

      not tokens
      1000025785.jpg

      posted in Troubleshooting
      S
      sdetweil
    • RE: MagicMirror dual monitor configuration

      @pastormingle the second display is not :2

      it’s all still display :0

      u can adjust the pixel offset for the web page

      by adding

      electronOptions:{ x:1920 },
      

      to config.js before the modules: entry

      where the 1920 is the pixel width of the 1st display

      posted in Troubleshooting
      S
      sdetweil
    • RE: The installation instructions are broken.

      @mumblebaj my script is listed as first alternative

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast Error 401

      @Vauxdvihl yes openweather announced that they have terminated support for the 2.5 api and keys

      you must now get a v3 key, which
      requires supplying a credit card.
      the 1st 1000 requests a day are not charged, according to their Web pages

      you must also use the /onecall endpoint.
      we will update the module for the July 1 release

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast Error 401

      @Vauxdvihl that command will output which repo the module came from

      please show the output

      posted in Troubleshooting
      S
      sdetweil
    • RE: Update, unable to connect.

      @Richard238 unable to connect is because MM is not running

      next time for upgrade use my script… it checks and upgrades node/npm/pm2 if needed as well as other stuff…

      https://github.com/sdetweil/MagicMirror_scripts

      short fix,
      a. run my upgrade script with force instead of apply
      or
      b. upgrade node js to 16.x (will probably be 16.20)
      then do npm install again

      posted in Troubleshooting
      S
      sdetweil
    • RE: Update needed

      @Bungle68 what OS level are you on?

      do
      lsb_releaee -a

      if it’s buster, the latest release won’t run there.

      to help migrate , back up your config and modules list
      use my backup/restore
      https://github.com/sdetweil/MagicMirror-backup-restore

      and to install or upgrade, use my scripts
      https://github.com/sdetweil/MagicMirror_scripts

      all of the scripts can be run directly from github.

      posted in Troubleshooting
      S
      sdetweil
    • RE: ReferenceError: Remote-Control & AccuWeatherForecastDeluxe

      @hanspeter2000 said in ReferenceError: Remote-Control & AccuWeatherForecastDeluxe:

      [ERROR] ReferenceError: defaults is not defined

      yes, this is a bad programming practice

      in the MMM-AccuWeatherForecastDeluxe.js

      on roughly line 98,
      is

              mainIconset: defaults.iconset,
      

      this references the structure it is in that is not yet finished at the time.
      it used to work once, but doesn’t reliably now…
      the fix is to change that to

         mainIconset: "1c", 
      

      (the value of the iconset 1 line above)

      and this is caused by MMM-Remote-Control trying to figure out what modules are installed so it can help add/remove them ,

      it is not fatal , so you can also ignore it…

      on my dev system I have error messages all over the place due to Remote-Control trying to load module components

      posted in Troubleshooting
      S
      sdetweil
    • RE: Touch controls not working (only when running MM)

      @grall_ritnos there are two logs

      Console for node_helper, from npm start.
      If using pm2, then pm2 logs —lines=nnnn
      Nnn is number of lines, 15 is the default

      In browser for the web side

      Pi5 runs Wayland as the window manager

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1