Questions tagged [telescope]

Telescope is an open-source social news app (think Hacker News or Reddit clone) built with Meteor, a real-time JavaScript framework.

Telescope is an open-source social news app (think Hacker News or Reddit clone) built with Meteor, a real-time JavaScript framework.

The Telescope application has useful features for managing or building a community built in. Without writing code the following features can be utilized:

  • Multiple layout options
  • Media previews through Embedly API
  • Posts can be filtered and arranged in multiple views
  • Mailchimp newsletter support
  • Over 15 languages supported with more being developed
  • Responsive theme provides smooth mobile user experience

Project Links

119 questions
0
votes
2 answers

Telescope app - "Exited with code : 8" error and app crashing

I'm new to meteor and playing with Telescope for past few days. Yesterday, I updated the Packages. From then on I'm not able to run the Telescope app in my Mac. => Started proxy. => Started MongoDB. …
Bala S
  • 1
  • 2
0
votes
1 answer

Meteor upgrade issue: forgotPwd route configured but showForgotPasswordLink set to false

I am facing issue with my meteor project after upgrading 1.0 to 1.2.1. The issue says forgotPwd route configured but showForgotPasswordLink set to false. But the value of showForgotPasswordLink is true itself when i checked in…
Saidh
  • 1,131
  • 1
  • 12
  • 21
0
votes
1 answer

Modifying Daily View in Telescope

It's been quite difficult to me to modify the "Daily View" without breaking the app, despite trying to do something rather simple: I would like to display the forthcoming posts instead of the past posts when hitting the load button. I made the…
user5316961
0
votes
1 answer

Unable to Deploy Telescope

I'm really new at this, but I've been fiddling around trying to deploy Telescope to my Digital Ocean account through Meteor. Please help. I've hit a wall. I've gotten far enough where I've done mup setup successfully. However, when I do mup deploy,…
3AMan
  • 3
  • 3
0
votes
1 answer

Adding Pinterest to telescope:share package

I am looking into telescope right now and got my site up with a bit of custom design ready to go into the wild. The only thing I am missing at the moment is Pinterest in the sharing Module which is Vital for my platform. Can anyone tell me what…
0
votes
1 answer

Trying to delete ":view: in Telescope. Is something wrong with my code?

I want to get rid of the "view:" text from the template in Telescope. This is my client/lib/config.js file: module.exports = { banner: '/**\n' + ' * core-js ' + require('../package').version + '\n' + ' *…
Josh Hill
  • 1
  • 1
0
votes
1 answer

Telescope Owl Carousel

I am trying to use owl-carousel with Telescope but i am not able to make it to work. I have no dynamic data at this point. Below are the steps I followed. Create a Telescope package. Added Theme Zeiss. Add the owl-carousel package Then on the…
Abhay
  • 401
  • 3
  • 12
0
votes
1 answer

How to allow signed-in users to delete read items in telescopeapp?

How do I customise my telescope app, such that users can delete or hide an item if they don't want it to be included in the list anymore - for example, if they have already seen it and aren't interested in it. The list of items would then need to be…
TW1
  • 33
  • 4
0
votes
1 answer

Telescope and not Working with Embedly

I have set up a telescope project and want to use embedly to get thumbnails. I am running on localhost. I got an API key from embedly, placed the key into the telescope settings, and ran the Meteor.call('fetchFeeds') to pull info info. from RSS…
John Down
  • 490
  • 2
  • 5
  • 20
0
votes
0 answers

Meta Tags not showing up

The meta tags are not showing up in View Page Source in my meteor app. But when i view in Inspect Element its showing. Loading...
sohan
  • 41
  • 8
0
votes
1 answer

Meteor not detecting package

Following this tutorial, I created a simple package.js referring to a css file qocustom.css kept in the same directory qopackage So inside the qopackage folder is the package.js and the qocustom.css files. I have tried: moving this folder to…
AndrewL64
  • 15,794
  • 8
  • 47
  • 79
0
votes
1 answer

Meteor.Error Body cannot exceed 3000 characters

I am building a new application using Telescope, same as ProductHunt. I imported new feed post from other sites such as http://gigaom.com/feed/, in the admin settings panel. In the browser console I executed Meteor.call ('fetchFeeds') code to test…
sohan
  • 41
  • 8
0
votes
1 answer

How to edit the package telescope-posts?

I installed the package telescope-posts through "meteor add telescope:posts" I wanted to edit the posts.js file inside of it but I could not find it, so I downloaded the zip from the TelescopeJS github page and tried dragging the telescopes-post…
Tyrone
  • 1
0
votes
1 answer

Trouble with installing the package telescope-posts

I am trying to get rid of the character/text limit which is found in the package https://github.com/TelescopeJS/Telescope/tree/master/packages/telescope-posts. I tried just doing "meteor add telescope-posts" but I received the error: => Errors…
Ryanc
  • 111
  • 7
0
votes
1 answer

Meteor Autoform Select2 set value

I'm using the Meteor autoform select2 package and I'm trying to figure out how to set a selected value. Currently trying the following but then I can't see the rest of the countries list options: function () { var user = Meteor.users.findOne(); …
Almog
  • 2,639
  • 6
  • 30
  • 59