• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

New installation but even default is displayed

Scheduled Pinned Locked Moved Solved Troubleshooting
23 Posts 2 Posters 4.8k Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    kupperma
    last edited by Jan 6, 2024, 2:48 PM

    Hi,
    I did what you asked:

    pm2 start MagicMirror
    [PM2] Applying action restartProcessId on app [MagicMirror](ids: [ 0 ])
    [PM2] [MagicMirror](0) ✓
    [PM2] Process successfully started
    ┌─────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
    │ id  │ name           │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
    ├─────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
    │ 0   │ MagicMirror    │ default     │ 2.26.0  │ fork    │ 4369     │ 0s     │ 0    │ online    │ 0%       │ 2.8mb    │ pi       │ disabled │
    │ 1   │ mm             │ default     │ N/A     │ fork    │ 0        │ 0      │ 1    │ stopped   │ 0%       │ 0b       │ pi       │ disabled │
    
    

    I wonder why “watching” is disabled.

    Manfred

    S 1 Reply Last reply Jan 6, 2024, 2:50 PM Reply Quote 0
    • S Offline
      sdetweil @kupperma
      last edited by Jan 6, 2024, 2:50 PM

      @kupperma and did that bring up MagicMirror?

      if so, you can delete the mm definition

      pm2  delete mm
      pm2 save
      

      watching
      the system maybe doesn’t that support… in my json file I request it

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • K Offline
        kupperma
        last edited by Jan 6, 2024, 2:53 PM

        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 │
        
        
        S 1 Reply Last reply Jan 6, 2024, 2:55 PM Reply Quote 1
        • S Offline
          sdetweil @kupperma
          last edited by Jan 6, 2024, 2:55 PM

          @kupperma where are you doing the pm2 start?

          on the MM system screen in a terminal window
          over ssh
          over vnc
          ???

          lets try this, without pm2 involved

          pm2 stop all
          cd ~/MagicMirror
          npm start 
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • K Offline
            kupperma
            last edited by Jan 6, 2024, 2:57 PM

            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
            
            
            
            
            S 1 Reply Last reply Jan 6, 2024, 2:58 PM Reply Quote 1
            • S Offline
              sdetweil @kupperma
              last edited by Jan 6, 2024, 2:58 PM

              @kupperma cool… thats good… tell me about the physical system hookup
              where is the physical display?

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • K Offline
                kupperma
                last edited by Jan 6, 2024, 3:04 PM

                Sorry forgot to answer:
                I am on the raspberrypi over ssh.

                The Display is connected directly via the HDMI Port of the pi . All equipment is right at arm distance, because I’m setting it up first before staching it behind the actual mirror.
                But I am on the pi via ssh so that later I can do updates and probably adding new modules .

                Manfred

                S 1 Reply Last reply Jan 6, 2024, 3:05 PM Reply Quote 0
                • S Offline
                  sdetweil @kupperma
                  last edited by Jan 6, 2024, 3:05 PM

                  @kupperma which kind of pi? if Pi 4/5 is the port on the left (closest to power) hdmi port?

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • K Offline
                    kupperma
                    last edited by kupperma Jan 6, 2024, 3:09 PM Jan 6, 2024, 3:07 PM

                    This is an pi 3 Model B V1.2
                    the HDMI is about 2 Centimeters right to the MicroUSB Power input.

                    I updated to raspianOS bookworm first.
                    Manfred

                    S 1 Reply Last reply Jan 6, 2024, 3:09 PM Reply Quote 0
                    • S Offline
                      sdetweil @kupperma
                      last edited by sdetweil Jan 6, 2024, 3:10 PM Jan 6, 2024, 3:09 PM

                      @kupperma weird…

                      do you have keyboard to pi system desktop?

                      if so, ctrl-alt-t to open a terminal window and do

                      echo $DISPLAY

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        7/23
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy