• 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.

New module: Weather effects

Scheduled Pinned Locked Moved Entertainment
27 Posts 4 Posters 1.5k Views 4 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.
  • U Offline
    uros76 @uros76
    last edited by Dec 29, 2024, 4:48 PM

    On my test MM install the weather effects work. This confirms the module is getting the notification broadcast from wethaer after all.

    But the viewnotifications module doesn’t come up. I will keep it running for a bit longer to see if notifications show up. Even the newsfeed notifications should come up I think…
    It’s not the end of the world, I am just digging into why I can’t see notifications :)
    f81ac05b-4f04-4d63-933f-fc5a522281c8-image.png

    My magicmirror projects: https://forum.magicmirror.builders/post/79889, https://forum.magicmirror.builders/post/93241 and https://forum.magicmirror.builders/post/94586

    S 1 Reply Last reply Dec 29, 2024, 4:50 PM Reply Quote 0
    • S Away
      sdetweil @uros76
      last edited by Dec 29, 2024, 4:50 PM

      @uros76 said in New module: Weather effects:

      But the viewnotifications module doesn’t come up. I will keep it running for a bit longer to see if notifications show up

      what position is it in?

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      U 1 Reply Last reply Dec 29, 2024, 4:55 PM Reply Quote 0
      • U Offline
        uros76 @sdetweil
        last edited by Dec 29, 2024, 4:55 PM

        @sdetweil top_left. It should show up under the clock.

        My magicmirror projects: https://forum.magicmirror.builders/post/79889, https://forum.magicmirror.builders/post/93241 and https://forum.magicmirror.builders/post/94586

        S 1 Reply Last reply Dec 29, 2024, 5:05 PM Reply Quote 0
        • S Away
          sdetweil @uros76
          last edited by sdetweil Dec 29, 2024, 5:05 PM Dec 29, 2024, 5:05 PM

          @uros76 did you use the default config?

           {
                      module: 'MMM-ViewNotifications',
                      position: "top_left",
                      header: "Notifications",
                      classes:"page1",  // for MMM-pages
                      config: {
                          // See below for Configuration Options
                      }
          },
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          U 1 Reply Last reply Dec 29, 2024, 5:15 PM Reply Quote 0
          • U Offline
            uros76 @sdetweil
            last edited by uros76 Dec 29, 2024, 5:17 PM Dec 29, 2024, 5:15 PM

            @sdetweil yes I used the default config. I also added timeout: 0 to see if I perhaps missed them. Default is 8sec timeout before notifications disappear.

            My magicmirror projects: https://forum.magicmirror.builders/post/79889, https://forum.magicmirror.builders/post/93241 and https://forum.magicmirror.builders/post/94586

            S 1 Reply Last reply Dec 29, 2024, 5:18 PM Reply Quote 0
            • S Away
              sdetweil @uros76
              last edited by Dec 29, 2024, 5:18 PM

              @uros76 ok… did the header appear?

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              U 1 Reply Last reply Dec 29, 2024, 5:18 PM Reply Quote 0
              • U Offline
                uros76 @sdetweil
                last edited by uros76 Dec 29, 2024, 5:20 PM Dec 29, 2024, 5:18 PM

                @sdetweil nope, cant even see the header of the notifications module. I am running this test enviroment as a server mode and on a windows 10 PC. If that makes any difference.

                My magicmirror projects: https://forum.magicmirror.builders/post/79889, https://forum.magicmirror.builders/post/93241 and https://forum.magicmirror.builders/post/94586

                S 1 Reply Last reply Dec 29, 2024, 5:24 PM Reply Quote 0
                • S Away
                  sdetweil @uros76
                  last edited by sdetweil Dec 29, 2024, 5:26 PM Dec 29, 2024, 5:24 PM

                  @uros76 its only in browser, so thats all that matters…

                  notifications list can’t last forever as its crazy busy sometimes…

                  open the developers window, ctrl-shift-i, select the elements tab, and expand the top bar, top left section
                  (mine is in bottom left)
                  Screenshot at 2024-12-29 11-24-07.png

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  U 1 Reply Last reply Dec 29, 2024, 5:31 PM Reply Quote 0
                  • U Offline
                    uros76 @sdetweil
                    last edited by Dec 29, 2024, 5:31 PM

                    @sdetweil I changed it to top_center location to see if that could help. No difference.
                    Inspecting the developers window I can’t see anything in top_center region.
                    a9a069c1-6824-49fe-bc6d-ae0dbf0e0505-image.png
                    This is the config I am using
                    bf0a99b2-1ebf-463d-9c88-de716ef005c6-image.png

                    My magicmirror projects: https://forum.magicmirror.builders/post/79889, https://forum.magicmirror.builders/post/93241 and https://forum.magicmirror.builders/post/94586

                    S 1 Reply Last reply Dec 29, 2024, 5:40 PM Reply Quote 0
                    • S Away
                      sdetweil @uros76
                      last edited by Dec 29, 2024, 5:40 PM

                      @uros76 I changed mine to timeout:0… and they show and stay

                      what is that stuff on body? I don’t have that
                      nano ~/MagicMirror/index.html

                      that is the page definition
                      unless some other modules is hacking the dom…

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      U 1 Reply Last reply Dec 29, 2024, 5:53 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 2 / 3
                      2 / 3
                      • First post
                        18/27
                        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