• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Standar "weather" Module: Doesn't keep header setting?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
14 Posts 2 Posters 883 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    rkorell @sdetweil
    last edited by Feb 2, 2025, 2:15 PM

    module header not displayed?

    .weather_forecast  .module_header {
        display: none;
    }
    

    sorry doesn’t work, either :-(
    I’ve even copied your phrase to avoid typos - nothing happens.
    Sounds feasible and plausible, but don’t do the job…
    Ive tried

    .weather  .module_header {
        display: none;
    }
    

    Didn’t work, too…

    really strange…
    Thanks for any additional idea…

    1 Reply Last reply Reply Quote 0
    • R Offline
      rkorell @sdetweil
      last edited by Feb 2, 2025, 2:18 PM

      @rkorell the debugging:true was my choice to provide info during execution cycle vs startup.

      It’s not relevant for other modules

      OK - Just a trial :-) - will delete, especially as no debug info is sent by module

      There is an option in weather, by default it will append the location(from the api data) to the header.
      You can turn that off

      appendLocationToHeader:false,
      

      This is an interesting addional hint, thanks.

      The REAL problem/question is: Why do the module override my settings?
      Reagrds,
      Ralf

      S 1 Reply Last reply Feb 2, 2025, 2:32 PM Reply Quote 0
      • S Away
        sdetweil @rkorell
        last edited by sdetweil Feb 2, 2025, 2:33 PM Feb 2, 2025, 2:32 PM

        @rkorell weather is a complex mix of properties
        I’ve never seen anyone complain about headers.

        That property is the only one I know that manipulates the header

        Also, weather is all in browser, so any debug will be shown there unless you use MMM-Logging or some such to redirect them to the startup log

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        R 1 Reply Last reply Feb 2, 2025, 2:39 PM Reply Quote 0
        • R Offline
          rkorell @sdetweil
          last edited by Feb 2, 2025, 2:39 PM

          @sdetweil OK, tanks anyway.
          It seems there is something special in my mirror.
          Not that magic but unfortunate…

          1 Reply Last reply Reply Quote 0
          • 1
          • 2
          • 2 / 2
          2 / 2
          • First post
            14/14
            Last post
          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