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

    pbrunson

    @pbrunson

    0
    Reputation
    533
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    pbrunson Unfollow Follow

    Latest posts made by pbrunson

    • Default Calendar date off

      Howdy,
      Yes I have search here and Google and no the “showEnd: false” does not work.
      It has been doing this for a while on two units and I just did a fresh install on one so new setup.

      Anyone else still having an issue? The dates are show one day before the time on the calendar. And it is doing it on new and old entries.

      Thanks for any help.

      posted in Troubleshooting
      P
      pbrunson
    • RE: MMM-EarthWinds

      Nice work. I second the option to add a starting location.

      I also am running it as 300px x 300px and I have scroll bars, is there a way to remove them? Maybe a CSS tweak, have not tried.

      posted in Education
      P
      pbrunson
    • RE: TV Tuner

      I will have to look at that, thanks, but the tuner is something like this -> http://www.hauppauge.com/pages/products/data_hvr955q.html

      My other idea is to just use a TV as the monitor. Might make things easier.

      posted in Requests
      P
      pbrunson
    • TV Tuner

      Howdy,

      Has any added a TV tuner to their setup? I would like to add one to play the news in the morning.

      Thanks

      posted in Requests
      P
      pbrunson
    • RE: MMM-ImageSlideshow no showing and no errors in the log

      Great thank you, I will keep an eye on it.

      posted in Troubleshooting
      P
      pbrunson
    • RE: MMM-ImageSlideshow no showing and no errors in the log

      That was it, works great now (well after I put the fix settings in), thank you.

      Did I see something about if the images change, this will not pick them up? I have another script that grabs updated images (same name) and puts them in the folder every hour. Will the module update them?

      posted in Troubleshooting
      P
      pbrunson
    • RE: MMM-ImageSlideshow no showing and no errors in the log

      Correct, I will look try these adds.

      posted in Troubleshooting
      P
      pbrunson
    • RE: MMM-ImageSlideshow no showing and no errors in the log

      I updated and moved the images, but still no go.

      posted in Troubleshooting
      P
      pbrunson
    • MMM-ImageSlideshow no showing and no errors in the log

      Howdy,

      I am trying to add a slideshow on the display but the images are not showing. Am I missing anything in the config? It is a basic setup.

      Thanks for the help

      /home/pi/slideshow
      
      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       *
       * For more information how you can configurate this file
       * See https://github.com/MichMich/MagicMirror#configuration
       *
       */
      
      var config = {
              address: "localhost", // 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: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "192.168.1.0/24"], // 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"],
      
              language: "en",
              timeFormat: 12,
              units: "imperial",
      
              modules: [
                      {
                              module: "alert",
                      },
                      {
                              module: "updatenotification",
                              position: "top_bar"
                      },
                      {
                              module: "clock",
                              position: "top_left"
                      },
                      {
                              module: "calendar",
                              header: "Family Calendar",
                              position: "top_left",
                              config: {
                                      calendars: [
                                              {
                                                      symbol: "calendar-check-o ",
                                                      url: "XXXX"
                                              }
                                      ]
                              }
                      },
                      {
                              module: "compliments",
                              position: "upper_third"
                      },
                      {
                              module: "currentweather",
                              position: "top_right",
                              config: {
                                      location: "Hillsboro",
                                      locationID: "5731371",  //ID from http://www.openweathermap.org/help/city_list.txt
                                      roundTemp: "true",
                                      showHumidity: "true",
                                      appid: "XXXX"
                              }
                      },
                      {
                              module: "weatherforecast",
                              position: "top_right",
                              header: "Weather Forecast",
                              config: {
                                      location: "Hillsboro",
                                      locationID: "5731371",  //ID from http://www.openweathermap.org/help/city_list.txt
                                      roundTemp: "true",
                                      showHumidity: "true",
                                      appid: "XXXX"
                              }
                      },
      //              {
      //                      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
      //              },
                      {
                              module: "MMM-DailyBibleVerse",
                              position: "bottom_bar", // This can be any of the regions. Best result is in the bottom_bar as verses can take multiple lines in a day.
                              config: {
                                  version: "NIV", // This can be changed to any version you want that is offered by Bible Gateway. For a list, go here: https://www.biblegateway.com/v$
                                  size: "small" // default value is medium, but can be changed.
                              }
                      },
                      {
                              module: 'MMM-ImageSlideShow',
                              position: 'middle_center',
                              config: {
                                      imagePaths: ['/home/pi/slideshow']
                                      }
                      },
                      {
                              module: "newsfeed",
                              position: "lower_third",
                              config: {
                                      feeds: [
                                              {
                                                      title: "New York Times",
                                                      url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                              }
                                      ],
                                      showSourceTitle: true,
                                      showPublishDate: true
                              }
                      },
              ]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      
      
      posted in Troubleshooting
      P
      pbrunson