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

    Posts

    Recent Best Controversial
    • RE: Black Screen after installation MyCalendar

      @sdetweil

      pm2 starts at boot

      at the moment with

      pm2 start 0
      

      or

      pm2 stop 0
      
      posted in Utilities
      S
      SARCux
    • RE: Black Screen after installation MyCalendar

      @sdetweil
      I cannot find the it.

      :tired_face: :sleepy_face: :sneezing_face:

      posted in Utilities
      S
      SARCux
    • RE: Black Screen after installation MyCalendar

      @sdetweil

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

      posted in Utilities
      S
      SARCux
    • RE: Black Screen after installation MyCalendar

      @sdetweil

      but still a black screen when I activate the module

      posted in Utilities
      S
      SARCux
    • RE: Black Screen after installation MyCalendar

      @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
      
      
      posted in Utilities
      S
      SARCux
    • Black Screen after installation MyCalendar

      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???

      posted in Utilities
      S
      SARCux
    • RE: HELP -- MMM-calendarExt2 was not displayed

      I think it´s a problem with CalenderExt2

      posted in Forum
      S
      SARCux
    • RE: HELP -- MMM-calendarExt2 was not displayed

      @sdetweil

      Hi,
      install all new with script.
      MMM-CalendarExt2 don´t displayed.
      Altenativ Standard Calendar runs

      Other options??

      posted in Forum
      S
      SARCux
    • RE: HELP -- MMM-calendarExt2 was not displayed

      @sdetweil

      tomorrow i would like to install all new (sdcard)
      after that i install MM
      where can i find your script for install it?

      posted in Forum
      S
      SARCux
    • RE: HELP -- MMM-calendarExt2 was not displayed

      @BKeyport

      let config = {
              address: "localhost",   // Address to listen on, can be:
                                                              // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
                                                              // - another specific IPv4/6 to listen on a specific interface
                                                              // - "0.0.0.0", "::" to listen on any interface
                                                              // Default, when address config is left out or empty, is "localhost"
              port: 8081,
              basePath: "/",  // The URL path where MagicMirror² is hosted. If you are using a Reverse proxy
                                              // you must set the sub path here. basePath must end with a /
              ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],  // Set [] to allow all IP addresses
                                                                                                                              // or add a specific IPv4 of 192.168.1.5 :
                                                                                                                              // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
                                                                                                                              // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
                                                                                                                              // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      
              useHttps: false,                // Support HTTPS or not, default "false" will use HTTP
              httpsPrivateKey: "",    // HTTPS private key path, only require when useHttps is true
              httpsCertificate: "",   // HTTPS Certificate path, only require when useHttps is true
      
              language: "de",
              locale: "de-DE",
              logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
              timeFormat: 24,
              units: "metric",
              // serverOnly:  true/false/"local" ,
              // local for armv6l processors, default
              //   starts serveronly and then starts chrome browser
              // false, default for all NON-armv6l devices
              // true, force serveronly mode, because you want to.. no UI on this device
      
              modules: [
                      {
                              module: "alert",
                      },
                      {
                              module: "updatenotification",
                              position: "top_bar"
                      },
                      {
                              module: "clock",
                              position: "top_right"
                      },
                      {
                              module: "MMM-DWD-WarnWeather",
                              position: "top_right",
                              config: {
                                      warnCellID: "803455020",
                                      changeColor: true,
                                      
                                                                      minutes: false,
                                      
                                                                      displayRegionName: true,
                                      
                                                                      displayInnerHeader: true,
                                      
                                                                      interval: 5 * 60 * 1000, // every 5 minutes
                                      
                                                                      loadingText: "Warnungen werden geladen...",
                                      
                                                                      noWarningText: "Keine Warnungen",
                                      
                                                                      severityThreshold: 1
                                      
                                                                      }
                                      
                                                      },
                                                      {
                                      
                                                              module: "MMM-bsh-tides",
                                      
                                                              position: "top_right",
                                      
                                                              header: "*********",
                                      
                                                              config: {
                                      
                                                                      filename: "*********", // file from https://tableau.bsh.de/views/Gezeitenvorausberechnung_V02/Download-Bereich
                                      
                                                                      todayLabel: "Heute",
                                      
                                                                      tomorrowLabel: "Morgen",
                                      
                                                                      highTide: "Hochwasser",
                                      
                                                                      lowTide: "Niedrigwasser",
                                      
                                                                      showIcons: false, // Hide or show arrow icons
                                      
                                                                      updateInterval: 60 * 60 * 1000, // 1 hour
                                      
                                                                      }
                                      
                                                      },
                                                      {
                                                              module: "MMM-OpenmapWeather",
      
                                                              position: "top_left",   // This can be any of the regions. Best results in left or right regions.
                                      
                                                              header: "Current Weather", //Location is the default value if header is empty or not defined.
                                      
                                                              config: {
                                      
                                                                      // See 'Configuration options' for more information.
                                      
                                                                      location: "*******",
                                      
                                                                      locationID: "***********", //Location ID from http://openweathermap.org/help/city_list.txt
                                      
                                                                      appid: "***************",  //openweathermap.org API key
                                      
                                                                      colorIcon: true
                                      
                                                                      }
                                      
                                                      },
                                      
                                                      {
                                      
                                                              module: "MMM-OpenWeatherForecast",
                                      
                                                              position: "top_left",
                                      
                                                              header: "Wettervorhersage Hooksiel",
                                      
                                                              language: "de",
                                      
                                                              config: {
                                      
                                                                      apikey: "*****************", //only string here
                                      
                                                                      latitude: 53.640873,            //number works here
                                      
                                                                      longitude: 8.093848,          //so does a string
                                      
                                                                      units: "metric",
                                      
                                                                      iconset: "5c",
                                      
                                                                      colored: true,
                                      
                                                                      concise: true,
                                      
                                                                      requestDelay: "2000",
                                      
                                                                      showFeelsLikeTemp: true,
                                      
                                                                      showCurrentConditions: false,
                                      
                                                                      showSummary: false,
                                      
                                                                      showExtraCurrentConditions: true,
                                      extraCurrentConditions: {
                                              highLowTemp: true,
                                              precipitation: true,
                                              sunrise: true,
                                              sunset: true,
                                              wind: true,
                                              barometricPressure: true,
                                              humidity: true,
                                              dewPoint: false,
                                              uvIndex: true,
                                              visibility: true
                                              },
                                      }
                      },
      
      
      
                      {
                              module: "MMM-CalendarExt2",
                              config: {
                              calendars : [
                              {
                                      name: "******",
                                      url: "***********",
                                      scanInterval: 7200000, //(already tried: 1000*60*60*2, 2*60*60*1000, )
                              },
                                      ],
                              views: [
                              {
                                      name: "view1",
                                      mode: "week",
                                      calendars: ["******"],
                                      hideOverflow: false,
                                      position: "top_bar",
                                      slotCount: 3,
                                      filterPassedEvent: true,
                                      locale: "de-DE",
                              },
                              {
                                      name: "upcoming",
                                      mode: "upcoming",
                                      position: "top_center",
                                      maxItems: 5,
                                      maxDays: 7,
                                      locale: "de-DE",
                                      hideOverflow: false,
                                      filterPassedEvent: true,
                              },
                                      ],
                              scenes: [
                              {
                                      name: "DEFAULT",
                              },
                                      ],
                                      },
                      },
      
              ]
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      posted in Forum
      S
      SARCux
    • 1
    • 2
    • 3
    • 4
    • 5
    • 2 / 5