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
    • 1 / 1