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

    Posts

    Recent Best Controversial
    • RE: HELP WITH MMM-Flickr

      @yawns dumb ? prolly. i am getting notice to update the module, is there a command to auto update??

      posted in Troubleshooting
      B
      bluecaka69
    • RE: HELP WITH MMM-Flickr

      @yawns yes it is working great thanks again

      posted in Troubleshooting
      B
      bluecaka69
    • RE: HELP WITH MMM-Flickr

      @yawns thank you I got it it… must be something to do with textedit on mac when i put it the ’ it changes it from the code

      posted in Troubleshooting
      B
      bluecaka69
    • RE: HELP WITH MMM-Flickr

      @yawns sorry about markdown i didn’t realize how to use it as Im pretty new

      I added the comma after 10000, not sure what you mean by wrong ’ in front of your ID. is there different ’ to use

      again thanks for you help i do appreciate it

      SO i installed npm install here and it ran properly

      pi@raspberrypi:~/MagicMirror/modules/MMM-Flickr $ npm install
      Magic-Mirror-Module-Flickr@1.0.0 /home/pi/MagicMirror/modules/MMM-Flickr```
      posted in Troubleshooting
      B
      bluecaka69
    • RE: HELP WITH MMM-Flickr

      another thing but not sure here is ssh message from nam install does this look right i wasn’t sure which older to install so i did both

      pi@raspberrypi:~/MagicMirror/modules $ npm install
      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/package.json'
      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/MagicMirror/modules/node_modules/node_helper/package.json'
      npm WARN modules No description
      npm WARN modules No repository field.
      npm WARN modules No README data
      npm WARN modules No license field.
      pi@raspberrypi:~/MagicMirror/modules $ cd ..
      pi@raspberrypi:~/MagicMirror $ cd ..
      pi@raspberrypi:~ $ npm install
      npm WARN enoent ENOENT: no such file or directory, open '/home/pi/package.json'
      npm WARN pi No description
      npm WARN pi No repository field.
      npm WARN pi No README data
      npm WARN pi No license field.
      

      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Troubleshooting
      B
      bluecaka69
    • HELP WITH MMM-Flickr

      I can’t seem to get the coding right when i add the code to config i get create a config i have ran through jshint and it states need semicolon on 18 and 19. there is one there so I’m not sure here is my code and of course i removed my id for security

      {
          		module: 'MMM-Flickr',
          		position: 'bottom_center',
         			config: {
             				id: ‘MYID@N02',
              		animationSpeed: 2500,  
              		updateInterval: 10000
              		size: 'm' //Default is m, can be o=original, t=thumbnail, s= 		75x75, b=1024
          		}
      		},
      

      Note from admin: Please use Markdown on code snippets for easier reading!

      posted in Troubleshooting
      B
      bluecaka69
    • RE: WEATHER total NOOB

      @bluecaka69 update::: got it working i just realized i didn’t install the repository my bad… thanks for your advice

      posted in Troubleshooting
      B
      bluecaka69
    • RE: WEATHER total NOOB

      @Mykle1

      i tried that code, I’m insert mt API and PWS and i get plain black screen now any suggestions here is my code

      /* Magic Mirror Config Sample
       *
       * By Michael Teeuw http://michaelteeuw.nl
       * MIT Licensed.
       */
      
      var config = {
      	port: 8080,
      	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
      
      	language: 'en',
      	timeFormat: 12,
      	units: 'imperial',
      
      	modules: [
      		{
      			module: 'alert',
      		},
      		{
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: 'clock',
      			position: 'top_left'
      		},
      		{
      			module: 'calendar',
      			header: 'US Holidays',
      			position: 'top_left',
      			config: {
      				calendars: [
      					{
      						symbol: 'calendar-check-o ',
      						url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
      					}
      				]
      			}
      		},
      		{
      			module: 'compliments',
      			position: 'lower_third'
      		},
      		{
      			module: 'MMM-WunderGround',
      			position: 'top_right',
      			config: {
          		apikey: 'API_KEY_HERE',   /* private; don't share!*/
          		pws: 'pws:KMTBILLI61',
      		currentweather: 1,
          		coloricon: true,
          		hourly: '1',
          		fctext: '1',
          		fcdaycount: "10",
          		fcdaystart: "0",
          		hourlyinterval: "2",
          		hourlycount: "1",
      		animationSpeed: 5000,
          		alerttime: 10000,
          		alerttruncatestring: "english:",
      			roundTmpDecs: 0,
      			UseCardinals: 1,
      			layout: "vertical",
      		windunits: "mph",
      			sysstat: "0"
      		}
      		},
      
      		{
      			module: 'newsfeed',
      			position: 'bottom_bar',
      			config: {
      				feeds: [
      					{
      						title: "New York Times",
      						url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
      					}
      				],
      				showSourceTitle: true,
      				showPublishDate: true
      			}
      		},
      	]
      
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== 'undefined') {module.exports = config;}
      
      posted in Troubleshooting
      B
      bluecaka69
    • WEATHER total NOOB

      I have been trying to get this for days i have done what i can,tried stock and wunderground, used jshint double checked things but it never seems to work right, can anyone share a working weather script i can copy an paste, i have gotten API but nothing seems to work

      posted in Troubleshooting
      B
      bluecaka69
    • 1
    • 2
    • 2 / 2