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

    Posts

    Recent Best Controversial
    • RE: Newbie

      @bimmer
      Ok… so the folder MagicMirror is on the PI.

      in the terminal…

      sudo npm install -g pm2
      2.
      cd ~
      nano mm.sh
      3.
      cd ~/MagicMirror
      DISPLAY=:0 npm start
      4.
      CTRL-O en CTRL-X
      5.
      chmod +x mm.sh
      6.
      sudo pm2 startup systemd -u pi --hp /home/pi
      7.
      now you can fire up the mirror
      pm2 start mm.sh
      8.
      One command
      pm2 save
      9.
      sudo reboot

      Goodluck

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: need help pleas MMM-MyCalendar does not work

      @stoffbeuteluwe

      Same problem.

      @Thorn2910  
      
      
      Woha!!!
      
      I just unchecked the Public calendar in iCloud and rechecked it again - this changed the link to
      
      webcal://p102-caldav.icloud.com/published/2/xxx
      and now it works again!
      
      Changing to solved!
      
      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: Http Stream

      This works whit a webcam online. so I think this wel work also. whits type of doorbell you use?

      		{
      		module: "MMM-RTSPStream",
      		disabled: false, //false, true
      		position: "middle",
      		config: {
      			autoStart: true,
      			rotateStreams: false,
      			rotateStreamTimeout: 20,
      			moduleWidth: 468,
      			moduleHeight: 320,
      			localPlayer: "vlc", // "omxplayer" or "vlc"
      			remotePlayer: 'none',
      			showSnapWhenPaused: false,
      			remoteSnaps: false,
      			  stream1: {
      			  name: 'DoorBell',
      			  url: 'http://192.168.168.6/media/?action=stream?user=test&pwd=testf&resolution=128',
      			  protocol: "tcp",
      			  frameRate: 25,
      			  muted: true,
      			},
      }},
      
      posted in Requests
      JerryPJ
      JerryP
    • RE: Newbie

      Som useful commands MagicMirror:

      Restart the MagicMirror
      pm2 restart mm
      Stop the MagicMirror
      pm2 stop mm
      The Log of the MagicMirror showing
      pm2 logs mm
      MagicMirror proces info
      pm2 show mm

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: MMM-VolvoOnCall upgrade get wrong

      @JerryP
      oke…
      The problem is solved.
      First I dit the install of sudo pip install aiohttp
      Then sudo pip install docopt
      And last cd volvooncall
      git pull
      sudo python3 setup.py install
      voc list

      And the data was back.
      So I think in the upgrade to Bullseye the python3.9 was not complete
      After the 2 extra install the module was running again.

      posted in Transport
      JerryPJ
      JerryP
    • RE: REQUEST : SEMS PORTAL for Magic Mirror

      @JerryP Unknown.jpeg

      And now there is data on the mirror. full in test fase

      posted in Requests
      JerryPJ
      JerryP
    • RE: My mirror

      @George
      Ken you tell me whits module this is pleas. The rainfall

      Schermafbeelding 2021-01-06 om 16.12.23.png

      posted in Show your Mirror
      JerryPJ
      JerryP
    • RE: Default currentweather and weatherforecast not displaying

      @brendan_c23 The only thin I can think off is that the API is not working or correct config.

      If you run the Develop en see the log.
      shift + Control + I
      And than look for the faults

      posted in Troubleshooting
      JerryPJ
      JerryP
    • RE: REQUEST : SEMS PORTAL for Magic Mirror

      Meterstand.jpeg

      More to show…

      posted in Requests
      JerryPJ
      JerryP
    • RE: CALENDAR ERROR with ICLOUD

      @acdacd2
      Today i’t was iCloud server swap day. I think there where lot of problems. But erverywone have got the same solution.

      • stop share the calendar at the iCloud platform
      • log-out
      • log in
      • make a new share and get the new link.
      • chance the config file at the mirror.

      And de kalander module is working again.

      posted in Troubleshooting
      JerryPJ
      JerryP
    • 1 / 1