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

    mrdger

    @mrdger

    0
    Reputation
    1
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mrdger Unfollow Follow

    Latest posts made by mrdger

    • RE: Screen/Text Size

      @sdetweil Got it, I don’t believe it was setup. It wasn’t starting after reboot or after closing the window.

      posted in Troubleshooting
      M
      mrdger
    • RE: Screen/Text Size

      @sdetweil It is on a hdmi to dvi adapter, but I actually have a different cable arriving today, so I’ll attempt again after it gets here. Thank you for all your help so far. The autostart feature asked be during the install if I wanted to use it, a y/N option, and I selected y. Should I change anything about that?

      posted in Troubleshooting
      M
      mrdger
    • RE: Screen/Text Size

      @sdetweil

      Completed the steps you outlined. Moved the directory and then ran the install script your provided. Looks like a similar problem is still popping up. The 2nd image is fullscreen screenshot with the 1st showing an example of how it changes if the size of the window is changed.

      2022-05-17-122733_1920x1080_scrot.png 2022-05-17-122609_1920x1080_scrot.png

      Here’s the log from the installers folder
      pm2 setup starting - Tue May 17 12:21:58 EDT 2022
      using parameter bash
      system is Linux raspberrypi 5.4.83-v7l+ #1379 SMP Mon Dec 14 13:11:54 GMT 2020 armv7l GNU/Linux
      the os is Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster
      node version v16.5.0
      force installing latest npm version via npm
      npm version 8.10.0
      pm2 installed
      get the pm2 platform specific startup command
      startup command = sudo env PATH=$PATH:/usr/local/bin:/bin /usr/local/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi
      [PM2] Init System found: systemd
      Platform systemd
      Template
      [Unit]
      Description=PM2 process manager
      Documentation=https://pm2.keymetrics.io/
      After=network.target

      [Service]
      Type=forking
      User=pi
      LimitNOFILE=infinity
      LimitNPROC=infinity
      LimitCORE=infinity
      Environment=PATH=$PATH:/usr/local/bin:/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
      Environment=PM2_HOME=/home/pi/.pm2
      PIDFile=/home/pi/.pm2/pm2.pid
      Restart=on-failure

      ExecStart=/usr/local/lib/node_modules/pm2/bin/pm2 resurrect
      ExecReload=/usr/local/lib/node_modules/pm2/bin/pm2 reload all
      ExecStop=/usr/local/lib/node_modules/pm2/bin/pm2 kill

      [Install]
      WantedBy=multi-user.target

      Target path
      /etc/systemd/system/pm2-pi.service
      Command list
      [ ‘systemctl enable pm2-pi’ ]
      [PM2] Writing init configuration in /etc/systemd/system/pm2-pi.service
      [PM2] Making script booting at startup…

      Executing: systemctl enable pm2-pi…

      [PM2] [v] Command successfully executed.
      ±--------------------------------------+
      [PM2] Freeze a process list on reboot via:
      $ pm2 save

      [PM2] Remove init script via:
      $ pm2 unstartup systemd
      pm2 startup command done
      configure the pm2 config file for MagicMirror
      start MagicMirror via pm2 now
      save MagicMirror pm2 config now
      pm2 setup completed - Tue May 17 12:22:06 EDT 2022

      posted in Troubleshooting
      M
      mrdger
    • RE: Screen/Text Size

      @sdetweil Correct, didn’t get any output. I did it manually, maybe try reinstalling?

      posted in Troubleshooting
      M
      mrdger
    • RE: Screen/Text Size

      @sdetweil 2022-05-17-105158_1920x1080_scrot.png

      Followed your instructions again. This came up. The repeated forecast doesn’t seem to change, but the two bigger texts were popping up and changing.

      posted in Troubleshooting
      M
      mrdger
    • RE: Screen/Text Size

      @sdetweil The screen is attached to the hardware and is intended to be the screen I will be using for the project. It’s a Pi 4

      2022-05-17-104051_1920x1080_scrot.png 2022-05-17-103832_1920x1080_scrot.png

      posted in Troubleshooting
      M
      mrdger
    • RE: Screen/Text Size

      @sdetweil Thanks for the response. Yes I do want it full screen, my apologies, I just meant that it wasn’t displaying properly when in full screen.

      I followed your instructions, and this is what I am currently getting
      2022-05-17-100410_1920x1080_scrot.png

      posted in Troubleshooting
      M
      mrdger
    • Screen/Text Size

      New to the project, and a beginner with coding.

      When I start MM, it goes full screen, but shows the same thing in each location, and it is cut off as the text is displaying too large. If I hit F11 and resize the window, I start to see the text at a more normal size and can finally see more than one module, but still doesn’t display as intended.

      How do I get it to show at full screen with the right dimensions when I start it?

      posted in Troubleshooting
      M
      mrdger