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

    Posts

    Recent Best Controversial
    • RE: MMM-OpenWeatherForecast

      @sdetweil I also updated the configuration to version 3.0
      and then got a new app key when I got the new app key it didn’t work
      I only have two apt keys and I created a new one

      posted in Troubleshooting
      R
      Ray
    • RE: MMM-OpenWeatherForecast

      @sdetweil well how nice is that all these years it was free now you have to pay for

      posted in Troubleshooting
      R
      Ray
    • RE: MMM-OpenWeatherForecast

      @ForestQ so if I’m understanding this correctly
      it won’t work unless I pay for?

      posted in Troubleshooting
      R
      Ray
    • RE: MMM-OpenWeatherForecast

      @MarcLandis I haven’t done any updates on my two mirrors for several years now because they’ve been working just fine
      so I’m pretty sure I do not have version 3

      posted in Troubleshooting
      R
      Ray
    • MMM-OpenWeatherForecast

      Does anyone know what’s going on with MMM-OpenWeatherForecast
      all I’m getting is its loading
      even on my virtual mirror it’s doing exactly the same thing
      I tried different coordinates and it is doing the seem thing
      I went to the website and everything checks out just fine my app key is still intact and I can see the current weather on their weather map
      so I am at a loss on what’s going on here

      {
      			disabled: false,
      			module: "MMM-OpenWeatherForecast",
      			position: "top_right",
      			header: "Concord/Walnut Creek",
      			config: {
      				apikey: " ",     // only string here
      				latitude: 37.9780 ,                             // Concord's coordinates
      				longitude: -122.0311 ,
      			    units: "imperial",
      			    iconset: "3c",
      			    requestDelay: 250,                              // requestDelay In milliseconds
      			    useAnimatedIcons: true,                         // animation can only be on one
                      updateInterval: 10,                             // minutes
                      showFeelsLikeTemp: false,
                      showSummary: true,                              // false stop weather alerts from displaying
             		        
      		        forecastHeaderText: "Hourly Forecast",          // Text for the header
      				forecastLayout: "tiled",                        // Can be set to tiled or table
      				
      				showHourlyForecast: true,                       // show hourly forecast information
      				hourlyForecastInterval: 3,                      // How many hours apart each listed hourly
      				maxHourliesToShow: 3,                           // How many hourly forecasts
      				 
      		        showDailyForecast: false                        // show daily forecast information
      			}
      		},
      
      posted in Troubleshooting
      R
      Ray
    • RE: MMM-Fuel

      @plainbroke
      sorry it took so long to reply back I’ve been kinda busy
      and I did contact the owner and he said just that I did try it and it worked perfectly

      posted in Troubleshooting
      R
      Ray
    • RE: MMM-Fuel

      @MarcLandis
      thanks for the help I will open up an issue with them

      posted in Troubleshooting
      R
      Ray
    • RE: MMM-Fuel

      @sdetweil
      thank you for the heads up I apologize for that

      posted in Troubleshooting
      R
      Ray
    • RE: MMM-Fuel

      @MarcLandis
      okay here you go this is what I’ve been using for several years now

      {
      			module: "MMM-Fuel",
      			position: "top_left",
      			config: {
      				provider: "autoblog",
      				zip: "94596",
      				types: ["regular", "mid-grade"],
      				sortBy: "mid-grade",
      				max: 4,
      				shortenText: 29,
      				showDistance: false,
      				fade: false,
      				rotateInterval: 600000,             // every 10 minutes
      				updateInterval: 15 * 60 * 1000      // every 15 minutes
      				// all your config options, which are different than their default values
      			}
      		},
      
      posted in Troubleshooting
      R
      Ray
    • RE: MMM-Fuel

      @MarcLandis
      https://github.com/fewieden/MMM-Fuel

      posted in Troubleshooting
      R
      Ray
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 13
    • 14
    • 4 / 14