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 90
    • Posts 20,789
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Magic Mirror Mac Mini npm start

      @drx1984 if u used the installer, it should have setup a pm2 module to auto start mm in boot.

      From your shell, can you try

      pm2 list
      
      posted in General Discussion
      S
      sdetweil
    • RE: 2 MagicMirror windows

      @umeeq mm.sh is located in /home/pi/MagicMirror/installers

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @humdinger44 do

      pm2 show
      

      Find the name of the app
      Then do

      pm2 stop ????
      

      Where ??? Is the app name

      Then do the

      npm start dev 
      

      from a terminal window

      posted in Utilities
      S
      sdetweil
    • RE: Node Install Issues

      @Natacha now that u upgraded node, you have to go back and redo

      npm install
      

      in the MM folder and all module folders if they have a package.json file

      posted in Bug Hunt
      S
      sdetweil
    • RE: New to Pi and MM Needing Help

      you don’t change the clock.js u change the css or the config.js…

      anyhow… open the developers window, ctrl-shift-i, and find the console tab,
      scroll up to find any errors (usually red text)…

      also can put clock into the filter box

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-GoogleAssistant autostart

      @poopyurinal the shell script cannot find the command ‘source’.

      so THAT is the 1st problem

      try changing line 1 to

      #!/bin/bash
      

      to use bash instead of sh
      I see the same problem here using sh

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-GoogleAssistant autostart

      @poopyurinal edit the script again and add a new 1st line

      #!/bin/sh
      

      Because it is executable, the 1st line will be checked, and if the script processor is defined, it will be used

      The default is also /bin/sh

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-GoogleAssistant autostart

      @poopyurinal shell script

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-GoogleAssistant autostart

      @poopyurinal edit a new file, add the two lines to it, and save.

      The do

      chmod +x ????
      

      Where ??? is the name of the file you just created

      Then make that file name the name of the exec script.

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-GoogleAssistant autostart

      @poopyurinal ok, make a two line script to execute both commands, and use that script as the exec script in the service

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1