MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Matthewlawson3
    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 3
    • Posts 39
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM - NewsFeed Ticker Hangs

      @cowboysdude the one at the link below. It just seems that it will hang on one source and keeps repeating that source instead of fading out and going to the other sources. I added Ars Technica. Could that be the issue?

      Click the link to see

      What do you recommend for another news ticker?

      posted in Troubleshooting
      M
      Matthewlawson3
    • MMM - NewsFeed Ticker Hangs

      Hi, I am trying to configure the MMM-NewsFeedTicker module and it is hanging on one or two sources and never gets to the other sources. Can anyone help with this? Below is my code. Also, is there anyway to delay the fade to the other news stories until the current story finishes its line of text?

      Just to note I did change the speed at which the text moves and I did change the ticker itself to none for the background.

      {
      	disabled: false,
      	module: "MMM-NewsFeedTicker",
      	position: "bottom_bar",
      	//classes: "day_scheduler",
      	config: {
      	    feeds: [
      		{
      			title: "New York Times",
      			url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
      			customLogo: "NYT_logo_rss_250x40.png"
      		},
      		{
      			title: "USA Today",
      			url: "http://rssfeeds.usatoday.com/UsatodaycomNation-TopStories",
      			customLogo: "RSS_Syndication_Logo-USATN.png"
      		},
      		{
      			title: "BBC World News",
      			url: "http://feeds.bbci.co.uk/news/world/rss.xml#",
      			customLogo: "bbc_news_120x60.gif"
      		},
      		{
      			title: "Ars Technica",
      			url: "http://feeds.arstechnica.com/arstechnica/technology-lab",
      			customLogo: "arstechnica.jpg"
      		}
      		
          	    ]
      	}
          },
      
      posted in Troubleshooting
      M
      Matthewlawson3
    • RE: Weatherbit Unit

      @sdetweil Oh sorry! Just a small thing. I went ahead and changed the overall MagicMirror setting in the config file to imperial and that worked without me having to adjust the module itself. Got it working now! Appreciate the help!

      posted in Troubleshooting
      M
      Matthewlawson3
    • RE: Weatherbit Unit

      @scumbelly I went ahead and installed the MMM OpenWeather module you mentioned and got it working. I was able to add in Lat and Long. Now how do I make it Fahrenheit? I am trying to place units in the module and when MM launches it acts like their is an error in the config file. Here is the module…

      {
        module: "MMM-OpenWeatherMapForecast",
        header: "Weather",
        position: "top_right",
        classes: "default everyone",
        disabled: false,
        config: {
          apikey: "removed",
          latitude: "36.016651",
          longitude: "-83.415611",      
          iconset: "4c",
          concise: false,
          forecastLayout: "table"
      	units: "imperial",
        }
      },
      
      posted in Troubleshooting
      M
      Matthewlawson3
    • RE: Weatherbit Unit

      @scumbelly @scumbelly I am running version 2.14.0

      I don’t see that particular information in the config file. Below is what I see. Do I need to install OpenWeather from the 3rd party modules even though it was pre-installed? Or can I just copy and paste in what you have given me?

      {
      module: “currentweather”,
      position: “top_right”,
      config: {
      location: “Dandridge”,
      locationID: “5128581”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      appid: “YOUR_OPENWEATHER_API_KEY”
      }
      },
      {
      module: “weatherforecast”,
      position: “top_right”,
      header: “Weather Forecast”,
      config: {
      location: “New York”,
      locationID: “5128581”, //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city
      appid: “YOUR_OPENWEATHER_API_KEY”
      }
      },

      posted in Troubleshooting
      M
      Matthewlawson3
    • RE: Weatherbit Unit

      @scumbelly this was with OpenWeather? If so, I’ll try that rather than going through the OpenWeather city ID list and looking for my city.

      posted in Troubleshooting
      M
      Matthewlawson3
    • RE: Weatherbit Unit

      @george Thanks. I tried using “unit” in the config area of the module and set it to imperial and also tried just the letter “I” and when I launched with npm start it said something was wrong with the config file.

      posted in Troubleshooting
      M
      Matthewlawson3
    • RE: Weatherbit Unit

      @bkeyport I noticed that on the city list provided by Open Weather that it has the wrong latitude and longitude for my city. I’ll have to double check, but if I recall correctly it had it wrong.

      I don’t suppose one can input coordinates manually?

      posted in Troubleshooting
      M
      Matthewlawson3
    • Weatherbit Unit

      Hi, I have been having a hard time finding a Weather module that allows a free API and works. I am trying out the MMM-NOAA3 module found out the link below and am trying to use Weatherbit. I need to change the units to Fahrenheit. Can I do this?

      Also, can anyone recommend a working good module besides NOAA3?

      link text

      posted in Troubleshooting
      M
      Matthewlawson3
    • 1 / 1