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
    Offline
    • Profile
    • Following 0
    • Followers 108
    • Topics 92
    • Posts 21,165
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Having difficulty starting my mirror. I really need some help

      @KristjanESPERANTO mmos is just raspi os with MagicMirror in docker

      Should be simple, flash and boot

      posted in Troubleshooting
      S
      sdetweil
    • RE: Dimming of a module

      @chrga I don’t see any module in the 3rd party list that provides that function directly on a per module basis via notifications

      this would be a great addition to MMM-RemoteControl
      @kristjanesperanto

      posted in Troubleshooting
      S
      sdetweil
    • RE: Introducing MMM-BirthdayCalendarCountdown – Your MagicMirror Birthday Countdown Module!

      @p1lspeda as this module is done all in browser, can you look at the browser log

      ctrl-shift-i on the MagicMirror screen keyboard
      Select the console tab
      Add countd to the filter field

      This filter will limit messages only from this module
      Can you show us what messages there are

      posted in Utilities
      S
      sdetweil
    • RE: Having difficulty starting my mirror. I really need some help

      @mcirim @karsten13 can you help here

      posted in Troubleshooting
      S
      sdetweil
    • RE: Problem after update Master branch

      @BKeyport I agree. Weird results multiple times New sd card time

      Use my backup/restore to save (backup) your MagicMirror config
      And after install, use restore to put it back

      https://github.com/sdetweil/MagicMirror-backup-restore

      posted in Troubleshooting
      S
      sdetweil
    • RE: Commodity Prices?

      @potts-mike there are no modules in the 3rd party list that reference commodity

      posted in Requests
      S
      sdetweil
    • RE: Version 2.34.0 - Missing X Server or $DISPLAY (Docker version of MMOS)

      @Mathes75 can you find the message that best explains the fix,
      click the 3 dots to the right and select
      Mark this post as the correct answer

      posted in Troubleshooting
      S
      sdetweil
    • RE: ALT or ALT+Spacebar

      @ankonaskiff17 mm version

      cd ~/MagicMirror
      grep version package.json

      Wayland was introduced three Raspi OS releases ago.
      its ‘better’ than X11 they say

      WE MagicMirror don’t have any choice.

      posted in Troubleshooting
      S
      sdetweil
    • RE: ALT or ALT+Spacebar

      @ankonaskiff17 yes, its wayland and labwc. all new UI interface… SO much fun… not

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-JAST stopped updating a couple of days ago.

      @plainbroke did you do an npm install after the git pull?

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Pages module all showing on one page

      @hahawoooooo I also recommend using the classes approach to config

           modules:[
                    [ "page1"],
                    [ "page2"],
                   ],
                   "fixed": ["fixed"]
            . Etc
      

      Then for the modules you want on page1
      Add

            classes:"page1",
      

      In the config below module: line

      This was so much easier for me

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-HomeAssistant

      @raymonvdm can you show the log?

      I always recommend testing with manual start after you make a module change

      pm2 stop all
      cd ~/MagicMirror
      npm start 
      

      if it comes up ok, ctrl-q, or alt-spacebar, c
      then pm2 status
      and pm2 start xxxx
      where xxxx is the name or number on the row for your application

      posted in System
      S
      sdetweil
    • RE: sending notification on external event

      @chrga ok. Should be nothing to stop it

      Did you try my Module and the examples on the alert module

      did you add the ViewNotifications module so you could see it being broadcast

      The structure of the notification is exactly the same as if you were coding it in a running module

      posted in Troubleshooting
      S
      sdetweil
    • RE: sending notification on external event

      @chrga also, for debugging, install
      MMM-ViewNotifications

      posted in Troubleshooting
      S
      sdetweil
    • RE: sending notification on external event

      @chrga MagicMirror has to be configured to allow remote access

      In config.js

      address:”0.0.0.0”,
      ipWhitelist:[],
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: sending notification on external event

      @chrga see my curl to notification module

      Just a simple http post
      https://github.com/sdetweil/MMM-CurlToNotification

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-CalendarExt3 Number

      @Racing88 as I said, not module developer. That’s how I would have made them different

      posted in Troubleshooting
      S
      sdetweil
    • RE: Line breaks in Compliments using MMM-Remote-Control

      @alfi153 not right leaning slash, left leaning, like this

      “Now is the time\nto come to the aid of your country”

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-CalendarExt3 Number

      @Racing88

      Because you didn’t specify calendarset it jammed them all together and there was a dupe
      i ‘think’
      If you add a name: property to each calendar url config block
      And then specify the names in the set, then they will not be dupes

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-CalendarExt3 Number

      @Racing88 ok, I am not the module author.
      But you gave me the clue. That is the number of events not shown in the day.

      If you change max events to 4 then it should go away
      Otherwise you will have to change the fontsize or the cell size

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1