MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. NoNameRo
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 35
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-MyWeather and coloricon option

      @johnny_swindle

      sample

      {
        module: 'MMM-MyWeather',
        position: 'top_right',
        config: {
          apikey: 'xxxxxxxxxxxxx', // private; don't share!
          pws: 'pws:IGELDERL219', //culemborg
          hourly: '1',
          fctext: '1',
          fcdaycount: "5",
          fcdaystart: "0",
          hourlyinterval: "3",
          hourlycount: "2",
          alerttime: 10000,
          alerttruncatestring: "english:",
          roundTmpDecs: 1,
          UseCardinals: 0,
          layout: "horizontal",
          sysstat: 0,
          coloricon: true
        }
      },
      
      posted in Troubleshooting
      N
      NoNameRo
    • RE: Problem updating to v2.3.1

      @Kristianson
      did you run git reset --hard and then git pull && npm install

      posted in Troubleshooting
      N
      NoNameRo
    • RE: Problem updating to v2.3.1

      @Kristianson
      if you have the same error as @Bob

      have you deleted or renamed the readme file under “/home/pi/MagicMirror/modules/default/currentweather/README.md”

      posted in Troubleshooting
      N
      NoNameRo
    • RE: New MagicMirror Version

      @ostfilinchen
      but you have deleted them, if not then please delete and try again

      posted in Troubleshooting
      N
      NoNameRo
    • RE: New MagicMirror Version

      @ostfilinchen
      what is the error after you have deleted the Readme file

      try following

      pm2 stop mm
      

      then

      git pull && npm install
      

      and then

      pm2 restart mm
      
      posted in Troubleshooting
      N
      NoNameRo
    • RE: New MagicMirror Version

      @ostfilinchen

      what error you get, did you run git pull && npm install

      posted in Troubleshooting
      N
      NoNameRo
    • RE: So ... to update MagicMirror I would ... ??

      I do not know if it is absolutely necessary to stop the service, for me it was obvious to do it

      posted in Troubleshooting
      N
      NoNameRo
    • RE: So ... to update MagicMirror I would ... ??

      for me it worked without problems as follows

      pm2 stop mm
      

      then

      git pull && npm install
      

      and then

      pm2 restart mm
      

      maybe it works for one or the other

      posted in Troubleshooting
      N
      NoNameRo
    • RE: Help! Probem using PIR Sensor on raspberry pi zero to turn on/off screen

      @Mikgabo
      To test if it works, you should enter it correctly

      to turn off the screen

      sudo tvservice -o
      or
      vcgencmd display_power 0
      

      to turn on the screen

      sudo tvservice -p
      or
      vcgencmd display_power 1
      

      please follow the instructions under 2.2 Using PIR-Script, then your PIR will work too

      posted in Troubleshooting
      N
      NoNameRo
    • RE: So ... to update MagicMirror I would ... ??

      @chef

      If you want to update your MagicMirror² to the latest version, use your terminal to go to your Magic Mirror folder and type the following command:
      
      git pull && npm install
      
      If you changed nothing more than the config or the modules, this should work without any problems. Type git status to see your changes, if there are any, you can reset them with git reset --hard. After that, git pull should be possible.
      
      posted in Troubleshooting
      N
      NoNameRo
    • 1 / 1