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

    Posts

    Recent Best Controversial
    • RE: New Installation don´t work

      It finally works :thumbs_up:

      Thanks a lot

      posted in Troubleshooting
      X
      xeroxu
    • RE: New Installation don´t work

      @sdetweil

      ah ok my fault, i‘ll try it and gonna report the results.

      Thx for y patience

      posted in Troubleshooting
      X
      xeroxu
    • RE: New Installation don´t work

      @sdetweil said in New Installation don´t work:

      /home/pi

      yes open a terminal and put in : curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh

      and after i press enter a lot of lines scroll down.

      but in the home/pi/ directory is no install.log

      posted in Troubleshooting
      X
      xeroxu
    • RE: New Installation don´t work

      @sdetweil
      sorry, but I can´t find the install.logfile. either in the MagicMirror directory or or the main directory of the pi.

      posted in Troubleshooting
      X
      xeroxu
    • RE: New Installation don´t work

      @sdetweil

      so, now I tried the automated script ant copied :

      curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh
      

      but also it doesn´t work, maybe my sd card is damaged?

      posted in Troubleshooting
      X
      xeroxu
    • RE: New Installation don´t work

      @sdetweil
      yes did

      git clone & cd MagicMirror

      I´ll gonna try your script

      Thx for your answer

      I gonna repeat whats gonna happen when i tried it

      posted in Troubleshooting
      X
      xeroxu
    • New Installation don´t work

      Hi,

      I started a new installation with the guide, but when I came to the point : npm run install-mm
      I get the Error message: command not found.

      What is wrong?

      posted in Troubleshooting
      X
      xeroxu
    • After Languange switching in gonfig.js monitor is not switching off

      Hello, me again,
      I have a fine working Mirror , but I´d like to chanke the langauage in Italian, that works fine also, the only problem is the Pir Sensor doesnt reacts . when I switch back to German it works fine. What could it be?Or have I to change more in the config.js thane the language. Here is the code

      	language: "it",  #or de
      	timeFormat: 24,
      	units: "metric",
      
      
      posted in Troubleshooting
      X
      xeroxu
    • RE: New Calendar Icon dont´t change color.

      @Mykle1 Thank you very much , this worked it out, not that i dont know the right hex code for yellow but i have 2 trashcans trash-o and trash , but i din´t know that I can change the Color by putting in the Name like “yellow” is yellow . Now my Problem is fixed again with your help.THX

      posted in Custom CSS
      X
      xeroxu
    • New Calendar Icon dont´t change color.

      Hello, I use the default calendar Module with Google. Now I want to put in a new Symbol in a special color but it will no work. The other Symbols are colored in the css ith fa.fa.

      Here my config

      {
      			module: "calendar",
      			header: "Appuntamenti",
      			position: "top_left",
      			maximumEntries: 8,
      			config: {
      				colored: true,
              timeformat: 'absolute',
      		 		urgency: 0,
      				getRelative: 0,
      				calendars: [
      {
      						symbol: "trash-o ",
      						url: 'https://calendar.google.com/calendar/ical/basic.ics'
      						
      				},
      	
      
      {
      						symbol: "calendar-check-o ",
      						url: 'https://calendar.google.com/calendar/ical/basic.ics'
      						
      				}
      				]
      			}
      		},
      		{
                    
      			module: "calendar",
      			header: "Compleanni",
      			position: "bottom_left",
      		        config: {
                                      timeformat: 'absolute',
      				urgency: 0,
      				getRelative: 0,				
      				calendars: [
                                              {
                                                      symbol: "birthday-cake ",
                                                      url: 'https://calendar.google.com/calendar/ical/basic.ics'
                                      }
                                      ]
                              }
                      },
      
      

      birthday-cake and calendar-check-o are colored and now I need a yellow trashcan.

      heree the css code

      /*****************************************************
       * 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. *
       *****************************************************/
      
      body {
      }
      
      .brightb {
      color: #55acee;
      }
      .currentweather .wi-sunrise {
      color: #ffd700;
      }
      .currentweather .wi-sunset {
      color: #ffa500;
      }
      .currentweather .wi-day-sunny {
      color: #ffff00;
      }
      .currentweather .wi-night-showers {
      color: #55acee;
      }
      .currentweather .wi-degrees {
      color: #415;
      }
      .currentweather .wi-rain {
      color: #55acee;
      }
      .currentweather .wi-showers {
      color: #55acee;
      }
      .currentweather .wi-night-showers {
      color: #55acee;
      }
      .currentweather .wi-night-alt-cloudy-windy {
      color: #aaa;
      }
      .currentweather .wi-night-cloudy {
      color: #aaa;
      }
      .currentweather .wi-cloudy {
      color: #aaa;
      }
      .currentweather .wi-day-cloudy {
      color: #aaa;
      }
      .currentweather .wi-cloudy {
      color: #aaa;
      }
      .currentweather .wi-cloudy-windy {
      color: #aaa;
      }
      .currentweather .wi-showers {
      color: #55acee;
      }
      .currentweather .wi-thunderstorm {
      color: #ff00ff;
      }
      .currentweather .wi-snow {
      color: #fff;
      }
      .currentweather .wi-fog {
      color: #999;
      }
      .currentweather .wi-night-clear {
      color: #fff;
      }
      .currentweather .wi-night-rain {
      color: #55acee;
      }
      .currentweather .wi-night-thunderstorm {
      color: #ff00ff;
      }
      .currentweather .wi-night-snow {
      color: #fff;
      }
      
      .currentweather .humidityIcon {
      color: #55acee;
      }
      
      .weatherforecast .wi-sunrise {
      color: #ffd700;
      }
      .weatherforecast .wi-sunset {
      color: #ffa500;
      }
      .weatherforecast .wi-day-sunny {
      color: #ffff00;
      }
      .weatherforecast .wi-night-showers {
      color: #55acee;
      }
      .weatherforecast .wi-degrees {
      color: #415;
      }
      .weatherforecast .wi-rain {
      color: #55acee;
      }
      .weatherforecast .wi-showers {
      color: #55acee;
      }
      .weatherforecast .wi-night-showers {
      color: #55acee;
      }
      .weatherforecast .wi-night-alt-cloudy-windy {
      color: #aaa;
      }
      .weatherforecast .wi-night-cloudy {
      color: #aaa;
      }
      .weatherforecast .wi-cloudy {
      color: #aaa;
      }
      .weatherforecast .wi-day-cloudy {
      color: #aaa;
      }
      .weatherforecast .wi-cloudy {
      color: #aaa;
      }
      .weatherforecast .wi-cloudy-windy {
      color: #aaa;
      }
      .weatherforecast .wi-showers {
      color: #55acee;
      }
      .weatherforecast .wi-thunderstorm {
      color: #ff00ff;
      }
      .weatherforecast .wi-snow {
      color: #fff;
      }
      .weatherforecast .wi-fog {
      color: #999;
      }
      .weatherforecast .wi-night-clear {
      color: #fff;
      }
      .weatherforecast .wi-night-rain {
      color: #55acee;
      }
      .weatherforecast .wi-night-thunderstorm {
      color: #ff00ff;
      }
      .currentweather .wi-night-snow {
      color: #fff;
      }
      
      .fa.fa-calendar {
        color: #ffff00; /* Yellow */
      }
      .fa.fa-birthday-cake {
        color: #FF69B4; /* Red */
      }
      .fa.fa-calendar-check-o {
        color: #55acee; /* Magenta */
      }
      
      .fa.fa-calendar-bell {
        color: #ffa500; /* Magenta */
      }
      
      .fa.fa-calendar-trash-o {
        color: #FFFFFF; /* Yellow */
      }
      
      .fa.fa-calendar-trash {
        color: #FFFF00; /* Magenta */
      }
      
      
      }
      
      

      hope i dont have a to great mistake :(

      posted in Custom CSS
      X
      xeroxu
    • RE: Not again PIR

      And again after two days the mirror did what he wants . I was nearly at that Point to throw all away and start fom beginning. Baut then i tried a thing , I disabled Bluetooth AND WLAN. And did it that way:

      //sudo nano /etc/modprobe.d/raspi-blacklist.conf
      
      blacklist brcmfmac
      blacklist brcmutil
      blacklist cfg80211
      blacklist rfkill
      blacklist btbcm
      blacklist hci_uart
      
      

      And after that a Reboot and

      //sudo systemctl disable hciuart
      

      and another reboot .

      This works, I hope longer then 2 Days ;)

      Now I have to work with the Ethernetport and gonna try it with an USB Wlan Dongle

      posted in Troubleshooting
      X
      xeroxu
    • RE: Not again PIR

      @Damian no prob. im learning from reading and asking?

      posted in Troubleshooting
      X
      xeroxu
    • RE: Not again PIR

      @Damian I did after i checked the PIR a new npm install in the MM-PIR-Sensor Folder and changed the Sensor Pin to 25 (its the GPIO PIN) wrong thinking thats why I am a Noob ;)

      posted in Troubleshooting
      X
      xeroxu
    • RE: Not again PIR

      Problem solved :)

      posted in Troubleshooting
      X
      xeroxu
    • RE: Not again PIR

      Now that I deleted and reinstalled the module a new problem shows up . After I put the code In my config.js the Monitor stays black after the reboot. I testet the PIR its not broken.

      posted in Troubleshooting
      X
      xeroxu
    • RE: Not again PIR

      @Damian Thank you, now I got me a Ferrit Bead but it still dont not work. Maybe my coding or my cabling is wrong.

      //		{
      		module: 'MMM-PIR-Sensor',
      		config: {
      			// See 'Configuration options' for more information.
      	sensorPIN: 22,
                                      powerSaving: true
                              }
                      },
      posted in Troubleshooting
      X
      xeroxu
    • Not again PIR

      And again me ;). I can not see how my MagicMirror can work so far with my ignorance ok not really Ignorance but Noob, Noob, and for Luck I got Help from her e (THX Mykle1). But now I dont now what really happend, Ihave an PIR 501 and worked really fine with the Module MMM-PIR-Sensor. But now after I put all together in my Frame the Monitor goes off after 2 minuets but turns on b himself after ca. 30 seconds.That never happend befor I had it “free air”. Ok maybe its one or athe module wiche works not together. BTW. I am using a Raspbery PI 3. Edit the Monitor now doesnt turn off :(

      posted in Troubleshooting
      X
      xeroxu
    • RE: Special Calendar entries in differen colours?

      @strawberry-3.141 Ok. thats could be a way. Ill try It. thank you for that tip.

      posted in Troubleshooting
      X
      xeroxu
    • RE: Special Calendar entries in differen colours?

      @strawberry-3.141 Its not possible to split the Calendar because all 3 Persons have to manage the meetigs or the Dates… Or is my way of thinking wrong? Im a noob;)

      posted in Troubleshooting
      X
      xeroxu
    • RE: Special Calendar entries in differen colours?

      @strawberry-3.141 ok, thank you for the information.also it would not be possible to change the colour depending on the content?or am I wrong

      posted in Troubleshooting
      X
      xeroxu
    • 1 / 1