@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?
Read the statement by Michael Teeuw here.

Posts
-
RE: Lost modules. Not showing after reinstall
-
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 -
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-RADARDennis N6NG
-
RE: Lost modules. Not showing after reinstall
-
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-ControlThe 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 -
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 -
RE: Redux: Screen roation again
@sdetweil Using the debian-10.12.0-amd64-netinst.iso
Dennis 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 -
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 -
RE: MMM-RAIN-MAP
@karsten13 Thank you… that explains a lot…
I’ll keep my eyes open.
Dennis