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

Ray

@Ray

9
Reputation
13
Profile views
134
Posts
0
Followers
0
Following
Joined Jun 5, 2021, 1:20 PM
Last Online a day ago

Ray Unfollow Follow

Best posts made by Ray

  • RE: MMM-GmailFeed

    Sorry it took so long to reply back. I’ve been kinda busy
    I finally had time to upgrade MMM-GmailFeed
    everything went fine and is running perfectly :beaming_face_with_smiling_eyes:

    Thank you everyone for your help :thumbs_up:

    posted in Troubleshooting
    R
    Ray
    Mar 4, 2022, 2:34 PM
  • RE: MMM-GooglePhoto not loading

    @sdetweil in your Google settings and click security
    you will see in their

    • Go to your “Manage your Google Account” screen.
    • Select the “Security” link on the left side.
    • Scroll down to find “App Passwords” and select it.
    • In the “select app” pull down, pick Mail.
    • In the “select device” pull down, pick Other. Name it what ever you want. I called mine “MagicMirror”
    • Click “Generate”. That sequence of characters is the “Password” value you should use.
    posted in Troubleshooting
    R
    Ray
    Jun 10, 2022, 3:53 PM
  • RE: posts with inappropriate language or apparent attacks on other users are unacceptable

    @sdetweil I’m glad to see that this site response to bullying.
    Bullying is unacceptable and they need to be accountable for it

    posted in General Discussion
    R
    Ray
    Sep 29, 2021, 9:27 AM
  • RE: MMM-OpenWeatherForecast

    @sdetweil thank you
    I actually did the long way
    144÷15 gave me 96

    posted in Troubleshooting
    R
    Ray
    Oct 1, 2024, 6:56 PM
  • RE: MMM-GooglePhoto not loading

    @sdetweil sorry I didn’t see your post until just now

    posted in Troubleshooting
    R
    Ray
    Jun 10, 2022, 3:54 PM
  • RE: Where to find Pi 3B+ or Pi4

    @NSpr this is true I’m running mine on the Linux operating system

    posted in Hardware
    R
    Ray
    Jul 12, 2022, 5:46 PM
  • RE: So I have a question about backup

    @sdetweil hey thanks a lot. I appreciate that
    I will definitely check it out
    I kind of made my own. It’s very basic but seems to do the trick
    it is menu-driven so I can choose which modules I want to backup or restore
    I’m fairly new at writing scripts. They are a lot of fun

    posted in General Discussion
    R
    Ray
    Nov 30, 2021, 11:05 PM
  • RE: So I have a question about backup

    @sdetweil sorry it’s been so long since I replied to this form.
    So I wanted to just let you know I did make my own backup and restore scripts.
    The backup is pretty simple. It just makes a copy of my modules folder and stores it in a safe place.

    The restore is a little bit different. It will restore the module folder to its original location and then use npm install in each folder.
    It worked perfectly

    I tested it Under virtual disk. I install magic. Mayor the traditional way and then use my restore program and it worked perfectly.

    I wanted to thank you for all your help and your ideas

    posted in General Discussion
    R
    Ray
    Dec 9, 2021, 2:30 PM
  • RE: 2nd MagicMirror

    @sdetweil I understand that now, but I already made it
    and it works perfectly. in the future I will have 2 choices now

    The reason I was looking for something like this. I want to generate a separate mirror for testing. That way if it crashes I won’t have to worry about it because all files and folders will be separated from the 2nd mirror folder
    the 2 separate magic mirrors will work perfectly for me. I will definitely consider your 2nd option. In the future

    posted in General Discussion
    R
    Ray
    Mar 28, 2022, 2:12 PM

Latest posts made by Ray

  • RE: MMM-TouchButton

    @sdetweil okay thanks I did not think about that

    posted in General Discussion
    R
    Ray
    a day ago
  • MMM-TouchButton

    I’m looking to change the color of the
    icon: “fa fa-power-off” To red

    I tried the standard css and I can change all the colors
    but I can’t figure out how to change the individual ones

    Do I have to just find a red power-off icon?

    posted in General Discussion
    R
    Ray
    a day ago
  • RE: MMM-Fuel

    @MyMirror actually no this is been pretty reliable up until now I opened up a ticket so we will see what happens

    posted in Troubleshooting
    R
    Ray
    9 days ago
  • RE: MMM-Fuel

    @MyMirror the reason yours works is because you’re using a key
    the key is for outside the US and Canada that’s what gas buddy is for or the people who are in the US and Canada

    posted in Troubleshooting
    R
    Ray
    9 days ago
  • RE: MMM-Fuel

    @Exndfan yes this is my third day and still wasn’t working
    I will open up issue with them and see if they reply if I get one liable let you know

    posted in Troubleshooting
    R
    Ray
    9 days ago
  • MMM-Fuel

    is anyone having trouble with MMM-Fuel
    it has been working fine for years
    but now just recently it stopped Showing gas stations and prices

    the provider that I’m using is gasbuddy

    posted in Troubleshooting
    R
    Ray
    10 days ago
  • RE: MMM-OpenWeatherForecast

    @sdetweil
    I just thought I’d throw it out there in case someone else runs into the same problem

    posted in Troubleshooting
    R
    Ray
    Oct 6, 2024, 2:36 PM
  • RE: MMM-OpenWeatherForecast

    @wishmaster270
    so I found out what was going on with the calls being counted when my magic mirror wasn’t even up and running

    so here’s what I found out
    I have MMM-OpenWeatherForecast checking the temperature in two time zones
    and one of the time zone I have set requestDelay: 250
    this was done before the upgrade to 3.0 call abb
    since then I have deleted one of the time zones
    but forgot to delete requestDelay: 250 an error in my part

    it turns out that the One Call API 3.0 was counting all the calls in that 250
    in version 2.5 we didn’t have to worry about that

    posted in Troubleshooting
    R
    Ray
    Oct 6, 2024, 1:53 PM
  • RE: MMM-OpenWeatherForecast

    @wishmaster270
    I totally agree with everything you said I do have two keys but I only use one
    the only thing I can think of is maybe the 20 calls are a carryover from the previous day that’s the only thing I can think of
    I shut down my mirror around 7 o’clock at night

    and when I started up in the morning around 8 o’clock in the morning I would think there would only be one call
    but when I looked it said there were 20
    so like I said maybe it’s a carryover from the previous day

    so tomorrow morning I’m going to conduct a test
    I will check the website first to see if there any calls there before I start my mirror

    if you want I will let you know

    posted in Troubleshooting
    R
    Ray
    Oct 4, 2024, 7:14 PM
  • RE: MMM-OpenWeatherForecast

    @MarcLandis yes I get that and I totally understand that

    but that’s not my question maybe it can’t be answered
    my magic mirror is on a computer when I boot the computer up in the morning it will automatically start magic mirror usually the first thing it checks is the weather
    if I turn the computer off there should be no more calls to the weather app

    so my original question would be if I turn my computer on first thing in the morning and I go to the weather app why does it say I already have 20 calls that’s my real question

    posted in Troubleshooting
    R
    Ray
    Oct 4, 2024, 5:09 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy