• 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
  3. Posts
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: Volvo on Call

    @mz-ber
    yes it’s working like above whit out api key

    posted in Troubleshooting
    J
    JerryP
    Mar 1, 2022, 5:25 PM
  • RE: Volvo on Call

    @mz-ber
    Yes but i have put the api key in the config. I dont have try it whitout the key

    posted in Troubleshooting
    J
    JerryP
    Mar 1, 2022, 4:16 PM
  • RE: Volvo on Call

    @mz-ber
    yes i’f you use the map function. I have add the api and it’s working fine

    posted in Troubleshooting
    J
    JerryP
    Mar 1, 2022, 3:56 PM
  • RE: Volvo on Call

    @mz-ber
    yes but now you miss the data in the config

    			module: "MMM-VolvoOnCall",
    			disabled: false, //false, true
    			position: "bottom_left",
    			config: {
    			units: "metric", 
    			mapConfig: {
    				apiKey: "",  // Your Google Map API Key
    			display: { // You can control which section will be displayed or not.
    				info: false,
    				position: false,
    				status: true,
    				notice: true,
    				trip: false,
    		}}},
    
    posted in Troubleshooting
    J
    JerryP
    Mar 1, 2022, 3:48 PM
  • RE: Volvo on Call

    @mz-ber
    What is your config look like?

    posted in Troubleshooting
    J
    JerryP
    Mar 1, 2022, 10:49 AM
  • MMM-TracCar update of time/devices

    Hello,

    I just added this module.

    The display of the users works fine, except there’s nowhere to find the update time.

    The location stays in the same position, or the device stays offline when they are online. When I restart the module the position is up to date.
    The config is below

    Greetings Jerry from Holland

    {
    module: 'MMM-TracCar',
    disabled: false, //false, true
    position: 'bottom_center',
    config: {
    url: "http://X.X.X.X:80XX", // Traccar Prive Server 
    username: "XXXX", // 
    pass: "XXXX", // 
    gmapid: "AIzaSBLABLABLA", // Google Apps key
    map_width: "520", // width of the map element
    map_height: "265", // height of the map element
    map_border_radius: "10", // border radius of the map element (optional)
    map_zoom: "15", // zoom level of the map (optional)
    map_shadow_color: "false", // shadow color of the border element (optional)
    }},
    
    posted in Troubleshooting
    J
    JerryP
    Jan 29, 2022, 7:39 PM
  • MMM-BMWConnected (Remake to MercedesME Drive data)

    Goodmorning @HDurdle,

    I have a question about the module MMM-BMWConnected
    We have a Mercedes B250E (Yes I know it’s not a BMW)
    We now use a module that is special made for the MercedesME, but its not working flawless. And now I wonder if maybe it is possible to change the module MMM-BMWConnected (BMW Connected Drive Data) so it can process the mercedes data?

    posted in Transport
    J
    JerryP
    Nov 10, 2021, 9:39 AM
  • RE: proof of IKEA concept

    @ardenking nice

    posted in Show your Mirror
    J
    JerryP
    Nov 3, 2021, 6:52 AM
  • RE: MMM-NetworkScanner

    @tak

    cd ~/
    sudo apt-get install arp-scan  
    
    posted in Utilities
    J
    JerryP
    Oct 25, 2021, 7:37 PM
  • RE: MMM-RTSPStream broke after update 2.17.1

    @sdetweil
    O Yes it’s running only I’m using for testing a PI3B so this is running out of Ram memory.

    I also did the flus and still is er a issue when it’s booting pm2 start MagicMirror.

    0|MagicMirror  | [18.10.2021 21:18.12.312] [ERROR] 
    0|MagicMirror  | Whoops! There was an uncaught exception...
    0|MagicMirror  | [18.10.2021 21:18.12.452] [ERROR] 
    0|MagicMirror  | TypeError: Cannot convert undefined or null to object
    0|MagicMirror  |     at Function.keys (<anonymous>)
    0|MagicMirror  |     at stopProcs (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_helper.js:469:32)
    0|MagicMirror  |     at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_helper.js:498:17
    0|MagicMirror  |     at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2/lib/API.js:627:19
    0|MagicMirror  |     at /home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2-axon-rpc/lib/client.js:45:10
    0|MagicMirror  |     at Parser.<anonymous> (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/pm2-axon/lib/sockets/req.js:67:8)
    0|MagicMirror  |     at Parser.emit (events.js:315:20)
    0|MagicMirror  |     at Parser._write (/home/pi/MagicMirror/modules/MMM-RTSPStream/node_modules/amp/lib/stream.js:91:16)
    0|MagicMirror  |     at writeOrBuffer (internal/streams/writable.js:358:12)
    0|MagicMirror  |     at Parser.Writable.write (internal/streams/writable.js:303:10)
    0|MagicMirror  | [18.10.2021 21:18.12.466] [ERROR] 
    0|MagicMirror  | MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
    0|MagicMirror  | [18.10.2021 21:18.12.473] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
    
    posted in Troubleshooting
    J
    JerryP
    Oct 18, 2021, 7:30 PM
  • 1 / 1
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