• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Black Screen after installation MyCalendar

Scheduled Pinned Locked Moved Utilities
21 Posts 4 Posters 6.4k Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    SARCux
    last edited by Apr 30, 2022, 3:11 PM

    Hi,
    after installation MyCalendar and configure the config.js with

    {
    			module: "MMM-MyCalendar",
    			position: "top_center",
    			classes: "default everyone",
    			header: "Upcoming",
    			disabled: false,
    			config: {
    					colored: true,
    					maximumNumberOfDays: 30,
    					maximumEntries: 10,
    					fade: false,
    					maxTitleLength: 500,
    					useRelativeDates: false,
    					dayOfWeekFormat: "dddd",
    					timeFormat: "HH:mm [Uhr]",
    					dateFormat: "MMMM D",
    					joiningWord: "at",
    					urgency: 1,
    					calendars: [
    						{
    							url: "https://outlook.office365.com/owa/calendar/......./calendar.ics",
    							color: "#ffb350"
    						}
    								]
    					}
    		},
    

    and start pm2 the screen ist black.
    disable the module all works well.

    can anybody help???

    S B 2 Replies Last reply Apr 30, 2022, 3:33 PM Reply Quote 0
    • S Away
      sdetweil @SARCux
      last edited by Apr 30, 2022, 3:33 PM

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

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      S 1 Reply Last reply Apr 30, 2022, 3:41 PM Reply Quote 0
      • S Offline
        SARCux @sdetweil
        last edited by Apr 30, 2022, 3:41 PM

        @sdetweil
        now i use your script

         bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)"
        No LSB modules are available.
        
        doing test run = true, NO updates will be applied!
        
        update log will be in /home/pi/MagicMirror/installers/upgrade.log
        Check current Node installation ...
        Node currently installed. Checking version number.
        Minimum Node version: v16.9.1
        Installed Node version: v16.15.0
        No Node.js upgrade necessary.
        Check current NPM installation ...
        NPM currently installed. Checking version number.
        Minimum npm version: V7.11.2
        Installed npm version: V8.5.5
        No npm upgrade necessary.
        
        saving custom.css
        upgrading from version 2.19.0 to 2.19.0
        fetching latest revisions
        there are 2 local files that are different than the master repo
        
           installers/mm.sh
           package-lock.json
        
        any *-lock.json files do not need to be saved
        do you want to save these files for later   (Y/n)?Y
        Checking for modules with removed libraries
        
                 require for valid-url in module MMM-MyCalendar not found in package.json package.json for module MMM-MyCalendar
        
                          bypass installing valid-url for module MMM-MyCalendar , doing test run
        processing dependency changes for active modules with package.json files
        
        processing for module MMM-bsh-tides please wait
        ----------------------------------
        skipped processing for MMM-bsh-tides, doing test run
        processing complete for module MMM-bsh-tides
        
        processing for module MMM-OpenWeatherForecast please wait
        ----------------------------------
        skipped processing for MMM-OpenWeatherForecast, doing test run
        processing complete for module MMM-OpenWeatherForecast
        
        restoring custom.css
        test run, restoring files stashed
        
        
        S 1 Reply Last reply Apr 30, 2022, 3:43 PM Reply Quote 0
        • S Away
          sdetweil @SARCux
          last edited by Apr 30, 2022, 3:43 PM

          @SARCux that is test update
          but u have latest already

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          S 1 Reply Last reply Apr 30, 2022, 3:45 PM Reply Quote 0
          • S Offline
            SARCux @sdetweil
            last edited by Apr 30, 2022, 3:45 PM

            @sdetweil

            but still a black screen when I activate the module

            S 1 Reply Last reply Apr 30, 2022, 3:46 PM Reply Quote 0
            • S Away
              sdetweil @SARCux
              last edited by Apr 30, 2022, 3:46 PM

              @SARCux yes, read the link,
              find the error message,
              get the library name,
              and then install the missing library

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              S 2 Replies Last reply Apr 30, 2022, 3:50 PM Reply Quote 0
              • S Offline
                SARCux @sdetweil
                last edited by Apr 30, 2022, 3:50 PM

                @sdetweil

                I don’t know what to look for and where. SORRY

                1 Reply Last reply Reply Quote 0
                • S Offline
                  SARCux @sdetweil
                  last edited by Apr 30, 2022, 4:20 PM

                  @sdetweil
                  I cannot find the it.

                  :tired_face: :sleepy_face: :sneezing_face:

                  S 1 Reply Last reply Apr 30, 2022, 4:31 PM Reply Quote 0
                  • S Away
                    sdetweil @SARCux
                    last edited by Apr 30, 2022, 4:31 PM

                    @SARCux how do you start MagicMirror?

                    npm start
                    or
                    pm2 starts at boot?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    S 1 Reply Last reply Apr 30, 2022, 4:33 PM Reply Quote 0
                    • S Offline
                      SARCux @sdetweil
                      last edited by Apr 30, 2022, 4:33 PM

                      @sdetweil

                      pm2 starts at boot

                      at the moment with

                      pm2 start 0
                      

                      or

                      pm2 stop 0
                      
                      S 1 Reply Last reply Apr 30, 2022, 5:21 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        2/21
                        Last post
                      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