• 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
  1. Home
  2. JerryP
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

JerryP

@JerryP

10
Reputation
69
Profile views
169
Posts
0
Followers
2
Following
Joined Apr 17, 2020, 8:17 PM
Last Online about 21 hours ago
Age 46
Location Heemskerk (Netherland)

JerryP Unfollow Follow

Best posts made by JerryP

  • 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
    J
    JerryP
    Feb 7, 2021, 4:15 PM
  • 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
    J
    JerryP
    Mar 6, 2022, 10:01 AM
  • 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
    J
    JerryP
    May 12, 2021, 7:54 PM
  • 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
    J
    JerryP
    Feb 7, 2021, 4:18 PM
  • 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
    J
    JerryP
    Feb 20, 2023, 6:20 AM
  • 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
    J
    JerryP
    Jan 20, 2023, 9:13 PM
  • 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
    J
    JerryP
    Jan 6, 2021, 3:43 PM
  • 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
    Feb 27, 2021, 7:35 AM
  • RE: REQUEST : SEMS PORTAL for Magic Mirror

    Meterstand.jpeg

    More to show…

    posted in Requests
    JerryPJ
    JerryP
    Jan 25, 2023, 11:30 AM
  • 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
    Mar 6, 2022, 4:12 PM

Latest posts made by JerryP

  • RE: MMM-RTSPStream

    @Johanba

    {
    	module: "MMM-RTSPStream",
    	disabled: false, //false, true
    	position: "upper_third",  // "middle_center" "upper_third"
    	config: {
    		autoStart: true,
    		rotateStreams: false,
    		rotateStreamTimeout: 20,
    		moduleWidth: 820,
    		moduleHeight: 420,
    		localPlayer: "vlc", // "omxplayer" or "ffmpeg", or "vlc"
    		remotePlayer: 'none',
    		showSnapWhenPaused: false,
    		remoteSnaps: false,
    	        stream1: {
    		  name: 'Stream 1',
    		  url: 'rtsp://****:*****@IP:554/Streaming/Channels/102/',
    	          protocol: "tcp",
    	          frameRate: 25,
    		  muted: true,
    		},
    		stream2: {
    		  name: 'Stream 2',
    	          url: 'rtsp://****:****@IP:554/Streaming/Channels/202/',
    	          protocol: "tcp",
    	          frameRate: 25, 
    	          muted: true,
    	        },
    	        stream3: {
    		  name: 'Stream 3',
    		  url: 'rtsp://*****:*****@IP:554/Streaming/Channels/302/',
    	          protocol: "tcp",
    		  frameRate: 25, 
    		  muted: true,
    		},
    		stream4: {
    		  name: 'Stream 4',
    		  url: 'rtsp://*****:*****@IP:554/Streaming/Channels/1602/',
    		  protocol: "tcp",
    		  frameRate: 25, 
    		  muted: true,
    		},
    		 stream5: {
    		   name: 'Stream 5',
    		   url: 'rtsp://admin:******@IP:554/Streaming/Channels/102/',
    		   protocol: "tcp",
    	           frameRate: 25, 
    	           muted: true,
    		},
    }}},
    

    Works perfect

    posted in Troubleshooting
    JerryPJ
    JerryP
    Mar 26, 2025, 9:57 PM
  • RE: REQUEST : SEMS PORTAL for Magic Mirror

    @nkc

    check out this module
    https://github.com/HugoTheStreamer/MMM-GoodWe

    sdetweil edited to make link visible

    posted in Requests
    JerryPJ
    JerryP
    May 17, 2024, 10:17 AM
  • RE: MMM-Formula1 updates

    @cirdan

    nice

    posted in Sport
    JerryPJ
    JerryP
    Mar 31, 2024, 3:36 PM
  • RE: MMM-Formula1 no API and no race data

    @Assassins
    Goodmorning,
    The day after the race.
    The drivers points, and standings are working now. But the calander is not working, there is no next race visible now.

    posted in Troubleshooting
    JerryPJ
    JerryP
    Mar 3, 2024, 11:12 AM
  • RE: MMM-Formula1 no API and no race data

    @Assassins

    I understand that you can only see the results after the race.
    But I have 2 modules on my mirror, 1 of the dates of the races, and 1 with the results of the race.
    When will the dates show?

    posted in Troubleshooting
    JerryPJ
    JerryP
    Feb 26, 2024, 11:30 AM
  • MMM-Formula1 no API and no race data

    Hello
    i installed the module according to these instructions.
    https://github.com/ianperrin/MMM-Formula1

    and it’s working for 2 years fine. But this year there is unfortunately no dates for races are shown.

    posted in Troubleshooting
    JerryPJ
    JerryP
    Feb 25, 2024, 6:50 PM
  • RE: REQUEST : SEMS PORTAL for Magic Mirror

    @nkc said in REQUEST : SEMS PORTAL for Magic Mirror:

    @JerryP : Hi Jerry - Are you willing to share this code - Where can I find your code ?

    Thank you.

    MMM-SemPortal

    posted in Requests
    JerryPJ
    JerryP
    Oct 13, 2023, 6:04 AM
  • RE: After update 2.23.0 crash

    @sdetweil same error

    pi@raspberrypi:~/MagicMirror $ rm -rf node_modules
    pi@raspberrypi:~/MagicMirror $ npm install
    npm ERR! code ENOENT
    npm ERR! syscall open
    npm ERR! path /home/pi/MagicMirror/package.json
    npm ERR! errno -2
    npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/package.json'
    npm ERR! enoent This is related to npm not being able to find a file.
    npm ERR! enoent 
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/pi/.npm/_logs/2023-04-04T20_47_07_273Z-debug-0.log
    pi@raspberrypi:~/MagicMirror $ 
    
    posted in Bug Hunt
    JerryPJ
    JerryP
    Apr 4, 2023, 8:48 PM
  • RE: After update 2.23.0 crash

    @sdetweil

    pi@raspberrypi:~/MagicMirror $ ls
     CHANGELOG.md   Collaboration.md   core  'DISPLAY=:0'   index.html   jest.config.js   jsconfig.json   magicmirror@2.23.0   module-types.ts   oud         run-start.sh   splashscreen   th.json        vendor
     clientonly     config             css    fonts         installers   js               LICENSE.md      modules              node_modules      README.md   serveronly     tests          translations
    pi@raspberrypi:~/MagicMirror $ npm install
    npm ERR! code ENOTEMPTY
    npm ERR! syscall rename
    npm ERR! path /home/pi/MagicMirror/node_modules/acorn
    npm ERR! dest /home/pi/MagicMirror/node_modules/.acorn-pnTZ3fig
    npm ERR! errno -39
    npm ERR! ENOTEMPTY: directory not empty, rename '/home/pi/MagicMirror/node_modules/acorn' -> '/home/pi/MagicMirror/node_modules/.acorn-pnTZ3fig'
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/pi/.npm/_logs/2023-04-04T20_43_20_803Z-debug-0.log
    
    posted in Bug Hunt
    JerryPJ
    JerryP
    Apr 4, 2023, 8:43 PM
  • RE: After update 2.23.0 crash

    @sdetweil ```
    Already up to date.

    magicmirror@2.23.0 install-mm
    npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev

    npm WARN config only Use --omit=dev to omit dev dependencies from the install.
    npm ERR! code EACCES
    npm ERR! syscall open
    npm ERR! path /home/pi/MagicMirror/package-lock.json
    npm ERR! errno -13
    npm ERR! Error: EACCES: permission denied, open ‘/home/pi/MagicMirror/package-lock.json’
    npm ERR! [Error: EACCES: permission denied, open ‘/home/pi/MagicMirror/package-lock.json’] {
    npm ERR! errno: -13,
    npm ERR! code: ‘EACCES’,
    npm ERR! syscall: ‘open’,
    npm ERR! path: ‘/home/pi/MagicMirror/package-lock.json’
    npm ERR! }
    npm ERR!
    npm ERR! The operation was rejected by your operating system.
    npm ERR! It is likely you do not have the permissions to access this file as the current user
    npm ERR!
    npm ERR! If you believe this might be a permissions issue, please double-check the
    npm ERR! permissions of the file and its containing directories, or try running
    npm ERR! the command again as root/Administrator.

    npm ERR! A complete log of this run can be found in:
    npm ERR! /home/pi/.npm/_logs/2023-04-04T20_38_11_536Z-debug-0.log

    posted in Bug Hunt
    JerryPJ
    JerryP
    Apr 4, 2023, 8:39 PM
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