MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Best
    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,151
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: How can I add more time periods for MMM-compliments?

      @dæmoneyes your changes didn’t show
      use the three back-tics before and after your code
      on keyboard, left of the number 1 key

      posted in Requests
      S
      sdetweil
    • RE: Do you use a PIR sensor? How do you hide it?

      @boblazer i haven’t done mine yet… but to put behind the glass you need additional space around the screen of course…

      then mount on some wood/etc, with black cardboard or whatever and have the pinhole there, or whatever the sensor needs… nothing magic…

      some sensors don’t work behind…

      my PIR board looks like it needs a little over 1/4 in for the sensor hole, measured at 8mm,
      maybe you only need 2mm of that to make the sensor work…

      posted in Hardware
      S
      sdetweil
    • RE: MMM-NOAA - Another Weather Module

      @Mykle1 I know. we did it at the same time.

      was adding info for others

      posted in System
      S
      sdetweil
    • RE: Forum updated - I could use your help

      @phil i am an moderator user, are you? i was able to get another user to logon as me and the problem followed my user. It did NOT occur for the non-moderator user

      posted in Forum
      S
      sdetweil
    • RE: config.js in JSON format

      @Serge maybe javascript-stringify npm module would help.

      Load config.js
      Json stringify
      Apply schemas
      Capture json on save
      Convert to js

      this little script seems to work

      var jjs=require('javascript-stringify')
      var cfg=require('../MagicMirror/config/config.js')
      var js=require('json-stringify')
      
      
      var js_config = JSON.stringify(cfg.config)
      
      console.log(cfg)
      jjs_config=jjs.stringify(cfg,null,'\t')
      console.log("var config="+jjs_config)
      
      posted in Feature Requests
      S
      sdetweil
    • RE: How can I add more time periods for MMM-compliments?

      @dæmoneyes start the mirror with

      npm start dev
      

      and in the white developers window, select the console tab,
      scroll up/down to find any errors (red text)…

      I can’t see all your code, but its probably a missing quote, paren or brace

      posted in Requests
      S
      sdetweil
    • RE: Raspberry Pi issue

      @BandNerd1002 what did u do the 1st time?

      https://thepi.io/how-to-install-raspbian-on-the-raspberry-pi

      And
      https://linuxhint.com/install-ubuntu-on-raspberry-pi/

      posted in Hardware
      S
      sdetweil
    • RE: MMM-NewPIR v3

      @cowboysdude I don’t understand the question?

      it supports all the different screen dimming approaches

      posted in System
      S
      sdetweil
    • RE: [MMM-Helium-Wallet] Display your helium wallet balance and value on your Magic Mirror.

      @hayseed

      wrong image upload link… 3rd icon from the right in editor

      posted in Showcase
      S
      sdetweil
    • RE: TLS 1.3 Support for MM and Calendar

      @Pakmann thanks.

      we are all volunteers here, so we now have to find someone that has time and cares to find and fix the problem and propose a working solution back to the project.

      but its on the list of issues.

      posted in Feature Requests
      S
      sdetweil
    • RE: How can I add more time periods for MMM-compliments?

      @dæmoneyes compliments.js:48 syntax error

      that means on line 48 of the complements.js file the compiler found an error…

      posted in Requests
      S
      sdetweil
    • RE: Orange PI

      @deemedia must have graphical ui. Browser requires it. that is why the display 0 error

      posted in Hardware
      S
      sdetweil
    • RE: MMM-LogExt

      @BKeyport it merges the Dev window messages and the node_helper messages…

      pm2 doesn’t see the developers window messages (from the modulename.js Log(…) function

      posted in System
      S
      sdetweil
    • RE: [MMM-Helium-Wallet] Display your helium wallet balance and value on your Magic Mirror.

      @hayseed i agree, don’t know what it is supposed to do…

      posted in Showcase
      S
      sdetweil
    • RE: Auto Start Time

      @Atahan use the pm2 tool to autostart on boot…

      if u did not set this up during install, then use my script

      bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/fixuppm2.sh)"
      

      make sure u set the pi to autologon to the desktop at boot (using raspi-config)

      posted in Feature Requests
      S
      sdetweil
    • RE: MMM-Image-On-Notification

      @ejay-ibm i would try to stay away from MM folders… create another under modules for your own content

      posted in Requests
      S
      sdetweil
    • RE: Magic mirror not starting on boot!!

      @mishkalidas i don’t know, PM2 is such a pain in the rear…

      can u do

      pm2 logs
      

      and show the output

      posted in Hardware
      S
      sdetweil
    • RE: MMM-NewsAPI after MM2.25.0 update

      @mumblebaj all I can say is the ‘manual fix’ worked…

      don’t know why

      posted in System
      S
      sdetweil
    • RE: MMM-PenPlotter -Render mesmerizing line animations on your mirror!

      @BerkSmash1984 the module delay time is 65 seconds and u have 30 seconds for pages.

      so the module is waiting, and then gets hidden, restarting on show. then hidden…

      posted in Showcase
      S
      sdetweil
    • RE: Compliments via Telegram

      @bronno sean has left MM for personal reasons… the module was taken over by someone else

      https://github.com/bugsounet/MMM-TelegramBot

      posted in Feature Requests
      S
      sdetweil
    • 1 / 1