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 21
    • Posts 143
    • 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
    • MMM-Fuel

      Does anyone know what’s going on with MMM-Fuel
      I have been using this for years and now all of a sudden
      it’s only displaying the header names and not the service stations
      and prices
      I am in the United States so therefore I don’t need a key

      Is anyone else having this problem

      posted in Troubleshooting
      R
      Ray
    • RE: Execute bash command/Turn off GPIO (LED) from mirror

      @BKeyport another way I also do it is I use GoogleAssistant
      and then use what they call a recipe these recipes you can make yourself on my recipe I have turned the lights on
      so as long as I have my microphone on and link to the mirror I can turn the lights on and off

      https://wiki.bugsounet.fr/MMM-GoogleAssistant

      posted in Requests
      R
      Ray
    • RE: Execute bash command/Turn off GPIO (LED) from mirror

      @BKeyport you might want to look at raspberry pi 5 I use it to turn LEDs on and off
      I also use believers are not Dragon NaturallySpeaking which is pretty cool because I can write a letter and also turn LEDs on and off just by voice

      posted in Requests
      R
      Ray
    • RE: A New Chapter for MagicMirror: The Community Takes the Lead

      Thank you Michael for all your hard work and creativity
      i enjoy your magic mirror I actually have it running every day

      posted in MagicMirror
      R
      Ray
    • RE: updatenotification

      @karsten13 thanks for the reply. I didn’t think it was possible, but I will certainly open up an issue and see what happens.
      Thanks again

      posted in General Discussion
      R
      Ray
    • updatenotification

      Hello everyone and happy new year
      I currently have the MagicMirror version 2.18.0
      and I have several modules in it
      I want to keep my current version of MagicMirror
      but I need to keep the modules up to date

      I would like to use ignoreModules under updatenotification
      is it possible to instruct ignoremodules not to look for MagicMirror updates
      just the modules

      I have been doing it manually with a shell script every once in a while
      but since I have ignoremodules It would be nice to utilize it

      posted in General Discussion
      R
      Ray
    • RE: Clock margin

      @sdetweil bullet worked perfectly, but I just found out after trying your sitting Google assistant when it loaded it put the clock right back in the center so Google assistant was taking over the top bar. Now I have another problem lol

      But it worked. That’s the only thing I didn’t try was position absolute
      thanks for your help I appreciate it

      posted in Custom CSS
      R
      Ray
    • Clock margin

      Hello everyone, hope everything is all good
      so I have the default clock moved from top left to top bar
      but it placed it in the center and I would like it to be on the left side
      I’ve tried several different methods and have so far been unsuccessful
      I would appreciate anybody’s help. I’m also planning on putting my newsgroup, which is usually only a one liner in the center of the bar so I hope that’s feasible as well. But I’m trying to get past the clock 1st

      posted in Custom CSS
      R
      Ray
    • RE: Star Trek TNG

      As a huge Star Trek fan I would be very much interested in knowing how you did this

      posted in Show your Mirror
      R
      Ray
    • RE: Where to find Pi 3B+ or Pi4

      @sdetweil that’s cool

      posted in Hardware
      R
      Ray
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 3 / 8