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

    Posts

    Recent Best Controversial
    • RE: Syntax Error.

      @Nico-Biester
      There are some mistakes in your module config:

      • wrong quotes, you use “ instead of " (are you using mac to edit config.js?)
      • missing commas (in lessons, after 11:50)
      • missing brackets and/or bracket on the wrong position
      • wrong translations, you cant translate mon:to Mo:, as the module is looking for the array name of mon:
      • general advice: always use brackets in pair (every bracket which opens, has to close somewhere)

      This code shoud work:

      {
                  module: "MMM-WeeklySchedule",
                  position: "top_center",
                  header: "Stundenplan",
                  config: {
                      schedule: {
                          timeslots: [ "8:00", "8:30", "10:00", "11:40", "11:50" ,"13:00", "14:00", "14:45", "16:00"],
                          lessons: {
                              mon: [ "GA", "LZ - ", "Pause (30)", "1 FS", "2 FS", "Pause (60)", "LB", "3 FS", "Feierabend"],
                              tue: [ "GA", "LZ - ", "Pause (30)", "1 FS", "2 FS", "Pause (60)", "LB", "3 FS", "Feierabend"],
                              wed: [ "GA", "LZ - ", "Pause (30)", "1 FS", "2 FS", "Pause (60)", "LB", "3 FS", "Feierabend"],
                              thu: [ "GA", "LZ - ", "Pause (30)", "1 FS", "2 FS", "Pause (60)", "LB", "3 FS", "Feierabend"],
                              fri: [ "GA", "LZ - ", "Pause (30)", "1 FS", "2 FS", "Pause (60)", "LB", "3 FS", "Feierabend"],
                                  },
                              updateInterval: 1 * 60 * 60 * 1000, // every hour
                              showNextDayAfter: "22:00"
                          },
                  },
              },
      

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Method to use button to advance month view, toggle to day agenda

      @bmfinn
      i had the same need, but didnt have the time to move further, see https://forum.magicmirror.builders/topic/7500/calendar-module-interaction-scrollable-different-start-dates

      AxLED

      posted in Requests
      A
      AxLed
    • RE: Problem update

      @greda
      If you dont need your changes in your compliment module, you can try following commands (in the folder you are trying to update via git pull)

      git reset --hard
      git pull origin master
      

      Do some post installations (if required).

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Run MM on Ubuntu 16 VM

      @justjim1220
      did you try to start the “Server only” mode an open a browser on Ubuntu with IP of your MM?
      To start Server only do node serveronly in your MagicMirror directory.

      Maybe this helps to find the problem.

      AxLED

      posted in General Discussion
      A
      AxLed
    • RE: Is there a holiday API module.

      @cheng-cli
      Maybe not a direct answer to your question, but you can also use calendar .ics files for displaying holidays (with the default calendar module of mm), see links:
      https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar
      https://www.calendarlabs.com/online-calendar/2019-calendar/
      AxLED

      posted in Requests
      A
      AxLed
    • RE: MagicMirror will not start after update 2.5.0

      @Blackmirror
      Can you please post the output when you try to start the mirror by

      npm start
      

      in the magicmirror folder?
      Your post only shows the warnings after installing/updating your magicmirror.

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: Hello-Lucy

      @Damian
      I have some (maybe helpful) informations about the use of microphones on RPI.
      I tested this on RPI3.

      I checked the difference beetween the following microphones (i had at home anyway):

      1. USB Mic from Wii (Logitech)
      2. USB Mic from Playstation 2 (orignal Singstar with that USB adapter inbetween)
      3. USB Soundcard (USB-Audio C-Media) with 2x 3.5mm jack for microphone and speaker

      Then i tried recording and playing that record to find out about the quality.
      I used commands like this:
      Record:

      arecord /home/pi/Desktop/test_wii_mic.wav -D sysdefault:CARD=1
      

      Play:

      omxplayer -p -o hdmi /home/pi/Desktop/test_wii_mic.wav
      

      No. 1 and 2 were terrible (it was even for a human hard to understand what words i recorded), No. 3 was very good. So my thought were to use No. 3 for different MMM-voice projects.

      I hope this helps.

      AxLED

      posted in Fun & Games
      A
      AxLed
    • MMM-Dreambox, Version 2.0 released

      Hi to all MagicMirror users,

      i just released Version 2 of my MMM-Dreambox module.

      Download
      [card:Ax-LED/MMM-Dreambox]

      2.0 Changelog:

      • optimized configuration options, to reduce complexity (see also minimum configuration in readme of module)
      • added recordings mode (to stream recordings of your tuner to magic mirror)
      • extended notification system to select recordings and tuner mode

      Update:
      Do a git pull in the MMM-Dreambox directory.

      Thanks to @evroom for testing on different enigma2 receivers.

      AxLED

      posted in Entertainment
      A
      AxLed
    • RE: module updateDom() call limitations

      @sdetweil
      Maybe not a direct answer to your question, but i found out, that updateDom() is not always needed if you “only” want to update some content.

      As example i have a (inital) div like:

      var Receiverinfo = document.createElement("div");
      Receiverinfo.setAttribute('id','model');
      Receiverinfo.innerHTML = '';
      

      you can change the value/content by

      document.getElementById('model').innerHTML = 'what ever value you want';
      

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • RE: RPie reboots when switching roomlights on/off

      @Frühstück
      I had a similar problem with a button connected to the GPIO Pins. In my case the button/pi/gpio reacted if i switched on a roomlight (which has nothing to do with my pi), even nothing was pressed at the pi.
      I think the cause of your problem could be the “main power switch” of your pi case. Is this connected to the gpio pins and was there a script which was delivered with the case?
      A helpful search string for google could be “interference raspberry pi gpio”.

      In my case some capacitors at the gpio wiring was the solution.

      AxLED

      posted in Troubleshooting
      A
      AxLed
    • 1
    • 2
    • 2 / 2