• 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: Update fail

    @sdetweil said in Update fail:

    @JerryP I don’t know for sure, did u have a custom.css that moved the position?

    MMM-RTSPStream .innerWrapper {
        border-style: none;
    }
    .MMM-SystemStats table {
            width: 350px;
            color: #666;
            font-size: 20px;
     }
    .MMM-SystemStats td {
        line-height: 20px;
    }
    .MMM-clock table {
            width: 450px;
            color: #666;
            font-size: 20px;
    }
    .MMM-MercedesMe #mercedesMain {
            zoom: 0.4;
    }
    .MMM-Formula1 .module-header {
    display:none !important;
    }
    .MMM-MercedesMe .module-header {
    display:none !important;
    }
    .MMM-NetworkScanner .module-header {
    display:none !important;
    }
    .MMM-VolvoOnCall .module-header {
    display:none !important;
    }
    .MMM-Spotify .SPOTIFY_BACKGROUND {
    display:none !important;
    border-style: none;
     zoom: 80%;
    }
    .MMM-MyVolvo .VOC .graphic {
            width: 50%;
            margin-right: 1px;
            margin-left: 10px;
            margin-top:  -4px;
            float: right;
    }
    

    Yes but not for the RTSP-stream

    posted in Troubleshooting
    J
    JerryP
    Jul 6, 2022, 4:42 PM
  • RE: Update fail

    @sdetweil said in
    That’s oke now. Ctrl- on keyboard to zoom out

    But look the camera postion.
    Normal it was lower
    Unknown.jpeg

    {
    		module: "MMM-RTSPStream",
    		disabled: false, //false, true
    		position: "upper_third",  // "middle_center" "upper_third"
    		config: {
    			autoStart: true,
    			rotateStreams: false,
    			rotateStreamTimeout: 20,
    			moduleWidth: 720,
    			moduleHeight: 420,
    			localPlayer: "omxplayer", // "omxplayer" or "ffmpeg", or "vlc"
    			remotePlayer: 'none',
    			showSnapWhenPaused: false,
    			remoteSnaps: false,
    			  stream1: {***************
    

    I put in the upper_third… But when I put in the middel_center i’ts at the bottom.

    So how can I lower the 4 camera feeds???

    Than the mirror is 100% back again.

    Thanks for the help so fare

    posted in Troubleshooting
    J
    JerryP
    Jul 6, 2022, 3:26 PM
  • RE: Update fail

    @sdetweil said in Update fail:

    @JerryP add the word
    force
    to the end of the
    curl…
    statement

    just like the example using apply

    Yes Yes Yes that is the trick…
    Now al modules are working.

    Butttttt now the mirror is stil look like it’s zoomed. All module ar looking resized 110% bigger. And drop over each other.

    posted in Troubleshooting
    J
    JerryP
    Jul 6, 2022, 3:09 PM
  • RE: Update fail

    @JerryP

    so where must I force it

    posted in Troubleshooting
    J
    JerryP
    Jul 6, 2022, 11:01 AM
  • RE: Update fail

    @sdetweil
    checking for modules with removed libraries

     require for request in module MMM-SystemStats not found in package.json package.json for module MMM-SystemStats
    
    	  bypass installing request for module MMM-SystemStats , doing test run
    
     require for request in module MMM-MercedesMe not found in package.json package.json for module MMM-MercedesMe
    
    	  bypass installing request for module MMM-MercedesMe , doing test run
    

    processing dependency changes for active modules with package.json files

    posted in Troubleshooting
    J
    JerryP
    Jul 6, 2022, 11:01 AM
  • RE: Update fail

    @JerryP

    bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
    

    So this one is working. But the problem is still the same…

    posted in Troubleshooting
    J
    JerryP
    Jul 6, 2022, 10:44 AM
  • RE: Update fail

    @Assassins said in Update fail:

    bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”

    bash -c “$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)”
    is not working

    posted in Troubleshooting
    J
    JerryP
    Jul 6, 2022, 10:36 AM
  • RE: Update fail

    @sdetweil said in Update fail:

    @JerryP the two modules failing are because of the black screen issue.

    pi@raspberrypi:~/MagicMirror/modules $ grep -r -E '('request') | ('valid-url')' ~/MagicMirror/modules/*/*.js
    /home/pi/MagicMirror/modules/MMM-MercedesMe/node_helper.js:const request = require('request');
    /home/pi/MagicMirror/modules/MMM-MercedesMe/node_helper.js:   * Handles the auth request endpoint, should be call by clicking on authenticate link
    /home/pi/MagicMirror/modules/MMM-MercedesMe/OAuth.js:const request = require('request');
    /home/pi/MagicMirror/modules/MMM-Screencast/DialServer.js:          console.log("Got request to stop", appName," with pid: ", pid);
    /home/pi/MagicMirror/modules/MMM-Spotify/Spotify.js:          console.error(this.logMessage, "Failed to request API:", api)
    /home/pi/MagicMirror/modules/MMM-SystemStats/node_helper.js:var request = require('request');
    

    SO MMM-screencast is working and MMM-Spotify is working.

    posted in Troubleshooting
    J
    JerryP
    Jul 6, 2022, 5:56 AM
  • RE: Update fail

    @sdetweil said in Update fail:

    @JerryP black screen see

    https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

    if you had run the upgrade script from the old version, then I would have fixed these for you

    So that was not the fix.
    I’ts not the black screen that makes the problemen. It.s hangingang on the electron… I think

    posted in Troubleshooting
    J
    JerryP
    Jul 5, 2022, 8:12 PM
  • RE: Update fail

    @sdetweil said in Update fail:

    @JerryP and try my script?

    Yesterday I have made a new install whit your script.
    After that i’ts was running fine (Standard module)

    https://github.com/sdetweil/MagicMirror_scripts (That was good)

    When I’m trying to put my own module back whit al git clone and install I run in to trouble.

    • https://github.com/skuethe/MMM-Spotify (check)

    • https://github.com/mazim-co/MMM-MyVolvo (Check)

    • https://github.com/ianperrin/MMM-NetworkScanner (Check)

    • https://github.com/darickc/MMM-BackgroundSlideshow (Check)

    • https://github.com/shbatm/MMM-RTSPStream (Check)

    • https://github.com/ianperrin/MMM-Formula1 (Check)

    • https://github.com/BenRoe/MMM-SystemStats (Trouble black screen)

    • https://github.com/ashishtank/MMM-MercedesMe (Trouble black screen)

    		{
    			module: "MMM-MercedesMe",
    			position: "bottom_right",
    			config: {
    				client_id: '************',
    				client_secret: '************',
    				vehicleType: 'Electric',
    				vehicleId: 'WDD**************',
    				displayStyle: 'singledial',  //# twodial & singledial 
    				//updateInterval: 300000, // 10 Minutes,
    				maxRange: 175,
    				debug: false,
    				logsInFile: false,
    		}},
    		{
    		module: 'MMM-SystemStats',
    		position: 'top_center',
    		config: {
    			updateInterval: 10000, // every 10 seconds
    			align: 'right', // align labels
    			units: 'metric', // default, metric, imperial
    			view: 'textAndIcon',
    		},
    

    And the total mirror is look like i’ts zoom-in for 20% or something.

    So that’s the status for now. Its running on 75% hahahah (Smile)

    posted in Troubleshooting
    J
    JerryP
    Jul 5, 2022, 12:10 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