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

    Posts

    Recent Best Controversial
    • RE: MMM-NOAA - Another Weather Module

      @Mykle1 Thanks for checking it for me. Strangely it does not appear to be displaying the values. If someone wants to use my API keys - I say let em. It would display Carson City, NV specific data which is useless unless one happens to be in the same area.

      Its great here ! We just had our first snowfall of the year 2 days ago and its really adds to the ambiance of the season. Headed to Lake Tahoe today for the best Thanksgiving buffet at Harrahs Casino (Forest Buffet). Beautiful views of snow covered ski resorts viewed through panoramic windows!

      posted in System
      B
      BD0G
    • RE: MMM-NOAA - Another Weather Module

      Here is my syntax within the config.js for MMM-NOAA3

      	{
      		module: 'MMM-NOAA3',
      		position: 'top_left',
      			config: {
      			provider: "darksky", // From list above
      			apiKey: "65141db17f5fe5d7d9dd8879b81a61a9",        // From one of the providers listed above
      			airKey: "5ac100c9-5114-4140-9955-3067633998f9",    
      			css: "NOAA3",                   // THIS MUST CONTAIN A CSS STYLE NAME 
      			userlat: "39.164581", //MUST HAVE BOTH
      			userlon: "-119.766922"  //MUST HAVE BOTH
      }
          },
      
      
      		
      

      My config.js does not present any errors and when the module loads in the upper left hand corner it displays undefined
      then NaN o and all the values below that are not properly populated.

      I have checked the entries and cannot seem to find the issue.

      posted in System
      B
      BD0G
    • RE: Hi, there is a new Alexa Module

      Hmm, Perhaps I need to revisit this module?

      posted in General Discussion
      B
      BD0G
    • RE: Upgrading Mirror Mark II

      @Fozi Just so you know. Others have reported that the spinning globe is very processor intensive and a standard Raspberry Pi can struggle with displaying it without stutters or hang ups.

      posted in Show your Mirror
      B
      BD0G
    • RE: Upgrading Mirror Mark II

      @bhepler Yes , but the ends that plug into the Male Spades are at full AC potential. 110 V AC assuming you are in the states. Small strips of shrink tubing fit over the end of the plugs and heated to shrink down onto the exposed ends would be a nice addition.
      As long as you dont send this in to Underwriters Labratorories to have it certified as UL listed you may be fine for now.

      I built a plug just like that into the base I built for my 3 D printer and it works amazing!

      posted in Show your Mirror
      B
      BD0G
    • RE: Upgrading Mirror Mark II

      Thats a monster Magic Mirror!
      Its looks great!
      Fantastic job!
      I would recommend placing heat shrink tubing over the female spade connectors that you route to the internal power strip when you revise it again. Less chance of short that way.

      posted in Show your Mirror
      B
      BD0G
    • RE: MMM-DumpsterDay

      I had this module working great , but for some strange reason it no longer shows the Landscape can. I set the dates to tommorrow which is trash day so the Trash Can and Landscape can should be displayed the day before (which it today) and only the Trash Can is displayed. My date is set correctly on the Magic Mirror so its not that.

      Here is my config entry

      	{
      	module:"MMM-DumpsterDay",
      	position:"bottom_bar",
      	config: {
      		refreshInterval: 18000000, // Default: 18000000 = 5 hours
      		pulse: true, 			   // Default: true - Makes the module pulsating
      
      		enableBasic: true, 				// Enable basic trashcan 
      		basicStartDate: "27.11.2019", 	// The first dumpster day (Always use 2 digit dates (01 instead of 1))
      		basicDateDiff_1: 7,			// Trashday reoccurance - Default: 14 (every 14 days)
      		basicNotifyDayBefore: true,		//Default: true - If you want the notification to appear also the day before the dumpster day
      		
      		enablePlastic: false,			// Same values as basic but for Plastic
      		plasticStartDate: "27.11.2019", 
      		plasticDateDiff_1: 28,
      		plasticNotifyDayBefore: true,	
      
      		enableLandscape: true,			// Same values as basic but for Landscape
      		landscapeStartDate: "27.11.2019",
      		landscapeDateDiff_1: 14,		
      		landscapeNotifyDayBefore: true,
      		}		
      		},
      
      posted in Utilities
      B
      BD0G
    • RE: Was working fine, now just a blank screen

      @davidkmcw
      You could try pressing CTRL-Shift -i after the Magic Mirror launches and provides a black screen. The Developers Window should be displayed. Then click on the Console Tab. Errors are typically listed in Red and that may help to diagnose where the issue is.
      Learned this from Sam @sdetweil .
      I personally cannot launch the Developers console on my Magic Mirror setup , but that does not mean you cant. ;)

      posted in Troubleshooting
      B
      BD0G
    • RE: MMM-DumpsterDay

      @Paddi Try Pressing the CTRL-Shift-i keys together once the Magic Mirror has loaded to bring up the developers window. Then click on the tab labeled console and look for any errors. Usually in Red text. When there is a black screen it “typically” indicates one or more of the modules has crashed.

      posted in Utilities
      B
      BD0G
    • RE: Hi, there is a new Alexa Module

      @sdetweil Still have not been able to open the Dev Console using Ctrl- Shift -i. :(

      posted in General Discussion
      B
      BD0G
    • RE: MMM-awesome-alexa

      @dpnkrg You can only change the wake word to “echo” or " computer.

      See this website for details https://lifehacker.com/how-to-change-alexas-wake-word-to-something-other-than-1830964487

      posted in Troubleshooting
      B
      BD0G
    • RE: MMM-Lunartic

      @cowboysdude He helped me resolve the issue so its looking goooooooood!

      posted in Education
      B
      BD0G
    • RE: MMM-Lunartic

      @Mykle1 If I get stuck I always ask for assistance and realize that we all cannot know everything about anything. We are all learning. I appreciate your willingness to help ! I am sure you will see lots mode posts by me. :)

      posted in Education
      B
      BD0G
    • RE: MMM-Lunartic

      @Mykle1 When can you be here? LOL.

      posted in Education
      B
      BD0G
    • RE: Hi, there is a new Alexa Module

      @Stoffbeuteluwe Thanks for posting your config settings! Everytime I enable the AlexaControl Module My DarkSkyWeather Forecase, Lunartic, and US Holidays dont load. They just indicate “Loading”. When I pull the AlexaControl section out of the config.js they load without issue.

      posted in General Discussion
      B
      BD0G
    • RE: MMM-Lunartic

      @Mykle1 I forgive you. LOL! Actually I praise your willingness to respond with such a helpfulness! I just copied and pasted directly from your code to my custom.css and …
      Drumroll please…

      Nope! No change?

      Its as if the custom.css file is not being recognized.

      Here is the entire contents of my custom.css file

      /*****************************************************
       * 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 {
       	.MMM-Lunartic .xsmall.bright {
        font-size:28px;
      }
      
      .MMM-Lunartic img.photo {
      /*  display: none;              uncomment if you don't want an image */
        width: 100%;                /* adjust size of moon picture */
        margin-left: 0px;          /* Precisely align moon picture with these */
        margin-right: 0px;
        margin-top: 0px;         /* -41px for current. -21px for animation or static. */
        margin-bottom: -11px;      /* -51px for current. -21px for animation or static. */
      
        .MMM-Lunartic header {
        border-bottom: none;
        text-align: center;
        color: cyan;
      }
      .module.MMM-AlexaControl{
      .img{
      height: 30px;
      width: 30px;
      }
      }
      
      posted in Education
      B
      BD0G
    • RE: Hi, there is a new Alexa Module

      Thanks! It would be helpful to understand what commands can be issued using voice to Amazon Echo devices / Alexa and what they do.

      For instance if I say Alexa Turn off page one. Is that valid and what should I expect as a result?
      If I say Alexa Show Notification 1 does that do anything and if so -what?

      The instructions dont really go into usage examples (if you know what I mean?)

      Send tonight? Where are you located? Its 9:49 PM here presently LOL!

      posted in General Discussion
      B
      BD0G
    • RE: MMM-Lunartic

      @Mykle1 I guess Im stuck with the line…

      posted in Education
      B
      BD0G
    • RE: Hi, there is a new Alexa Module

      @Stoffbeuteluwe Some progress actually. I used your config. Had Alexa Discover Devices and she did discover 18 new devices. 10 of them were labeled Page 1-10
      Then there was some like PM2 Restart 0 . Refresh, etc.

      When I issue a command like Alexa Turn off page 4 . I get “Page 4 is not responding -please checks its power supply or network connection”

      I get that with every page I try.

      I need to define the pages , but need the exact files to modify for MMM-Pages and MMM-PageIndicator

      I have MMM-RemoteControl installed , but not the version that is custom for Alexa. I bet I need to yank that module and install the custom one.

      posted in General Discussion
      B
      BD0G
    • RE: Hi, there is a new Alexa Module

      @Stoffbeuteluwe Sure!

      posted in General Discussion
      B
      BD0G
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 3 / 8