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

    Posts

    Recent Best Controversial
    • RE: Twitter feed

      @maxpower said in Twitter feed:

      Hi, does anybody has had any issues with TwitControl recently? My module stopped working, anything changed with API codes?

      It’s possible that the recent changes at Twitter with regard to their API has caused some issues although these changes I believe went into effect in August…

      https://9to5mac.com/2018/08/07/twitter-api-change-tweetbot-twitterrific/

      posted in Troubleshooting
      S
      StrIIker
    • RE: Change newsfeed title to image/logo?

      @justjim1220

      I love this News Ticker. Can I ask how I can change the size of the ticker? My mirror is in Portrait mode and the font feels oversized. I would prefer 40-50% of the current release size which would also allow the full headline to show. Also, can you include an opacity value for the background? I like the maroon but would prefer it to be less intense. I am sure these could be handled via the custom.css but I am a novice with this all. Thank you again for a great module!

      posted in Development
      S
      StrIIker
    • RE: MMM-SunRiseSet Suddenly not displaying image

      Never mind. The images suddenly started loading. That’s very odd.

      posted in Troubleshooting
      S
      StrIIker
    • MMM-SunRiseSet Suddenly not displaying image

      @Mykle1

      I have the module MMM-SunRiseSet installed and it suddenly stopped displaying the image. Instead I get the placeholder text. Nothing was changed on my mirror and this module was working fine for the past week or so. Does anyone have suggestions around how too resolve this?
      Notes:

      1. I have a cron job restarting MagicMirror every 5 hours (the Mirror display hangs at a black screen otherwise)
      2. I performed a reboot and the problem persists.
      3. I tried changing the config to have it display something else.
      4. I removed the MMM-SunRiseSet directory from the modules directory and re-cloned and reloaded the modules, still no effect. I then rebooted and it’s still not displaying.
      5. Removed one of the entries in the config.js to show only one image. Rebooted. Still nothing.

      Should I try an older build of Magic Mirror? The current one seems to have issues.
      Here is my config and a screenshot of what I am seeing. (I am running two instances of the module to show both sides of the planet.

      {
      	disabled: false,
      	module: "MMM-SunRiseSet",
      	position: "bottom_left",
      	config: {
      		lat: "###",      // Your latitude (for the data)
      		lng: "###",     // Your longitude (for the data)
      		image: "world",          // "world" (animation), "map" (animation), "static" (graph)
      		imageOnly: "yes",       // no = all data, yes = only animated world or map
      		dayOrNight: "day",   // "night" approaching, "day" approaching (imageOnly: must be "yes", image: must be "world") 
      		useHeader: false,      // true if you want a header
      		header: "Header",      // useHeader must be true
      		maxWidth: "300px",
          }
      },
      {
              disabled: false,
              module: "MMM-SunRiseSet",
              position: "bottom_right",
              config: {
                      lat: "###",      // Your latitude (for the data)
                      lng: "###",     // Your longitude (for the data)
                      image: "world",          // "world" (animation), "map" (animation), "static" (graph)
                      imageOnly: "yes",       // no = all data, yes = only animated world or map
                      dayOrNight: "night",   // "night" approaching, "day" approaching (imageOnly: must be "yes", image: must be "world")
                      useHeader: false,      // true if you want a header
                      header: "Header",      // useHeader must be true
                      maxWidth: "300px",
          }
      },
      

      0_1540062708093_Screen Shot 2018-10-20 at 2.59.59 PM.png

      posted in Troubleshooting
      S
      StrIIker
    • RE: MMM-earth

      @bhepler said in MMM-earth:

      @striiker - In the future, you may be able to get away with merely restarting the MagicMirror process. If you’re using pm2 with a default installation, it’s just pm2 restart MagicMirror.

      Hi! Thank you for the suggestion however I have a cron job which restarts MagicMirror every 5 hours. I do this because of the persistent issue of having something in Magic Mirror crashing, causing it to stop refreshing and leaving me at a black screen. The only way to solve it is to manually reload or restart Magic Mirror. So, while I was experiencing this issue, the system had restarted MagicMirror several times. As mentioned by @justjim1220 , the solution was to reboot.

      posted in Troubleshooting
      S
      StrIIker
    • RE: MMM-earth

      @justjim1220 said in MMM-earth:

      @striiker

      Try rebooting your system

      I have found that sometimes that is what it takes to get some modules to work after first install, and load and not working.

      Yeah, this solved it. Thanks again! Rebooting was always my goto with Microsoft stuff but I got spoiled with Linux…

      posted in Troubleshooting
      S
      StrIIker
    • RE: Modules with Images not Displaying

      @mykle1 said in Modules with Images not Displaying:

      @striiker

      I just copy and pasted your config entry from above and both modules fired right up. Have you changed anything in the module files?

      Well, looks like I should have rebooted my system. I was going to and thought “nah, I shouldn’t have to do that”. Then it was suggested by @justjim1220 and so I tried it and now both are working… Thank you both for your help!!

      posted in Troubleshooting
      S
      StrIIker
    • RE: Modules with Images not Displaying

      @justjim1220 said in Modules with Images not Displaying:

      @striiker

      Have your tried rebooting your system?

      Derp… No… I should have done that!! It’s all working now… Thank you for the advice!

      posted in Troubleshooting
      S
      StrIIker
    • RE: Modules with Images not Displaying

      Here are my config entries for the two modules…

      {
          module: 'MMM-MARS',
          position: 'bottom_left',
          config: {
              rover: "curiosity",              // which rover? curiosity, opportunity or spirit
              sol: "200",                      // sol date you want pictures from
              useHeader: false,                // true if you want a header
              header: "",                      // useHeader must be true
              maxWidth: "300px",
              rotateInterval: 5 * 60 * 1000,   // new image 5 minutes
          }
      },
      {
          module: "MMM-EARTH",
          position: "bottom_center",
          config: {
              mode: "Natural",
              rotateInterval: 15000,
              MaxWidth: "50%",
              MaxHeight: "50%",
          }
      },
      
      posted in Troubleshooting
      S
      StrIIker
    • RE: MMM-earth

      @nilnik

      Hmm, thank you for the response. I wonder what’s the issue then…

      This is my config for the two modules being discussed… (I also tested adding the disabled: no but that had no effect…)

      {
          module: 'MMM-MARS',
          position: 'bottom_left',
          config: {
              rover: "curiosity",              // which rover? curiosity, opportunity or spirit
              sol: "200",                      // sol date you want pictures from
              useHeader: false,                // true if you want a header
              header: "",                      // useHeader must be true
              maxWidth: "300px",
              rotateInterval: 5 * 60 * 1000,   // new image 5 minutes
          }
      },
      {
          module: "MMM-EARTH",
          position: "bottom_center",
          config: {
              mode: "Natural",
              rotateInterval: 15000,
              MaxWidth: "50%",
              MaxHeight: "50%",
          }
      },
      
      posted in Troubleshooting
      S
      StrIIker
    • 1 / 1