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

    Posts

    Recent Best Controversial
    • RE: 4k Dashboard

      @sdetweil I added the fadePoint ok but it only works on the event name. All the times are still faded which is what I don’t want faded.

      posted in Show your Mirror
      N6NGN
      N6NG
    • RE: 4k Dashboard

      @sdetweil I don’t find fadePoint in the config.js file. Do I need to add it or is it in the calendar.css ?

      posted in Show your Mirror
      N6NGN
      N6NG
    • RE: 4k Dashboard

      @mvrlogins Nice mirror… How did you keep the calendar from fading the time section…I’ve been trying and can’t find out where to turn off the fade… Thanks
      Dennis N6NG

      posted in Show your Mirror
      N6NGN
      N6NG
    • RE: pm2 Lost My MagicMirror

      @thgmirror Yes… I may have mistyped it but I do know about case sensitivity. Thank you.
      Dennis

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: pm2 Lost My MagicMirror

      @sdetweil That stopped it and now all seems normal again… I have no idea how I started a second instance but it’s good to know the stop all… Thank you Sam
      Dennis

      posted in Troubleshooting
      N6NGN
      N6NG
    • pm2 Lost My MagicMirror

      All of a sudden pm2 cant stop my MagicMirror. The mirror starts automatically when I boot but when I try to do a pm2 stop MagicMirror it says cant find MagicMirror…
      So what did I do wrong… don’t know… any ideas?
      Thanks
      Dennis

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: Lost modules. Not showing after reinstall

      @sdetweil Some of them yes… and some I just changed the config size options:
      dennis

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: Lost modules. Not showing after reinstall

      @N6NG Well here is the story. I erased that module and started from scratch and put it back in. But it still didn’t show up on the MM. Here is what I found. In repositioning the individual screen locations they ended up overlaying other modules on the screen and rather than overlaying the visual of the other module it just didn’t show. When I went back and shrunk the size of the modules on the screen (going from ie: 400px by 400px to 200 px by 200 px it showed up again. I did this with other of the modules and they showed up again also. I haven’t finished all of them yet but I think it’s going to fix them all. I think that should solve all my invisible module problems.
      Dennis N6NG

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: Lost modules. Not showing after reinstall

      @sdetweil When I do a “ls package.json” is lists one in that module but I guess it could have come from somewhere else… I’ll delete the module and start again from scratch.
      Thanks

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: Lost modules. Not showing after reinstall

      @sdetweil I did a git checkout package.json and this is what I got:
      pi@raspberrypi:~/MagicMirror/modules/MMM-RAIN-RADAR $ git checkout package.json
      error: pathspec ‘package.json’ did not match any file(s) known to git
      pi@raspberrypi:~/MagicMirror/modules/MMM-RAIN-RADAR $ ls package.json
      package.json
      pi@raspberrypi:~/MagicMirror/modules/MMM-RAIN-RADAR $
      I started by doing an ls package.js in the MMM-RAIN-RADAR module and it listed it there. Then I did the checkout… What does that mean?

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: Lost modules. Not showing after reinstall

      @sdetweil followed the links and finally the npm install:

      pi@raspberrypi:~/MagicMirror/modules/MMM-RAIN-RADAR $ npm install

      up to date, audited 1 package in 2s

      found 0 vulnerabilities


      to Dennis

      pi@raspberrypi:~/MagicMirror/modules/MMM-RAIN-RADAR $ npm install MMM-RAIN-RADAR
      npm ERR! code E404
      npm ERR! 404 Not Found - GET https://registry.npmjs.org/MMM-RAIN-RADAR - Not found
      npm ERR! 404
      npm ERR! 404 ‘MMM-RAIN-RADAR@*’ is not in this registry.
      npm ERR! 404 This package name is not valid, because
      npm ERR! 404 1. name can no longer contain capital letters
      npm ERR! 404
      npm ERR! 404 Note that you can also install from a
      npm ERR! 404 tarball, folder, http url, or git url.

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2022-05-08T22_59_38_815Z-debug-0.log
      pi@raspberrypi:~/MagicMirror/modules/MMM-RAIN-RADAR $ cd MMM-RAIN-RADAR

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: Lost modules. Not showing after reinstall

      @sdetweil Well I did ok until I started installing the MMM-RAIN-RADAR module again. Then I got this error message.

      Dennis Jacobson n6ngdennis@gmail.com

      4:07 PM (2 minutes ago)

      to Dennis

      pi@raspberrypi:~/MagicMirror/modules/MMM-RAIN-RADAR $ npm install MMM-RAIN-RADAR
      npm ERR! code E404
      npm ERR! 404 Not Found - GET https://registry.npmjs.org/MMM-RAIN-RADAR - Not found
      npm ERR! 404
      npm ERR! 404 ‘MMM-RAIN-RADAR@*’ is not in this registry.
      npm ERR! 404 This package name is not valid, because
      npm ERR! 404 1. name can no longer contain capital letters
      npm ERR! 404
      npm ERR! 404 Note that you can also install from a
      npm ERR! 404 tarball, folder, http url, or git url.

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/pi/.npm/_logs/2022-05-08T22_59_38_815Z-debug-0.log
      pi@raspberrypi:~/MagicMirror/modules/MMM-RAIN-RADAR $ cd MMM-RAIN-RADAR

      Dennis N6NG

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: Lost modules. Not showing after reinstall

      @N6NG Just saw Sams reply to “@np27np27 want to see installers/upgrade.log” and will try that to see if it helps. I’ll report back .

      posted in Troubleshooting
      N6NGN
      N6NG
    • Lost modules. Not showing after reinstall

      I had my MM working well… But all of a sudden when I modify one of the modules when I restart MM the module doesn’t show. I’ve had this happen with 6 of the 7 modules I had installed. Those I had installed were:
      Clock
      Calendar
      MMM-Remote-Control
      MMM-Weather
      MMM -WeatherForcast
      MMM-NewFeedTicker
      MMM-RAIN-RADAR
      MMM-Remote-Control

      The only one that returned after reinstalling was the MMM-WallPaper. I of course have rebooted and power off and on several times to no avail. All were working fine until I started modifying the position because they were cramped the way they were. I’m to the point where I am thinking I need to format the chip and start from scratch. But if I do that, I can’t help but think it will happen again.
      Anyone have an idea on what to try?
      Thanks
      Dennis

      posted in Troubleshooting
      N6NGN
      N6NG
    • RE: mykle1 / MMM-EARTH-Live

      @cowboysdude Yes Cowboydude… Thanks for the reply. I do know about the dark sessions but this is where it stops and the only way to start it again is to click on the triangle in the circle in the center of the image…
      But it does start again for another hour or so… Can’t narrow it down to anything more specific…
      Dennis

      posted in Entertainment
      N6NGN
      N6NG
    • RE: Redux: Screen roation again

      @sdetweil Using the debian-10.12.0-amd64-netinst.iso
      Dennis N6NG

      posted in Troubleshooting
      N6NGN
      N6NG
    • Redux: Screen roation again

      I got my chip all configured and moved it to the MagicMirror. But when I tried to Display_Rotate=1 nothing happens after the reboot it is still in Desktop format. I looked at the config.txt file and it’s exactly the same as the other working MM that I built but the results are different. I’m using a Pi-3B.
      I’ve tried the rotations but none effect it.
      Any other suggestions
      Dennis N6NG

      posted in Troubleshooting
      N6NGN
      N6NG
    • mykle1 / MMM-EARTH-Live

      I’ve installed the above module which installed without a flaw. It does run ok but it stops after about an hour. I saw the line that needed to be install to take:
      “let mainWindow;
      function createWindow() {
      app.commandLine.appendSwitch(‘autoplay-policy’, ‘no-user-gesture-required’); //< -------- added”
      Which I added but it still stops after about an hour. Did anyone else run into this problem?
      Thanks all What a great and knowledgeable group.
      Dennis

      posted in Entertainment
      N6NGN
      N6NG
    • RE: MMM-RAIN-MAP

      @karsten13 Thank you… that explains a lot…
      I’ll keep my eyes open.
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • RE: MMM-RAIN-MAP

      @swvalenti I get the background map when I use that in my line and it works fine. But when I try to substitute the .de with .us or with .org (the original) I get no background map. All else staying the same.
      ???
      Dennis

      posted in Utilities
      N6NGN
      N6NG
    • 1 / 1