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

    Posts

    Recent Best Controversial
    • RE: [MMM-Remote-Control] Can not access remote control module

      @stuartiannaylor tried adding my router info but not successful

      posted in Troubleshooting
      M
      motdog
    • RE: Frustrated rookie

      Startx did it. What do I have to do to prevent that in the future? I know I missed something to prevent auto login

      posted in Troubleshooting
      M
      motdog
    • Frustrated rookie

      Ok Ive tried the googler machine to find an answer with no luck. Apparently I missed something in my initial set up. I restarted my pi and am stuck and cant get to the desktop. I’ve tried the pm2 commands and anything else I can find. Sooo how do I get past this and back to the desktop and what do I need to do so that this doesn’t happen when I shut it down to finally build it into my frame etc.

      I took pics of what I am getting and tried.

      https://imgur.com/a/UyegwXj

      Cheers. I owe y’all some beers for the help

      posted in Troubleshooting
      M
      motdog
    • RE: [MMM-Remote-Control] Can not access remote control module

      hmmm stuck. I get the create a config screen Heres what I have

      var config = {
      	address: "0.0.0.0", // Address to listen on, can be:
      	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
      	                      // - another specific IPv4/6 to listen on a specific interface
      	                      // - "", "0.0.0.0", "::" to listen on any interface
      	                      // Default, when address config is left out, is "localhost"
      	port: 8080,
      	ipWhitelist: [], // Set [] to allow all IP addresses
      	                                                       // or add a specific IPv4 of 192.168.1.5 :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
      	                                                       // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format :
      	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
      

      then on my config

      		 {
      	        module: 'MMM-Remote-Control'
      	        // uncomment the following line to show the URL of the remote control on the mirror
      	        // , position: 'bottom_left'
      	        // you can hide this module afterwards from the remote control itself
      	        config: {
      	            apiKey: ''
      	        }
          },
      

      thanks for helping the clueless rookie

      posted in Troubleshooting
      M
      motdog
    • RE: MMM-NASA

      All I get is Hello Universe

      {
      		    module: 'MMM-NASA',
      		    position: 'bottom_right',
      		    config: {
      			search: "Galaxies",                 
      			infoLength: 400,                  
      		        scroll: "yes",                    
      			rotateInterval: 60,  
      			useHeader: false,
      			header: "",
      			maxWidth: "300px",               
      			animationSpeed: 3000,            
      		    }
      		},
      

      ive tried playing with the intervals with no luck either

      posted in Troubleshooting
      M
      motdog
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @j-e-f-f yep. Thanks. Just lots of trial and error but it was set up how I wanted.

      posted in Utilities
      M
      motdog
    • RE: MagicMirror screen goes black

      @sdetweil I use VNC viewer pretty much all of the time to access this and nothing happens. I do see the green light occasionally flash on the pi when I try with the keyboard hooked up to it & my tv.

      posted in Troubleshooting
      M
      motdog
    • RE: MagicMirror screen goes black

      Thanks I’ll try in the morning. If I can somehow get to config.js I’ll undo what I did. Appreciate all of your help!

      posted in Troubleshooting
      M
      motdog
    • RE: MagicMirror screen goes black

      @sdetweil I can’t get to terminal. All I have is black screen with pointer on it. I’m sure it was when I copied a config

      posted in Troubleshooting
      M
      motdog
    • RE: MagicMirror screen goes black

      i have a black screen too. Just got dark sky working. was finally happy and while rebooting after installing another module it goes to black. I thought it was my pi (3b) so I tried my other pi 3b+ and just black. I noticed earlier what looked like a draining battery icon but have no clue what that could mean. I do have a cursor on my black screen. alt tab shows Electon but I cant do anything from there. Help

      posted in Troubleshooting
      M
      motdog
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @sdetweil thanks. I finally got this module the way I wanted. On to the next one!

      posted in Utilities
      M
      motdog
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      Ive got it up but when I change “table” to “tiled” I get a config error when I restart.

      When I add units: us I get an error. Ugh.

      This works```
      //your cod {
      module: “MMM-DarkSkyForecast”,
      header: “Weather”,
      position: “top_right”,
      classes: “default everyone”,
      disabled: false,
      config: {
      apikey: “*********”,
      latitude: “38.751389”,
      longitude: “-90.565948”,
      iconset: “4c”,
      concise: true,
      forecastLayout: “table”
      }
      },e here

      
      this doesnt 
      
      

      {
      module: “MMM-DarkSkyForecast”,
      header: “Weather”,
      position: “top_right”,
      classes: “default everyone”,
      disabled: false,
      config: {
      apikey: “*******”,
      latitude: “38.751389”,
      longitude: “-90.565948”,
      iconset: “4c”,
      concise: true,
      units: us,
      forecastLayout: “table”
      }
      },

      posted in Utilities
      M
      motdog
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @j-e-f-f thats what I thought. Im just having all sorts of weird issues with both weather modules. I may just need to redo them

      posted in Utilities
      M
      motdog
    • RE: Compliments config

      @sdetweil ok I am so confused. I took an existing list of compliments and saved/edited it. I then saved it as a .json file (or so I thought) . I went to the default modules folder and changed remote folder from null to that web address.

      I thought that was the way to go about it. Never created anything in github before. so Im grasping at straws

      posted in Troubleshooting
      M
      motdog
    • RE: Compliments config

      I went out and found https://gist.github.com/ryck/e28a69665b8839f6e9a7acd6b4acc97d (which is awesome)

      I modified and removed what I didn’t want, but I left the weather stuff in even though I haven’t configured the default weather module.

      I then created https://github.com/motdog/compliments/blob/master/compliments.json

      I went into compliments.js and at remote file removed null and added that link followed by a comma.

      It didn’t run when I restarted my mirror. Do I need to change anything on main config.

      Module.register("compliments", {
      
      	// Module config defaults.
      	defaults: {
      		compliments: {
      			anytime: [
      				"Hey there sexy!"
      			],
      			morning: [
      				"Good morning, handsome!",
      				"Enjoy your day!",
      				"How was your sleep?"
      			],
      			afternoon: [
      				"Hello, beauty!",
      				"You look sexy!",
      				"Looking good today!"
      			],
      			evening: [
      				"Wow, you look hot!",
      				"You look nice!",
      				"Hi, sexy!"
      			]
      		},
      		updateInterval: 30000,
      		remoteFile: https://github.com/motdog/compliments/blob/master/compliments.json,
      		fadeSpeed: 4000,
      		morningStartTime: 3,
      		morningEndTime: 12,
      		afternoonStartTime: 12,
      		afternoonEndTime: 17
      	},
      

      Thanks for the help

      posted in Troubleshooting
      M
      motdog
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      @sdetweil I tried that & could not get dark sky to show up at all. That’s why I am confused

      posted in Utilities
      M
      motdog
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      dumb question I’m sure but when placing this in the config.js I should get rid of the default weather program, right?

      posted in Utilities
      M
      motdog
    • RE: Changed a few compliments, hosed it up - not fixed, still hosed

      Still hosed…

      
      				]
      			}
      		},
      
      		{
          module: 'MMM-Remote-Control',
          // uncomment the following line to show the URL of the remote control on the mirror
            position: 'bottom_right',
          // you can hide this module afterwards from the remote control itself
          config: {
              customCommand: {},  // Optional, See "Using Custom Commands" below
              customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
              showModuleApiMenu: true, // Optional, Enable the Module Controls menu
              apiKey: "",         // Optional, See API/README.md for details
          }
      },
      
      
      		{
      			module: "compliments",
      			position: "lower_third"
      
      			
      		},
      		
      		
      
      {
      
      posted in Troubleshooting
      M
      motdog
    • RE: Changed a few compliments, hosed it up - not fixed, still hosed

      no I don’t ugh. cant figure out what I am missing. Here is compliment config and main config. I went back to the original compliment config thinking once I got that straight I could slowly add to it. NOPE.

      Compliments

      Module.register("compliments", {
      
      	// Module config defaults.
             config:  {
      		compliments: {
      			anytime: [
      			"Hey there sexy!"
      		],
      		morning: [
      			"Good morning, handsome!",
      			"Enjoy your day!",
      			"How was your sleep?"
      		],
      		afternoon: [
      			"Hello, beauty!",
      			"You look sexy!",
      			"Looking good today!"
      		],
      		evening: [
      			"Wow, you look hot!",
      			"You look nice!",
      			"Hi, sexy!"
      		]
      	
      }
      }
      
      		
      		updateInterval: 30000,
      		remoteFile: null,
      		fadeSpeed: 4000,
      		morningStartTime: 3,
      		morningEndTime: 12,
      		afternoonStartTime: 12,
      		afternoonEndTime: 17
      	},
      
      

      Main config

      
      	language: "en",
      	timeFormat: 12,
      	units: "Imperial",
      
      	modules: [
      		{
      			module: "alert",
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left"
      		},
      		{
      			module: "calendar",
      			
      			position: "top_left",
      			config: {
      				calendars: [
      					{
      						symbol: "calendar-check",
      						url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics"
      					},
      					
      					{
      						symbol: "calendar-check",
      						url: "https://calendar.google.com/calendar/ical/1ci28ki5g1pn81org2g92fxxxxxl%40import.calendar.google.com/public/basic.ics"
      
      					},
      						
      					{
      						symbol: "calendar-check",
      						url: "http://ical-cdn.teamsnap.com/team_schedule/d8dbcf70-3b1e-0133-4d58-3c764xxxxxx.ics"
      
      					},
      
      					{
      						symbol: "calendar-check",
      						url: "http://ical-cdn.teamsnap.com/team_schedule/7xxxxxxx-8341-27d64356a68b.ics"
      
      					},
      
      				]
      			}
      		},
      
      		{
          module: 'MMM-Remote-Control',
          // uncomment the following line to show the URL of the remote control on the mirror
            position: 'bottom_right',
          // you can hide this module afterwards from the remote control itself
          config: {
              customCommand: {},  // Optional, See "Using Custom Commands" below
              customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
              showModuleApiMenu: true, // Optional, Enable the Module Controls menu
              apiKey: "",         // Optional, See API/README.md for details
          }
      },
      
      
      		{
      			module: "compliments",
      			position: "lower_third"
      		},
      		
      		
      
      {
      			  module: "MMM-DarkSkyForecast",
      
      posted in Troubleshooting
      M
      motdog
    • RE: Changed a few compliments, hosed it up - not fixed, still hosed

      Thanks everyone. Got it fixed

      posted in Troubleshooting
      M
      motdog
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 5 / 6