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: Would this be possible?

      @Sean after further review I am using MMM-NowPlayingonSpotify Would it work on that or do I need to install MMM-Spotify. Looks like they do the same thing, MMM-Spotify lets you control via voice if you so choose, which I don’t have set up but it shouldn’t be a problem I assume.

      posted in Troubleshooting
      M
      motdog
    • RE: Would this be possible?

      @Sean yep. That’s it. So if I put another module in the same spot but after it in the config, Spotify would show up when playing and when paused/shut down the other module would show up?

      posted in Troubleshooting
      M
      motdog
    • RE: Would this be possible?

      @bolish Thanks. I guess then I could also reverse it so when spotify plays music, it would hide the other module and then spotify would appear on my mirror.

      posted in Troubleshooting
      M
      motdog
    • Would this be possible?

      I have the Spotify module that I love, but when I am not playing music I hate the black space in the corner where I have it located. Could I set it up so that when I am not playing Spotify music that another module shows in the space and when I play music, the module disappears? I know on the remote module I can manually hide and show modules but I want it done automatically. Can it be done?

      posted in Troubleshooting
      M
      motdog
    • RE: Power-saving modes?

      I’m using a clapper to turn the monitor on & off. Old school meets new school

      posted in Troubleshooting
      M
      motdog
    • RE: NOAA v3 using too many requests?

      @Mykle1 will do. I have tried a different key. Weird thing is that the first few days has a small amount of requests then it spikes

      posted in Troubleshooting
      M
      motdog
    • RE: NOAA v3 using too many requests?

      @Mykle1 yeah its crazy. I don’t lock up often and I don’t know if it is a correlation. I may just try a different weather module to see if thats the solution

      posted in Troubleshooting
      M
      motdog
    • RE: NOAA v3 using too many requests?

      @dazza120 interesting, Im now up to 600 requests and it locked up.

      posted in Troubleshooting
      M
      motdog
    • RE: NOAA v3 using too many requests?

      @Mykle1 from my main config

      		{
      	        module: 'MMM-NOAA3',
      		position: 'bottom_left',
      	        config: {
      			    provider: "darksky", 
      			    apiKey: "xxxx",   
      			    airKey: "xxxx",    
      		        css: "NOAA4",                    
      			userlat: "38.751389",  
      		        userlon: "-90.565948" 
      	 }
      
      posted in Troubleshooting
      M
      motdog
    • RE: NOAA v3 using too many requests?

      @Mykle1 from the NOAA3.js

      Module.register("MMM-NOAA3", {
          defaults: {
              animationSpeed: 0,
              initialLoadDelay: 8000,
              rotateInterval: 60 * 1000, 
      	updateInterval: 30 * 60 * 1000,
              apiKey: "",
              airKey: "",
              pws: "",
              css: "",
              frow: true,
      		nupdate: false,
      		userlat: "",
      		userlon: "",
      
      
      posted in Troubleshooting
      M
      motdog
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 11
    • 12
    • 6 / 12