MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Mykle1
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Mykle1M Offline
    • Profile
    • Following 5
    • Followers 73
    • Topics 101
    • Posts 4,397
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Mobile app (bachelor thesis)

      @cowboysdude said in Mobile app (bachelor thesis):

      He’s been inside my machine a couple times…

      And mine. He works wonders. Magically did everything I asked, and you get to watch the whole thing.

      I’m only sorry that I was too late to take part in the survey and the beta testing. Missed it by less than a month.

      So, is the app and/or the module available?

      posted in Development
      Mykle1M
      Mykle1
    • RE: MMM-doomsDay - The countdown module,

      @broberg said in MMM-doomsDay - The countdown module,:

      no worries, first versions always have bugs

      I see you have a new designation.
      Congratulations, Mr. Module Developer!

      posted in Utilities
      Mykle1M
      Mykle1
    • RE: Throwing down the gauntlet

      @jproehl

      Alright, I’ll check back in here to see how you make out. I’m interested in the outcome. I’m off to dinner right now

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Trouble with MagicMirror

      @xVirus94 said in Trouble with MagicMirror:

      What key???

      The API key that you have to sign up for. It’s free. It should tell you where to go in the ReadMe.

      If you are using the default weather module then you have to go to https://www.openweathermap.org/

      Each weather module that requires an API key tells you in the ReadMe file where to go to get the key

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Throwing down the gauntlet

      @jproehl

      Ok, well that is beyond me but I’ll go out on a limb here and say that Strawberry will be able to help you with that. That’s a custom.css thing and I do believe he is the resident expert. When he does fix it for you (because I am sure that he will) be sure to post the css entry so that I can see how it looks on mine. Right now, I sorta like the little icons

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Medicine Cabinet For Magic Mirror Frame

      @SoleLo said in Medicine Cabinet For Magic Mirror Frame:

      and I’m not gonna lie, your setup is sexy.

      Ahhh! haha, thanks. I took great pains to get it just the way I liked it. I’m still not done tweaking it. It’s way too much fun

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: Throwing down the gauntlet

      @jproehl said in Throwing down the gauntlet:

      I do not get any color changes like you have in the forecast at the upper right. Did you have to change something else to get those?

      This goes in your custom.css file for the coloring that I have. You can change the colors to your liking

      .MMM-WunderGround .max-temp {
        color: #f66;
      }
      
      .MMM-WunderGround .min-temp {
        color: #0ff;
      }
      
      .MMM-WunderGround .weather-icon {
        color: #f93;
      }
      
      .MMM-WunderGround .day {
        color: #6f6;
      }
      
      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Throwing down the gauntlet

      @jproehl said in Throwing down the gauntlet:

      I believe the changes I made under 1) should have removed any call for a forecast.

      This page will explain the effects of the individual config changes that you made.
      https://github.com/RedNax67/MMM-WunderGround

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Medicine Cabinet For Magic Mirror Frame

      @SoleLo said in Medicine Cabinet For Magic Mirror Frame:

      Unless they just like being Bob The Builders,

      It was a great feeling of satisfaction to make my own frame. It cost me $12 for the casing at Home Depot. Everything else I already had. :slight_smile:

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: 1 old noob + 1 rPi = I can't believe I did it! (revisited)

      2,225 views!

      Take that, Bembridge scholars! :scorpion:

      posted in Show your Mirror
      Mykle1M
      Mykle1
    • RE: Trouble with MagicMirror

      @xVirus94 said in Trouble with MagicMirror:

      tomorrow i will post it!

      ok, we’ll get you up and running.

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Trouble with MagicMirror

      @xVirus94 said in Trouble with MagicMirror:

      i have installed the new module but when i lunch my mirror i cant see the module on top-right…

      post your config.js file so we can have a look at it

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Throwing down the gauntlet

      @jproehl said in Throwing down the gauntlet:

      I’m still having problems getting things to look like Mykle’s.

      My design/layout ideas are in high demand. :thumbsup_tone1:

      This is my entry in the config. Yes, there are 2 entries. One is for the current weather and one is for the weather forecast, only seperate and in different locations. You still have to enter what Strawberry told you to enter in your custom.css file. Then all should be well.

      {
          			module: 'MMM-WunderGround',
          			position: 'top_center',
          			config: {
              		apikey: 'YOUR API KEY', // private; don't share!
              		pws: 'pws:KNYNEWYO103', // Richmondtown Weather Station - Very Cool
      			currentweather: 1,
              		coloricon: true,
              		hourly: '0',
              		fctext: '1',
              		fcdaycount: "10",
              		fcdaystart: "0",
              		hourlyinterval: "2",
              		hourlycount: "1",
      			animationSpeed: 5000,
              		alerttime: 10000,
              		alerttruncatestring: "english:",
          			roundTmpDecs: 0,
          			UseCardinals: 1,
          			layout: "vertical",
      			windunits: "mph",
          			sysstat: "0"
      			}
      		},
      		{
          			module: 'MMM-WunderGround',
          			position: 'top_right',
          			config: {
              		apikey: 'YOUR API KEY AGAIN', // private; don't share!
              		pws: 'pws:KNYNEWYO103', // Richmondtown Weather Station - Very Cool
      			currentweather: 0,
              		coloricon: true,
              		hourly: '1',
              		fctext: '1',
              		fcdaycount: "10",
              		fcdaystart: "1",
              		hourlyinterval: "2",
              		hourlycount: "1",
      			animationSpeed: 5000,
              		alerttime: 10000,
              		alerttruncatestring: "english:",
          			roundTmpDecs: 0,
          			UseCardinals: 1,
          			layout: "vertical",
      			windunits: "mph",
          			sysstat: "0"
      			}
      		},
      
      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Revelation! A "Duh" moment with NetworkScanner module.

      @bminer1 said in Revelation! A “Duh” moment with NetworkScanner module.:

      @Mykle1 Could you share your Config?

      {
              		module: 'MMM-NetworkScanner',
              		position: 'top_left',
              		config: {
      			devices: [
                          		{ ipAddress: "192.168.1.8", name: "BottlePop", icon: "globe"},
      				{ ipAddress: "192.168.1.17", name: "Baby Jesus", icon: "futbol-o"},
      				{ ipAddress: "192.168.1.2", name: "Dove", icon: "medkit"},
      				{ ipAddress: "192.168.1.11", name: "Donna", icon: "venus"},
                          		{ ipAddress: "192.168.1.10", name: "Nikki", icon: "coffee"},
                          		{ ipAddress: "192.168.1.3", name: "Jason", icon: "fire-extinguisher"},
                      		],
                  			showUnknown: false,              // shows devices found on the network even if not specified in the 'devices' option 
              			showOffline: true,              // shows devices specified in the 'devices' option even when offline
              			showLastSeen: false,            // shows when the device was last seen e.g. "Device Name - last seen 5 minutes ago"
              			keepAlive: 300,                 // how long (in seconds) a device should be considered 'alive' since it was last found on the network
              			updateInterval: 10,             // how often (in seconds) the module should scan the network
      				residents: [],
              		}        
          		},
      
      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: Throwing down the gauntlet

      @jproehl said in Throwing down the gauntlet:

      I really like the design layout you’ve come up with - Kudos!

      Thanks! It’s just how I pictured it, but it only happened through the goodwill of Strawberry 3.141

      posted in Troubleshooting
      Mykle1M
      Mykle1
    • RE: Taking The Leap! Need MM Family Help

      @SoleLo said in Taking The Leap! Need MM Family Help:

      I don’t really use that medicine cabinet it’s pretty much empty right now

      Nice! Then some of the work is already done for you, if you decide to “bury” it.

      posted in General Discussion
      Mykle1M
      Mykle1
    • RE: MMM-doomsDay - The countdown module,

      @broberg said in MMM-doomsDay - The countdown module,:

      do a new git pull to get the last version again.

      ok, will do. Sorry about the troubles

      posted in Utilities
      Mykle1M
      Mykle1
    • RE: MMM-doomsDay - The countdown module,

      @broberg said in MMM-doomsDay - The countdown module,:

      A second to slow,@strawberry-3-141 beat me to it

      A photo finish? Thanks to both of you. :thumbsup_tone1:

                 {
          			module: 'MMM-doomsDay',
          			position: 'top_left', // This can be any of the regions, best results in center regions
          			config: {
              			doomsDay: "2017-02-24 24:00:00",  // the end day of the countdown, format is YYYY-MM-DD HH:MM:SS, 
              			toWhat: 'Open the pool!',  // the title of your countdown event
      				present: 'We are gonna rock',  //  What it should say on doomsDay date
      				singular: `Day Left`, // what it should say when it's only one day left, default is `Day Left`
      				plural: 'Days Left', // what it should say when it's more days left, default is `Days Left`
      				}
      		},
      

      Ok, now the display says, “Open the pool!”, but underneath is says, “0 Days Left”

      posted in Utilities
      Mykle1M
      Mykle1
    • RE: MMM-doomsDay - The countdown module,

      @broberg said in MMM-doomsDay - The countdown module,:

      when you get home, could do a git update on the doomsday module and test it out for me?

      This is what I get when I attempted a git update as you suggested.

      pi@Pi3:~/MagicMirror/modules/MMM-doomsDay $ git update
      git: ‘update’ is not a git command. See ‘git --help’.

      Did you mean this?
      update-ref
      pi@Pi3:~/MagicMirror/modules/MMM-doomsDay $

      I don’t want to mess anything up so I’ll wait till you advise further, thanks

      posted in Utilities
      Mykle1M
      Mykle1
    • RE: MMM-doomsDay - The countdown module,

      @Jopyth said in MMM-doomsDay - The countdown module,:

      My advent module?

      Yes, that was it. :thumbsup_tone1:

      posted in Utilities
      Mykle1M
      Mykle1
    • 1
    • 2
    • 208
    • 209
    • 210
    • 211
    • 212
    • 219
    • 220
    • 210 / 220