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

    Posts

    Recent Best Controversial
    • RE: Unable to install dependencies!

      @sdetweil what would I do without you ?

      I get this:

      npm run install:mm
      npm ERR! Missing script: "install:mm"
      npm ERR! 
      npm ERR! Did you mean one of these?
      npm ERR!     npm install # Install a package
      npm ERR!     npm run install-mm # run the "install-mm" package script
      npm ERR! 
      npm ERR! To see a list of scripts, run:
      npm ERR!   npm run
      
      npm ERR! A complete log of this run can be found in: /home/manfred/.npm/_logs/2024-02-10T18_21_24_984Z-debug-0.log
      
      

      I did the install-mm
      something is running

      posted in Troubleshooting
      K
      kupperma
    • RE: New installation but even default is displayed

      Here is the output:

      npm start
      
      > magicmirror@2.26.0 start
      > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
      
      [06.01.2024 15:56.41.020] [LOG]   Starting MagicMirror: v2.26.0
      [06.01.2024 15:56.41.030] [LOG]   Loading config ...
      [06.01.2024 15:56.41.035] [DEBUG] config template file not exists, no envsubst
      [06.01.2024 15:56.41.042] [LOG]   Loading module helpers ...
      [06.01.2024 15:56.41.044] [LOG]   No helper found for module: alert.
      [06.01.2024 15:56.41.095] [LOG]   Initializing new module helper ...
      [06.01.2024 15:56.41.097] [LOG]   Module helper loaded: updatenotification
      [06.01.2024 15:56.41.098] [LOG]   No helper found for module: clock.
      [06.01.2024 15:56.41.376] [LOG]   Initializing new module helper ...
      [06.01.2024 15:56.41.378] [LOG]   Module helper loaded: calendar
      [06.01.2024 15:56.41.380] [LOG]   No helper found for module: compliments.
      [06.01.2024 15:56.41.381] [LOG]   No helper found for module: weather.
      [06.01.2024 15:56.41.580] [LOG]   Initializing new module helper ...
      [06.01.2024 15:56.41.581] [LOG]   Module helper loaded: newsfeed
      [06.01.2024 15:56.41.581] [LOG]   All module helpers loaded.
      [06.01.2024 15:56.41.597] [LOG]   Starting server on port 8080 ... 
      [06.01.2024 15:56.42.098] [LOG]   Server started ...
      [06.01.2024 15:56.42.099] [LOG]   Connecting socket for: updatenotification
      [06.01.2024 15:56.42.101] [LOG]   Starting module helper: updatenotification
      [06.01.2024 15:56.42.102] [LOG]   Connecting socket for: calendar
      [06.01.2024 15:56.42.103] [LOG]   Starting node helper for: calendar
      [06.01.2024 15:56.42.104] [LOG]   Connecting socket for: newsfeed
      [06.01.2024 15:56.42.105] [LOG]   Starting node helper for: newsfeed
      [06.01.2024 15:56.42.106] [LOG]   Sockets connected & modules started ...
      [06.01.2024 15:56.42.132] [LOG]   Launching application.
      [06.01.2024 15:56.45.490] [LOG]   Create new calendarfetcher for url: https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics - Interval: 604800000
      [06.01.2024 15:56.45.911] [LOG]   Create new newsfetcher for url: https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      [06.01.2024 15:56.45.924] [INFO]  updatenotification: Updater Class Loaded!
      [06.01.2024 15:56.45.926] [INFO]  updatenotification: Checking PM2 using...
      [06.01.2024 15:56.45.931] [INFO]  Checking git for module: MagicMirror
      [06.01.2024 15:56.47.527] [INFO]  Calendar-Fetcher: Broadcasting 12 events from https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics.
      [06.01.2024 15:56.47.822] [INFO]  Newsfeed-Fetcher: Broadcasting 29 items.
      [06.01.2024 15:56.48.421] [INFO]  updatenotification: You are not using pm2
      
      
      
      
      posted in Troubleshooting
      K
      kupperma
    • RE: New installation but even default is displayed

      I deleted mm

      But no, MagicMirror does not appear.
      pm2 status looks like that now:

      ~/MagicMirror $ pm2 status
      ┌─────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
      │ id  │ name           │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
      ├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
      │ 0   │ MagicMirror    │ default     │ 2.26.0  │ fork    │ 4369     │ 6m     │ 0    │ online    │ 0%       │ 2.8mb    │ pi       │ disabled │
      
      
      posted in Troubleshooting
      K
      kupperma
    • RE: New installation but even default is displayed

      @sdetweil

      Thank you again.
      MM2 is up and running.

      posted in Troubleshooting
      K
      kupperma
    • RE: Unable to install dependencies!

      @sdetweil Sorry, a bit late but it worked.

      The other issues are related to modules. I try first to solve it. I will come back if I get stuck.

      posted in Troubleshooting
      K
      kupperma
    • 1 / 1