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

how to pull new element added to an array?

Scheduled Pinned Locked Moved Solved Troubleshooting
57 Posts 4 Posters 18.3k 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.
  • J Offline
    justjim1220 Module Developer @sdetweil
    last edited by Oct 16, 2018, 10:09 PM

    @sdetweil

    ok, so how would I be able to use the corresponding icons/images for the active feed showing if there isn’t any icon data in the rest API?

    "Life's Too Short To Dance With Ugly People"
    Jim Hallock - 1995

    S 1 Reply Last reply Oct 16, 2018, 10:15 PM Reply Quote 0
    • S Away
      sdetweil @justjim1220
      last edited by Oct 16, 2018, 10:15 PM

      @justjim1220 you have to match up the feed definition (feeds array) with the element in the source response (newsItems array) somehow

      the source does not send the icon back

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      J 2 Replies Last reply Oct 16, 2018, 10:17 PM Reply Quote 0
      • J Offline
        justjim1220 Module Developer @sdetweil
        last edited by Oct 16, 2018, 10:17 PM

        @sdetweil

        that’s because I don’t think the source has an icon to pull from it.

        So, is there a way to put the icons in an image folder in the newsfeed directory and pull from there for each corresponding newsfeed?

        "Life's Too Short To Dance With Ugly People"
        Jim Hallock - 1995

        1 Reply Last reply Reply Quote 0
        • J Offline
          justjim1220 Module Developer @sdetweil
          last edited by Oct 16, 2018, 10:20 PM

          @sdetweil

          this is how I was able to modify the code to show a single icon and to get it to scroll across the screen

          https://forum.magicmirror.builders/assets/uploads/files/1539381868184-screenshot-146.png

          "Life's Too Short To Dance With Ugly People"
          Jim Hallock - 1995

          1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil
            last edited by Oct 17, 2018, 12:53 AM

            right… you hard coded it…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            J 1 Reply Last reply Oct 17, 2018, 2:19 AM Reply Quote 0
            • J Offline
              justjim1220 Module Developer @sdetweil
              last edited by Oct 17, 2018, 2:19 AM

              @sdetweil

              So, is what I am wanting to do even possible?

              "Life's Too Short To Dance With Ugly People"
              Jim Hallock - 1995

              S 1 Reply Last reply Oct 17, 2018, 3:47 AM Reply Quote 0
              • S Away
                sdetweil @justjim1220
                last edited by Oct 17, 2018, 3:47 AM

                @justjim1220 sure… just have to figure out how to find the feeds entry from the newsItem entry… you MAY/PROBABLY have to add something to the newsItem entries (every one) when they are placed in the newsItem array…

                i can’t look at any of the rss code til thursday sometime…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                J 1 Reply Last reply Oct 17, 2018, 3:50 AM Reply Quote 0
                • J Offline
                  justjim1220 Module Developer @sdetweil
                  last edited by Oct 17, 2018, 3:50 AM

                  @sdetweil

                  Is this what I am looking for?

                  0_1539748209164_Screenshot (383).png

                  "Life's Too Short To Dance With Ugly People"
                  Jim Hallock - 1995

                  ? 1 Reply Last reply Oct 17, 2018, 4:56 PM Reply Quote 0
                  • S Away
                    sdetweil
                    last edited by Oct 17, 2018, 2:39 PM

                    Note that that data is not part of the item. What code moves the xml to the Json object you are accessing?

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    S 1 Reply Last reply Oct 17, 2018, 4:29 PM Reply Quote 0
                    • S Away
                      sdetweil @sdetweil
                      last edited by sdetweil Oct 17, 2018, 4:54 PM Oct 17, 2018, 4:29 PM

                      looking at the code on my phone, the fetcher.js needs another method to parse out the source icon.

                      parser.on("image", function(image){})
                      

                      To set a variable with the icon url,
                      That u can use in the

                      parser.on("item", function(item)
                      

                      To add the icon url to each item to be able to use it during the display process

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

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