• 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. rmcelwee
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 3
  • Posts 23
  • Groups 0

rmcelwee

@rmcelwee

2
Reputation
13
Profile views
23
Posts
0
Followers
0
Following
Joined Nov 9, 2020, 8:19 AM
Last Online about an hour ago

rmcelwee Unfollow Follow

Best posts made by rmcelwee

  • RE: Cannot get my Google Photos at the top of the screen???

    @chassain-0 Thanks! For the record, I’ve been looking in google for days. Never could find anything that would help. Guess my google-fu isn’t that good.

    posted in Troubleshooting
    R
    rmcelwee
    Nov 15, 2020, 10:17 AM
  • RE: MMM-CalendarExt2

    @mrjdar said in MMM-CalendarExt2:

    Got CalendarExt2 up and running without a hitch. Hoping there’s a way to show a second month right next to it. Any ideas?

    I set mine up to display weekly format, 6 weeks, starting with the current week. So, 50% of the time it will actually display more “future” days than what you are wanting to do. Would that help?

    posted in Utilities
    R
    rmcelwee
    Mar 1, 2021, 9:42 AM

Latest posts made by rmcelwee

  • RE: MMM-AVStock v2.0.0 (npm update required!)

    Anyone??? I’ll bump this to see if anyone can help. There has to be a way to get the chart to look better than this.

    20240122_113312 - Copy.jpg

    posted in Productivity
    R
    rmcelwee
    Jan 23, 2024, 8:39 PM
  • RE: MMM-AVStock v2.0.0 (npm update required!)

    I’m looking for a little help to make my chart look better. I’m only interested in one stock so that is all I am displaying. I notice the docs say the chart is only 90 days but the examples show 4 or 5 months. Anyway to increase past 90 days? OR, is there anyway to get the chart to stretch the 90 days out so it takes up the width of my vertical monitor? Anyway to get the months listed at the bottom of the chart? Any suggestions on how to make the chart look better? Thanks!

    FWIW, I had a hard time getting this to run. The solution for me was to get version 18 of node running (someone else mentioned this). I was too dumb to do this until I found this webpage: https://pimylifeup.com/raspberry-pi-nodejs/

    Also, mode : “chart”, did not work for me (showed a blank page).

    20231212_114555 - Copy.jpg

    posted in Productivity
    R
    rmcelwee
    Dec 12, 2023, 6:09 PM
  • RE: How do I make MM wait to load until it has a wifi signal?

    @karsten13 said in How do I make MM wait to load until it has a wifi signal?:

    @rmcelwee

    look for “Network at Boot” on this site

    Hmm, that didn’t work for me. If I enable that option my RPi just sits at the desktop and never loads MM. I can see the wifi signal in the corner but it just sits there for some reason. If I turn that option off everything loads fine again.

    posted in Troubleshooting
    R
    rmcelwee
    Jan 29, 2022, 9:33 PM
  • How do I make MM wait to load until it has a wifi signal?

    I automatically reboot my MM every 6 hours. From time to time the raspberry pi won’t grab a wifi signal while on the desktop and when I boot into MM my Google Pictures won’t work. At least that is what I think is happening. Is there a way to stay on the desktop until it recognizes my network and then proceed to load MM?

    Thanks!

    posted in Troubleshooting
    R
    rmcelwee
    Jan 29, 2022, 8:01 PM
  • RE: MMM-CalendarExt2

    @djpoirrier said in MMM-CalendarExt2:

    Well i ended up figuring out how to do this

    I’d like to see a picture of what this looks like.

    posted in Utilities
    R
    rmcelwee
    Mar 19, 2021, 12:00 AM
  • RE: MMM-CalendarExt2

    @mrjdar said in MMM-CalendarExt2:

    Got CalendarExt2 up and running without a hitch. Hoping there’s a way to show a second month right next to it. Any ideas?

    I set mine up to display weekly format, 6 weeks, starting with the current week. So, 50% of the time it will actually display more “future” days than what you are wanting to do. Would that help?

    posted in Utilities
    R
    rmcelwee
    Mar 1, 2021, 9:42 AM
  • RE: MMM-CalendarExt2

    @DJ6sTep said in MMM-CalendarExt2:

    @rmcelwee I can’t change the background of my events.

    Nothing works :( What am I missing?

    .CX2 .vacation.fullday {
    background-color:#00FF00;
    color:#000;
    }
    .CX2 .nights.fullday {
    background-color:#009DFF;
    color:#000;
    }
    .CX2 .days.fullday {
    background-color:#FFFF00;
    color:#000;
    }

    BTW, here is what the weather forecast does (note that it is smaller on the bottom than in my other picture). I have changed nothing…20210120_180824.jpg

    posted in Utilities
    R
    rmcelwee
    Jan 21, 2021, 1:05 PM
  • RE: MMM-CalendarExt2

    @DJ6sTep said in MMM-CalendarExt2:

    Which wallpaper module are you using?

    BTW- Your MM looks dope man!

    No wallpaper, only google photos. Thanks!

    posted in Utilities
    R
    rmcelwee
    Jan 21, 2021, 12:59 PM
  • RE: MMM-CalendarExt2

    @DJ6sTep It took me DAYS of trial and error to get everything where I wanted it. I still have a weird problem where my weather forecast window changes size from time to time. Not sure why. I don’t have a picture of it but my upper left window will shrink and leave a thick black line between the picture and the weather.

    mirror.jpg

    posted in Utilities
    R
    rmcelwee
    Jan 20, 2021, 10:22 PM
  • RE: MMM-CalendarExt2

    @DJ6sTep said in MMM-CalendarExt2:

    I almost have my calendar how I want it to be, how would I move my calendar just a few inches down from it’s current position? Closer to my WIFI password module.

    I did this in the custom.css to move my photos around (note the negative numbers):

    .MMM-GooglePhotos {
    margin-top: -300px;
    margin-left: -123;
    }*/
    #GPHOTO_INFO {
    display:none;
    }

    posted in Utilities
    R
    rmcelwee
    Jan 19, 2021, 11:27 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