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

    foggy

    @foggy

    2
    Reputation
    549
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    foggy Unfollow Follow

    Best posts made by foggy

    • newsfeed

      I am trying to run newsfeed.
      my config file looks like this.

                      {
                              module: "newsfeed",
                              position: "bottom_bar",
                              animateIn: "slideInLeft",
                              animateOut: "slideOutRight",
                              config: {
                                feeds: [
                                  {
                                    title: "New York Times",
                              //       url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                    url: "https://feeds.bbci.co.uk/news/world/rss.xml",
                                  },
                                ],
                                showSourceTitle: true,
                                showPublishDate: true,
                                broadcastNewsFeeds: true,
                                broadcastNewsUpdates: true
                              }
                            },
      
      
      ]
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      

      However I just get no news at the moment. Can someone look to see if I have made an error?

      Best wishes.

      posted in Troubleshooting
      F
      foggy
    • RE: Frameless Magic Mirror

      @jeeves1275

      Thank you. This post has been very helpful.
      Best wishes.

      posted in Show your Mirror
      F
      foggy

    Latest posts made by foggy

    • RE: MMM-PlaceInfo

      @sdetweil
      Sorry for the delay. Yes I did. Thank you.

      posted in Troubleshooting
      F
      foggy
    • MMM-PlaceInfo

      I am trying to download the above
      git clone https://github.com/njw/MMM-PlaceInfo.git

      However it keeps asking for Username & password.

      Reading a little it suggests I create a token with github. I think I have done this.

      root@magicmirror:/opt/magicmirror/modules# git clone https://github.com/njw/MMM-PlaceInfo.git
      Cloning into ‘MMM-PlaceInfo’…
      Username for ‘https://github.com’: xxxxxx
      Password for ‘xxxxxx@github.com’:
      remote: Repository not found.
      fatal: repository ‘https://github.com/njw/MMM-PlaceInfo.git/’ not found

      Any suggestions. Thank you.

      posted in Troubleshooting
      F
      foggy
    • RE: Magic TV Box A Custom Setup Using MagicMirror

      @jerryy622

      Yes. Please give more information.

      Best wishes.

      posted in Showcase
      F
      foggy
    • RE: Frameless Magic Mirror

      @jeeves1275

      Thank you. This post has been very helpful.
      Best wishes.

      posted in Show your Mirror
      F
      foggy
    • Calendar error message.

      I have been doing come work on my config.js file. All appears to work but occasionaly I get the followinga partially blank screen with the following message: i have the following message in magic mirror. “error in the calendar module. check the logs for more details. where can I find this log?” I can’t seem to find the logs. I have magic mirror installed on my proxmox server and it was installed using : bash -c “$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/magicmirror.sh)”
      Can any one help me locate the logs.
      Best wishes.

      posted in Troubleshooting
      F
      foggy
    • RE: newsfeed

      Thank you all for your comments. Not sure what I did but the BBC is now working. Please close.

      Best wishes.

      posted in Troubleshooting
      F
      foggy
    • RE: newsfeed

      Thank you for your response.
      When I run the program all I see is the news for NYT and not BBC.
      I am not really sure where to look for the files. Just in case it make a difference, I download MagicMirror using https://tteck.github.io/Proxmox/#magicmirror-server-lxc
      As I am using Proxmox.

      Best wishes.

      posted in Troubleshooting
      F
      foggy
    • newsfeed

      I am trying to run newsfeed.
      my config file looks like this.

                      {
                              module: "newsfeed",
                              position: "bottom_bar",
                              animateIn: "slideInLeft",
                              animateOut: "slideOutRight",
                              config: {
                                feeds: [
                                  {
                                    title: "New York Times",
                              //       url: "https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                                    url: "https://feeds.bbci.co.uk/news/world/rss.xml",
                                  },
                                ],
                                showSourceTitle: true,
                                showPublishDate: true,
                                broadcastNewsFeeds: true,
                                broadcastNewsUpdates: true
                              }
                            },
      
      
      ]
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") {module.exports = config;}
      

      However I just get no news at the moment. Can someone look to see if I have made an error?

      Best wishes.

      posted in Troubleshooting
      F
      foggy
    • RE: Currency Exchange Rates?

      @yawns The one on the penultimate line.
      modules: [
      {
      module: ‘MMM-CurrencyExchange’,
      position: ‘top_right’,
      config: {
      base: ‘EUR’,
      symbols: [‘GBP’, ‘USD’]
      },
      }

      posted in Requests
      F
      foggy
    • RE: Currency Exchange Rates?

      @yawns Super job. Thank you. Works well.
      Is it possible to define which currency is displayed first?

      Just in case another newbie comes along. the last (,) comma is in the wrong place and should be moved to the end.

      Best wishes.

      posted in Requests
      F
      foggy