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

    Posts

    Recent Best Controversial
    • RE: MMM-BackgroundSlideshow

      @sean Thanks for your quick reply.

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: MMM-BackgroundSlideshow

      Enclosed I send you the two different views. Once on the PI and once on the PC monitor.

      Bild Text

      Bild Text

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • MMM-BackgroundSlideshow

      I have a question about the background photos. I’ve found that the images are larger when viewed on the raspberry than when I look at them on the PC.

      I am using the MMM BackgroundSlideshow module to display a new image every 10 seconds.

      In custom.css I have the following codes deposited:

      /*****************************************************
       * Magic Mirror                                      *
       * Custom CSS                                        *
       *                                                   *
       * By Michael Teeuw http://michaelteeuw.nl           *
       * MIT Licensed.                                     *
       *                                                   *
       * Add any custom CSS below.                         *
       * Changes to this files will be ignored by GIT. *
       *****************************************************/
      
      .MMM-SystemStats  {
              color: #CEF6CE;
              } 
      .normal,
      .dimmed,
      header,
      .MMM-BackgroundSlideshow  {
          color: #fff;
      },
      .MMM-EasyPix  {
              font-weight: 400;
              } 
      .MMM-SystemStats {
          font-size: 45%;
      }
      .MMM-darksky-hourly {
      	color: #ffffff;
          }
      

      Can someone tell me why the PI are “bigger” than when I look at them on the PC

      That’s still my config

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
      	address: "0.0.0.0", // 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, is "localhost"
      	port: 8080,
      	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"],
      
      	language: "de",
      	timeFormat: 24,
      	units: "metric",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		/*{
      			module: "compliments",
      			position: "lower_third"
      		},*/
      		
      	/*{
      	disabled: false,	
          module: "MMM-NewsFeedTicker",
      	position: "bottom_bar",
      	//classes: "day_scheduler",
      	config: {
      	    feeds: [
      				{
      			title: "20 min",
      			url: "https://api.20min.ch/rss/view/67",
      			encoding: "UTF-8", //ISO-8859-1
      			className: "myClass",
      			defaultLogo : ""
      		},
      
          	    ]
      	}
          },
      		
      		{
      	 module: 'internet-monitor',
      	 position: 'top_center',
      	 config: {
      		 type: 'minimal',
      		 maxTime: 7000,
      		 updateInterval: 120000,
      		 verbose: false,
      		 displayStrength: true,
      		 displaySpeed: false,
      		 strengthIconSize: 40,
      		 maxGaugeScale: 25,
      		 wifiSymbol:{
      			 size: 50,
      			 fullColor: '#3afc25',
      			 almostColor: '#ffff0c',
      			 halfColor: '#ff8c00',
      			 noneColor: '#ff1111'
      		 }
      	 }
       },*/
      	
      	 {
          module: 'MMM-darksky-hourly',
          position: 'top_right',  // This can be any of the regions.
          config: {
            // See 'Configuration options' for more information.
            apiKey: 'xxx', // Dark Sky API key.
            latitude:   47.309714,
            longitude: 7.8106514,
      	  
          }
        },
      	
      	
      	
      	{
      		module: 'MMM-SystemStats',
      		position: 'bottom_left', // This can be any of the regions.
      		classes: 'small dimmed', // Add your own styling. Optional.// classes: 'small dimmed', 
      		// header: 'System Stats', // Set the header text OPTIONAL
      		config: {
      			updateInterval: 10000, // every 10 seconds
      			align: 'right', // align labels
      			view: 'textAndIcon',
      		},
      	},
      {
          module: "MMM-EasyPix",
      	header: "WLAN-Code",
      	position: "bottom_right",
      	config: {
      		picName: "guest_wifi_config.png", // Enter the picture file name.
      		maxWidth: "100%",        // Size picture precisely. Retains aspect ratio.
      		}
              },
      		
      	
      	{
          module: 'MMM-BackgroundSlideshow',
          position: 'fullscreen_below',
          config: {
            imagePaths: ['modules/MMM-BackgroundSlideshow/Amerika_2018'],
            transitionImages: true,
            randomizeImageOrder: true
          }
        },
      
      
      /* 
      {
        //disabled:true,
        module: "MMM-AVStock",
        position: "top_right", //"bottom_bar" is better for `mode:ticker`
        config: {
          apiKey : "WPYPLO6M92PTF7PB", // https://www.alphavantage.co/
          timeFormat: "YYYY-MM-DD HH:mm:ss",
          symbols : ["aapl", "GOOGL", "005930.KS", "SCHN.SW", "UBS", "NOVN.VX",],
          alias: ["Apple", "Google", "SAMSUNG Electronics", "Schindler", "UBS", "Novartis",], //Easy name of each symbol. When you use `alias`, the number of symbols and alias should be the same. If value is null or "", symbol string will be used by default.
          tickerDuration: 60, // Ticker will be cycled once per this second.
          chartDays: 90, //For `mode:series`, how much daily data will be taken. (max. 90)
          poolInterval : 1000*15, // If your AV account is free, at least 13 sec is needed.
          mode : "table", // "table", "ticker", "series"
        }
      },*/		
      		
      		
      		
      		
      		/*{
      			module: "newsfeed",
      			position: "bottom_bar",
      			config: {
      				feeds: [
      					{
      						title: "New York Times",
      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},*/
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      
      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: Problem with the Module "email"

      @cirdan said in Problem with the Module "email":

      oes

      Yes, the title stands and under the title is “load”

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: Problem with the Module "email"

      @sdetweil said in Problem with the Module "email":

      I had to reboot to get it to work.

      I just did sudo reboot unfortunately without success

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: Problem with the Module "email"

      @sdetweil said in Problem with the Module "email":

      the warnings mean nothing for users.

      ok, all right :) but I am not yet. The module will simply not load an email

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: Problem with the Module "email"

      157/5000
      I deleted the folder “email” again and then reinstalled the module. I do not know what the warnings after npm install mean:

      pi@raspberrypi2:~ $ cd MagicMirror/modules
      pi@raspberrypi2:~/MagicMirror/modules $ git clone https://github.com/ronny3050/e                                                                                                                                                             mail-mirror.git email
      Klone nach 'email' ...
      remote: Enumerating objects: 60, done.
      remote: Total 60 (delta 0), reused 0 (delta 0), pack-reused 60
      Entpacke Objekte: 100% (60/60), Fertig.
      pi@raspberrypi2:~/MagicMirror/modules $ cd email
      pi@raspberrypi2:~/MagicMirror/modules/email $ npm install
      npm WARN deprecated mailparser@0.6.2: Mailparser versions older than v2.3.0 are                                                                                                                                                              deprecated
      npm WARN deprecated mimelib@0.3.1: This project is unmaintained
      npm notice created a lockfile as package-lock.json. You should commit this file.
      npm WARN email@0.0.1 No repository field.
      npm WARN email@0.0.1 No license field.
      
      added 21 packages from 18 contributors and audited 24 packages in 9.564s
      found 0 vulnerabilities
      
      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: Problem with the Module "email"

      I sent you an email earlier. Unfortunately, the module still does not show an email and it still says “load”

      :(

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: Problem with the Module "email"

      @cirdan said in Problem with the Module "email":

      Looks good. What happens when you send a new mail to the emailaddress when the logs shows listening for email?

      I could try that :) Also, I have 1 unread email in the folder. But I’m trying to send an email to myself tonight and see what happens.

      I’ll call you tonight

      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • RE: Problem with the Module "email"

      I also see things like you. Here are my logs:

      
      pi@raspberrypi2:~ $ cd MagicMirror
      pi@raspberrypi2:~/MagicMirror $ npm start
      
      > magicmirror@2.5.0 start /home/pi/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.5.0
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      Initializing new module helper ...
      Module helper loaded: MMM-SystemStats
      Initializing new module helper ...
      Module helper loaded: MMM-MyCommute
      Initializing new module helper ...
      Module helper loaded: newsfeed
      Initializing new module helper ...
      Module helper loaded: MMM-GoogleMapsTraffic
      No helper found for module: MMM-PIR-Sensor.
      Initializing new module helper ...
      Module helper loaded: MMM-SoccerLiveScore
      Initializing new module helper ...
      Module helper loaded: MMM-MyCalendar
      Initializing new module helper ...
      Module helper loaded: email
      All module helpers loaded.
      Starting server on port 8080 ...
      Server started ...
      Connecting socket for: updatenotification
      Connecting socket for: MMM-SystemStats
      Connecting socket for: MMM-MyCommute
      ====================== Starting node_helper for module [MMM-MyCommute]
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Connecting socket for: MMM-GoogleMapsTraffic
      Starting node_helper for module: MMM-GoogleMapsTraffic
      Connecting socket for: MMM-SoccerLiveScore
      MMM-SoccerLiveScore helper started...
      Connecting socket for: MMM-MyCalendar
      Starting node helper for: MMM-MyCalendar
      Connecting socket for: email
      email helper started ...
      Sockets connected & modules started ...
      Launching application.
      Create new news fetcher for url: https://api.20min.ch/rss/view/1 - Interval: 300000
      Create new news fetcher for url: https://api.20min.ch/rss/view/67 - Interval: 300000
      Working notification system. Notification: MMM-GOOGLE_MAPS_TRAFFIC-GET payload:  { style: 'standard' }
      Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/zeptrion%40gmail.com/private-75149d8982f910a209e0fe7d0363d75f/basic.ics - Interval: 300000
      listening for emails...
      
      
      posted in Troubleshooting
      CyruS1337C
      CyruS1337
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 11 / 15