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

    Posts

    Recent Best Controversial
    • RE: MMM-Globe

      @sdetweil

      thank you very much!

      posted in Entertainment
      G
      greedyvegan
    • RE: MMM-Globe

      @sdetweil

      i accidently ran pm2 start instead of pm2 start mm
      then it returned

      [PM2][ERROR] File ecosystem.config.js not found

      then i ran pm2 start mm
      then it returned

      [PM2][ERROR] Script not found: /home/thecastle/MagicMirror/mm

      status
      Screenshot 2024-10-10 at 6.37.50 PM.png

      after pm2 delete 0
      Screenshot 2024-10-10 at 6.38.56 PM.png

      after pm2 save

      Screenshot 2024-10-10 at 6.39.49 PM.png

      update -
      it’s currently running (it was always running, it just had a weird error)
      and told me to copy/paste

      sudo env PATH=$PATH:/usr/local/bin /usr/local/lib/node_modules/pm2/bin/pm2 startup systemd -u pi --hp /home/pi

      posted in Entertainment
      G
      greedyvegan
    • RE: MMM-Globe

      @sdetweil

      like this?
      Screenshot 2024-10-10 at 5.49.34 PM.png

      I got this error
      [PM2][ERROR] File ecosystem.config.js not found

      posted in Entertainment
      G
      greedyvegan
    • RE: MMM-Globe

      in the beginning of this post from 2021, it was recommended NOT to use this with a raspberry pi
      today, in 2024, I have a raspberry pi 5, does that matter? lol

      anyway, the left is on my pi 5 and the right is viewing it on a browser on my computer

      Screenshot 2024-10-09 at 7.16.10 PM.png

      is there an update on a lite version?

      posted in Entertainment
      G
      greedyvegan
    • RE: middle_left, middle_center, middle_right

      “fullscreen_below” fixed it, thanks

      posted in Troubleshooting
      G
      greedyvegan
    • RE: middle_left, middle_center, middle_right

      @sdetweil said in

      where are you putting the z-index? in css, on what element

      • .MMM-Globe {;z-index:-1;
        background-color: transparent !important;}

      see the second link in my sig below for using the dev window elements tab

      also set your module background the some non black color so you can see it

      • it is
      posted in Troubleshooting
      G
      greedyvegan
    • RE: middle_left, middle_center, middle_right

      I added a module that has a black background, and its background is covering other modules… the z-index isn’t working from custom css and I can’t change its transparency.
      (I’ve tried changing the other module’s z-index to no avail)

      can I change the position from “middle_center” to “middle_center_below”?

      (Screenshot 2024-10-06 at 6.52.33 PM.png

      thanks

      posted in Troubleshooting
      G
      greedyvegan
    • RE: My custom mirror

      @ric

      sorry for the delay , I’ve updated the post with the custom css

      posted in Show your Mirror
      G
      greedyvegan
    • RE: set the calendar day to a short version

      @skyzuma

      what you want to modify is listed in calender.js

      dateEndFormat
      

      in the file config.js change your module’s config section
      (look at the red font)

      {
      module: "calendar",
      header: 
      position: 
      **config**: {
      calendars: [
      			{
      			 fetchInterval: 7 * 24 * 60 * 60 * 1000,
      			symbol: "calendar-check",
                              dateEndFormat: "the date format you want",
      
      posted in Troubleshooting
      G
      greedyvegan
    • RE: set the calendar day to a short version

      @mumblebaj

      thank you

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Ability to display certain modules at certain times of the year?

      @dathbe

      try this

      https://github.com/ianperrin/MMM-ModuleScheduler

      posted in Development
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      @sdetweil lol noted

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      @sdetweil said
      the ‘classes’ property goes outside of the config:{} section, along with position and header

      I feel like my focus is in the wrong place(s) and i’m overlooking something extremely simple

      I knew it

      thank you very much, I’ll play around with this in a few

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      @sdetweil
      Screenshot 2024-03-31 at 6.15.56 PM.png

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      @sdetweil said

      you noticed the dot in front of the class name , right?

      yes, other modules are easier to me because it’s only one focus

      nothing means html element (html img, body, div…)

      this confused me

      believe me, I’m trying to understand.
      I’m also trying everything I read/see for hours before reaching out for help

      in config, I chose to uniquely identify the two weather “classes”
      however the developer window mentions “class”
      it also says “class=module weather weather” for both weather modules.
      Screenshot 2024-03-31 at 5.31.20 PM.png I think THIS is why modifying one modifies both.
      Screenshot 2024-03-31 at 5.19.18 PM.png

      the weather.js file says .currentWeather & .forecastWeather
      the weather.css file doesn’t differentiate current & forecast classes. I’ve even read the current & forecast njk files for individual class indicators…

      in custom.css I’m trying any and everything I see to individually identify and separate #module_5_weather from #module_6_weather

      I feel like my focus is in the wrong place(s) and i’m overlooking something extremely simple

      posted in Troubleshooting
      G
      greedyvegan
    • RE: set the calendar day to a short version

      @skyzuma said in set the calendar day to a short version:

      sorry but i am not a programmer … idk what this is meaning …

      you and I are not programmers, but we’re programming.
      the link I sent tells you about date formats.
      you can match their list of date formats for what you have
      and then use what they mention to give you what you want.
      the area you want to change is in the calendar.js file
      but add it to the config file of the module

      {
      module: "calendar",
      header: 
      position: 
      config: {
      calendars: [
      			{
      			 fetchInterval: 7 * 24 * 60 * 60 * 1000,
      			symbol: "calendar-check",
                              dateEndFormat: "the date format you want",
      
      

      I’ve learned that SOMETIMES the people on the forum can just give you the slice of cake, but then you’ll be back for another slice.

      other times, you’ll receive the cake recipe.

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      @sdetweil changing the classes name didn’t work for me, my custom name gets ignored

      @sdetweil said remember the thing before the {

      is the selector clause,

      it selects the elements the stuff after the { will apply to

      i use this cheatsheet to help me build the selector clause
      https://www.w3schools.com/cssref/css_selectors.php

      I’m going to try that

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      that didn’t work, I’m going to try something else

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      @sdetweil thank you very much

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      @sdetweil said in Default Weather Module Icon Position:

      @greedyvegan yes, they are the same, that is why you need to add unique classes per my prvious post, OR use the id value in custom css as the primary selector

      #module_{number}_module-name

      I also saw you say IF you choose the module number, be careful when adding modules because the number will change.

      posted in Troubleshooting
      G
      greedyvegan
    • 1 / 1