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

    Posts

    Recent Best Controversial
    • RE: Duplicate Modules w Different CSS

      @sdetweil This about duplicate modules and how to address them in config.js file. On my two calendar modules, how do I distinguish between the first and second modules in the config when module name is the same. The CSS name as you described above didn’t fly. The first module getRelative: 0,works as described but it is using the default getRelative: 6,in the second module

      posted in Troubleshooting
      ankonaskiff17A
      ankonaskiff17
    • RE: Trouble getting Background Image to Show

      @sdetweil I have a ton of pictures from rocket launches to elk in Rockies. I somehow or another had found Dak Board and piddled with it but it was a subscription based system that MagicMirror puts to shame.

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Trouble getting Background Image to Show

      @sdetweil Wasn’t in vain. Thanks for the help. Image pretty washed out in photo but have some opacity and gradient and looks better in person.

      bigmm.jpg

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Trouble getting Background Image to Show

      @sdetweil So I need to put laptop IP in whitelist what I think I understand you to be saying

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Trouble getting Background Image to Show

      @sdetweil See my wordy edit above

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Trouble getting Background Image to Show

      @sdetweil I am getting a Not allowed to load local resource
      I thought the image might have not been quite right so copied it fresh and did renaming in terminal but really sure what is going on.

      I’m a dummy. I do think the image file was messed up as I was getting file not found errors before I reloaded & renamed file in terminal vs in the Pi version of file manager. Windows habits die hard.
      After I did that I started getting the local resource message. I had been doing this through VNC on my laptop but pulled big screen tv over where I could read it, deleted the localhost address from file that I did in VNC and redid the exact same address via Pi directly and its all good now.
      Shame on me but is there some rule of thumb about what you can and can’t do remotely. I have built 5 of these things with no issues using VNC until this background sreen issue. Even on this one, I’ve loaded multiple modules, jumbo sized fonts etc.

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Trouble getting Background Image to Show

      @sdetweil localhost is what shows in developer window? You show 8090 vs my 8080

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Trouble getting Background Image to Show

      @sdetweil I’ve wrestled with this all morning and exhausted every combination I could imagine, I decided to try sticking a color in as shown below. Not sure if anything can be inferred if it will accept a background color but not a background image. I am ignorant of the vagaries of js but is it possible that background: var(--color-background); in is locking me i n to only color options since the default is set in

      :root {
      --background-color #000
      }
      
      body {
      background: red;
      }
      
      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Trouble getting Background Image to Show

      @sdetweil I’ve been doing that.

      Screenshot 2021-08-10 201817.jpg

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Trouble getting Background Image to Show

      @sdetweil Right at the top just below html. The way I understand is that it will load html first, then body. My html is an abbreviated version of main.css html

      custom.css

      Screenshot 2021-08-10 custom.jpg

      main.css

      Screenshot 2021-08-10 main.jpg

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • 1 / 1