• 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
  1. Home
  2. KillK
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
K
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 2
  • Posts 9
  • Groups 0

KillK

@KillK

0
Reputation
2
Profile views
9
Posts
0
Followers
0
Following
Joined Sep 21, 2021, 11:13 PM
Last Online Apr 7, 2025, 1:50 PM

KillK Unfollow Follow

Latest posts made by KillK

  • problem updating events to mmm-monthlycalendar

    Re: Monthly Calendar
    Hello, i am having an issue, i have 3 calendar modules working with diff. cals. but monthly calendar only shows me the events from the last one that update…

    there is a way to make monthly calendar shows the events from the 3 calendars?

    tks

      module: "MMM-MonthlyCalendar",
      position: "top_left",
      
      config: {
        updatesEvery: 30,
        weeksInFuture: 5,
    
      }
    },
    		{
    			module: "calendar",
    			header: "Calendario Flori",
    			position: "top_left",
    			config: {
    				colored: true,
    				calendars: [
    					{
    						symbol: "heart",
    						url: "https://calendar.google.com/calendar/ical/xxxxxxxxxxxxxxxxxxxx.ics",
    						color: "#5fd700"},
    				]
    			}
    		},
    		{
    			module: "calendar",
    			header: "Feriados AR",
    			position: "top_left",
    			config: {
    				colored: true,
    				calendars: [
    					{
    						symbol: "guitar",
    						url: "https://calendar.google.com/calendar/ical/psnmblmbogte9ohfhij0kjiebc%40group.calendar.google.com/public/basic.ics",
    						color: "#ffd700"},	
    				]
    			}
    		},
    		{
    			module: "calendar",
    			header: "Feriados US, CA",
    			position: "top_left",
    			config: {
    				colored: true,
    				calendars: [
    					{
    						symbol: "hat-cowboy",
    						url: "webcal://www.calendarlabs.com/ical-calendar/ics/39/Canada_Holidays.ics",
    						color: "#3b83bd"},
    					{
    						symbol: "cannabis",
    						url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics",
    						color: "#e30613"},		
    				]
    			}
    		},
    code_text
    

    a016c028-be05-4b41-b365-3ed8a32496ba-image.png

    posted in Troubleshooting
    K
    KillK
    Oct 19, 2021, 10:33 PM
  • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

    @mumblebaj oh sorry, i have to delete the other one… I didn’t know it.

    posted in Troubleshooting
    K
    KillK
    Oct 5, 2021, 4:42 PM
  • RE: Complete Walkthrough - Install MagicMirror on a PC - Windows 7/10

    Hi, newby here… I have reinstaled MM in my win 10 laptop… It was working well until the reinstallation…
    I am having an issue, i will try to translate it, cuz my cmd is in spanish…

    magicmirror@2.17.1 start
    node_modules/.bin/electron js/electron.js

    “node_modules” doesn’t recognize it as an internal or external command,
    program or file by executable lot.

    At the same time i have notice, that “.bin” folder doesn’t contain “electron js” folder inside…

    I have had to install manually npm for fonts ans vendor’s folders…

    Please, help me Obi Wan Kenobi…

    posted in Troubleshooting
    K
    KillK
    Oct 5, 2021, 2:36 PM
  • RE: HELP i have tryed to reinstall MM and now doesn't start

    @sdetweil i pretty sure that i did it… i will try again

    posted in Troubleshooting
    K
    KillK
    Oct 5, 2021, 3:17 AM
  • HELP i have tryed to reinstall MM and now doesn't start

    hi, i am just a newbe and i am trying to start MM
    please, help me obi wan kenobi

    magicmirror@2.17.1 start
    DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

    “DISPLAY” no se reconoce como un comando interno o externo,
    programa o archivo por lotes ejecutable.

    C:\Users\Flori\MagicMirror\modules>

    thanks

    posted in Troubleshooting
    K
    KillK
    Oct 5, 2021, 1:42 AM
  • RE: MMM-News

    @djboob66 i have try it, but isn`t possible on windows

    posted in Utilities
    K
    KillK
    Oct 5, 2021, 1:21 AM
  • RE: MMM-NewsFeed

    hi… i can’t install it

    “installer” no se reconoce como un comando interno o externo,
    programa o archivo por lotes ejecutable.
    npm ERR! code 1
    npm ERR! path C:\Users\Flori\MagicMirror\modules\MMM-NewsFeed
    npm ERR! command failed
    npm ERR! command C:\Windows\system32\cmd.exe /d /s /c installer/preinstall.sh

    npm ERR! A complete log of this run can be found in:
    npm ERR! C:\Users\Flori\AppData\Local\npm-cache_logs\2021-10-05T00_18_42_713Z-debug.log

    posted in System
    K
    KillK
    Oct 5, 2021, 12:22 AM
  • RE: MMM-News

    Hi everyone, newby here… first of all, MMM-news is great, thanks for make it… i am building a MM for my GF Bday.
    i want to know 2 things, it is possible to add QR to MMM-news? and anyone knows if there is any API about lifestyle and fashion?

    posted in Utilities
    K
    KillK
    Oct 4, 2021, 11:10 PM
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