Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread KayC
OK...mystery solved with a bit more sleuthing.

The problem was in an event that was back in July of 2015, the date back to 
which all entries were deleted when I added "one too many" events to my 
json!   I first discovered that one of my events wasn't showing up at the 
beginning of July.  In reviewing the syntax of tha tspecific event, I 
noticed that I didn't have a day specified in the event "start": element, 
so instead of Jul 1 2015 I had Jul 2015.  

Once I fixed the date error, I was once again able to add new events to my 
timeline!  

Thanks Luis for the single quote-less version of my json file.  You'll be 
happy to know it worked find but exhibited the same issue with adding one 
more event because it too had the mis-specified start date. The single 
quotes and the double slashed comments don't seem to be a problem for the 
timeline widget.

Wow, I'm so relieved.  Thanks all for the help

Kay

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread Luis Miguel Morillas
And comments aren't allowed in json either.

I think this is valid [1] Try with it.

https://pastee.org/t3m6u

Saludos,

-- luismiguel  (@lmorillas)


2016-03-31 16:22 GMT+02:00 David Karger :
> single  quotes aren't allowed in json.
>
> http://stackoverflow.com/questions/2275359/jquery-single-quote-in-json-response
>
>
> On 3/31/2016 9:33 AM, KayC wrote:
>
> Here are the first few, and closing lines of my json.  all I can see as
> cause of the lint error is taht I'm using single quotes not double quotes as
> online examples of json show. ??
>
> {
>
>
>
> 'events':
>
> //The different repeat contributors will each have a distinct color for
>
> // the text on the timeline so they standout.
>
> // see http://www.simile-widgets.org/wiki/Timeline_EventSources for doc'n
>
> //   #RRGGBB  (00-ff for values of each)
>
> // Shiller's color = #721d8e   old=ff
>
> // Easterling's color = #b2
>
> // Kitces's color = #FF
>
> // Pfau's color = #238020
>
> // Tomlinson's color = #f00FFF
>
> // Conheady's color =   #A59B19
>
> // Short's color = #7e3f12
>
> // P/B's color = #00
>
> // Hussman color = #61b329
> // Montier = ???
>
> // ***BROWSING TIP*** color = #ff
>
>
> //Themes...
> //sources of return
>
> //forecasting
> //asset allocation
> //retirement planning
> //critique
> //defense
> //new metric
> [   //copy and past to create next entry...
>
> //
> {'start': "dummy for next event",
>  'title': "",
>  'link': "",
>  'color': "#58A0DC", // default color
>  'caption':"",
>  'description':""
> },
>
> {'start': "Apr 30 2016",
> 'durationEvent': "false",
>  'icon':
> "http://api.simile-widgets.org/timeline/2.3.1/images/dark-red-circle.png;,
>  'title': "***BROWSING TIP***:  THE FIRST ENTRY IN THE TIMELINE IS
> IN 1934.  HOVER FOR MORE...",
>  'link': "",
>  'color': "#ff", // default color
>  'caption':"USE THE '1934' HOTLINK ABOVE TO QUICKLY MOVE TO THAT
> ENTRY.",
>  'description':"Website last updated 1/20/2016.  Timeline Navigation
> Tips: SLOW browsing: click-drag left/right in the grey area;  FASTER
> browsing: click-drag in the light green year (lower) band of the timeline;
> FASTEST browsing: click in the grey background and use the Page Up/Down
> buttons to move back/forward in time.  "
> },
>
> //
> {'start': "Mar 28 2016",
>  'title': "Hussman: Run-Of-The-Mill Outcomes...",
>  'link': "http://hussmanfunds.com/wmc/wmc160328.htm;,
>  'color': "#61b329", // default color
>  'caption':"'...vs Worst-Case Scenarios' Hussman, in not so many
> words, is addressing recent critiques of the forecasting ability of
> valuation metrics like the P/E10 ratio.",
>  'description':"WMC: Hussman adds this defense or valuation metrics
> to his others, countering the notion that historically reliable valuation
> metrics have recently not lived up to 'expectations' and are 'broken'.
> kw=forecasting, defense "
> }
> ]
> }
>
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to simile-widgets+unsubscr...@googlegroups.com.
> To post to this group, send email to simile-widgets@googlegroups.com.
> Visit this group at https://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to simile-widgets+unsubscr...@googlegroups.com.
> To post to this group, send email to simile-widgets@googlegroups.com.
> Visit this group at https://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread David Karger
I'm afraid I can't provide guarantees about anything involving 
computers.  But it should be an easy experiment to global-replace every 
' with " and see what happens.


On 03/31/2016 11:12 AM, KayC wrote:

Thanks for your reply.

Shouldn't I have been seeing problems all along?? Would the timeline 
widget just now decide it can't handle single quotes? This would be 
quite curious to say the least.  IF removing single quotes will fix my 
problem then I can do this, but I don't want to spend the time if this 
is not the cause of my problem and therefore won't fix it.


Literally, in my experimentation, my json file works great until I add 
one more event.  If I add the new event, but take out an older one, it 
works fine with the new event.  This is how I have satisfied myself 
that the problem isn't a syntax mistake with the new event.  Could 
single quotes be the problem here?


Thanks,
Kay


--
You received this message because you are subscribed to the Google 
Groups "SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to simile-widgets+unsubscr...@googlegroups.com 
.
To post to this group, send email to simile-widgets@googlegroups.com 
.

Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "SIMILE 
Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread KayC
Thanks for your reply.

Shouldn't I have been seeing problems all along?? Would the timeline widget 
just now decide it can't handle single quotes?  This would be quite curious 
to say the least.  IF removing single quotes will fix my problem then I can 
do this, but I don't want to spend the time if this is not the cause of my 
problem and therefore won't fix it.  

Literally, in my experimentation, my json file works great until I add one 
more event.  If I add the new event, but take out an older one, it works 
fine with the new event.  This is how I have satisfied myself that the 
problem isn't a syntax mistake with the new event.  Could single quotes be 
the problem here?

Thanks,
Kay


-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread David Karger
single  quotes aren't allowed in json.

http://stackoverflow.com/questions/2275359/jquery-single-quote-in-json-response

On 3/31/2016 9:33 AM, KayC wrote:
> Here are the first few, and closing lines of my json.  all I can see
> as cause of the lint error is taht I'm using single quotes not double
> quotes as online examples of json show. ??
>
> {
>
>
>
> 'events':
>
> //The different repeat contributors will each have a distinct color for
>
> // the text on the timeline so they standout.
>
> // see http://www.simile-widgets.org/wiki/Timeline_EventSources for doc'n
>
> //   #RRGGBB  (00-ff for values of each)
>
> // Shiller's color = #721d8e   old=ff
>
> // Easterling's color = #b2
>
> // Kitces's color = #FF
>
> // Pfau's color = #238020
>
> // Tomlinson's color = #f00FFF
>
> // Conheady's color =   #A59B19
>
> // Short's color = #7e3f12
>
> // P/B's color = #00
>
> // Hussman color = #61b329
> // Montier = ???
>
> // ***BROWSING TIP*** color = #ff
>
>
> //Themes...
> //sources of return
>
> //forecasting
> //asset allocation
> //retirement planning
> //critique
> //defense
> //new metric
> [   //copy and past to create next entry...
>
> //
> {'start': "dummy for next event",
>  'title': "",
>  'link': "",
>  'color': "#58A0DC", // default color
>  'caption':"",
>  'description':""
> },
>
> {'start': "Apr 30 2016",
> 'durationEvent': "false",
>  'icon':
> "http://api.simile-widgets.org/timeline/2.3.1/images/dark-red-circle.png;,
>  'title': "***BROWSING TIP***:  THE FIRST ENTRY IN THE
> TIMELINE IS IN 1934.  HOVER FOR MORE...",
>  'link': "",
>  'color': "#ff", // default color
>  'caption':"USE THE '1934' HOTLINK ABOVE TO QUICKLY MOVE TO
> THAT ENTRY.",
>  'description':"Website last updated 1/20/2016.  Timeline
> Navigation Tips: SLOW browsing: click-drag left/right in the grey
> area;  FASTER browsing: click-drag in the light green year (lower)
> band of the timeline; FASTEST browsing: click in the grey background
> and use the Page Up/Down buttons to move back/forward in time.  "
> },
>
> //
> {'start': "Mar 28 2016",
>  'title': "Hussman: Run-Of-The-Mill Outcomes...",
>  'link': "http://hussmanfunds.com/wmc/wmc160328.htm;,
>  'color': "#61b329", // default color
>  'caption':"'...vs Worst-Case Scenarios' Hussman, in not so
> many words, is addressing recent critiques of the forecasting ability
> of valuation metrics like the P/E10 ratio.",
>  'description':"WMC: Hussman adds this defense or valuation
> metrics to his others, countering the notion that historically
> reliable valuation metrics have recently not lived up to
> 'expectations' and are 'broken'. kw=forecasting, defense "
> }
> ]
> }
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to simile-widgets+unsubscr...@googlegroups.com
> .
> To post to this group, send email to simile-widgets@googlegroups.com
> .
> Visit this group at https://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread KayC

here what json lint gives me

Error: Parse error on line 1:
{   'events':   //The di
--^
Expecting 'STRING', '}', got 'undefined'

Line 1?  This file works fine if I simply remove one event from the file.  How 
could the error be in line 1?

I used to be a sw engineer but have been out of the business for 14 years - I'm 
not a json/javascript expert, just a hack.  But this makes no sense to me.

Thanks,
Kay


-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-31 Thread KayC

Very helpful feedback.  I will lint and see what I find.
Kay

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread David Karger
The system works fine with many more items, so it's not an item limit 
problem.  For checking json, I suggest this json validator:

http://jsonlint.com/

On 03/30/2016 01:01 PM, KayC wrote:
I'm not in a position to argue your point about the json.  All I know 
is it has worked fine for 4 years now and my problem is recent and 
doesn't seem to be json format related.


Are you indicating that if it were a valid json I wouldn't be seeing 
the problem I'm seeing?  If yes, could you tell me how my file isn't 
valid - what I can do to 'fix' it?


Also, as for my original question, do you happen to know if there is a 
limit on the number of events.  If yes, is this configurable, 
something I can change?




Thanks,
Kay

On Wednesday, March 30, 2016 at 12:02:51 PM UTC-4, Luis Miguel 
Morillas wrote:


CAPECatalogData.json  is not a valid json.

Why don't you migrate it to Exhibit 3?


Saludos,

-- luismiguel  (@lmorillas)


2016-03-30 17:38 GMT+02:00 KayC :
> Thanks for your time...
> I think I have around 200 or 220 events.
www.pe10ratio.com/timeline.html
.
>
> If I try to add one more event, about 20 events are eliminated
all the way
> back to July of 2015.  I have experimented enough to be 100%
certain that I
> don't have a syntax error in my newest event in my json event file.
>
> Kay
>
> On Wednesday, March 30, 2016 at 11:10:02 AM UTC-4, Luis Miguel
Morillas
> wrote:
>>
>> Do you have an example? How many events are you talking about?
>>
>> El 30/3/2016 17:02, "KayC"  escribió:
>>>
>>> Hi,
>>> I'm having an unexplainable problem adding another event to my
json file.
>>> Adding one more event causes many recent events to disappear.
 I'm wondering
>>> if there is a limit on the number of events Timeline can handle.
>>>
>>> Thanks in advance for any help you can provide.
>>> Kay
>>>
>>> --
>>> You received this message because you are subscribed to the
Google Groups
>>> "SIMILE Widgets" group.
>>> To unsubscribe from this group and stop receiving emails from
it, send an
>>> email to simile-widget...@googlegroups.com.
>>> To post to this group, send email to simile-...@googlegroups.com.
>>> Visit this group at
https://groups.google.com/group/simile-widgets
.
>>> For more options, visit https://groups.google.com/d/optout
.
>
> --
> You received this message because you are subscribed to the
Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from
it, send an
> email to simile-widget...@googlegroups.com .
> To post to this group, send email to simile-...@googlegroups.com
.
> Visit this group at
https://groups.google.com/group/simile-widgets
.
> For more options, visit https://groups.google.com/d/optout
.

--
You received this message because you are subscribed to the Google 
Groups "SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to simile-widgets+unsubscr...@googlegroups.com 
.
To post to this group, send email to simile-widgets@googlegroups.com 
.

Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "SIMILE 
Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread Luis Miguel Morillas
I don't know. I'll prepare a test later
El 30/3/2016 19:01, "KayC"  escribió:

> I'm not in a position to argue your point about the json.  All I know is
> it has worked fine for 4 years now and my problem is recent and doesn't
> seem to be json format related.
>
> Are you indicating that if it were a valid json I wouldn't be seeing the
> problem I'm seeing?  If yes, could you tell me how my file isn't valid -
> what I can do to 'fix' it?
>
> Also, as for my original question, do you happen to know if there is a
> limit on the number of events.  If yes, is this configurable, something I
> can change?
>
>
>
> Thanks,
> Kay
>
> On Wednesday, March 30, 2016 at 12:02:51 PM UTC-4, Luis Miguel Morillas
> wrote:
>>
>> CAPECatalogData.json  is not a valid json.
>>
>> Why don't you migrate it to Exhibit 3?
>>
>>
>> Saludos,
>>
>> -- luismiguel  (@lmorillas)
>>
>>
>> 2016-03-30 17:38 GMT+02:00 KayC :
>> > Thanks for your time...
>> > I think I have around 200 or 220 events.
>> www.pe10ratio.com/timeline.html.
>> >
>> > If I try to add one more event, about 20 events are eliminated all the
>> way
>> > back to July of 2015.  I have experimented enough to be 100% certain
>> that I
>> > don't have a syntax error in my newest event in my json event file.
>> >
>> > Kay
>> >
>> > On Wednesday, March 30, 2016 at 11:10:02 AM UTC-4, Luis Miguel Morillas
>> > wrote:
>> >>
>> >> Do you have an example? How many events are you talking about?
>> >>
>> >> El 30/3/2016 17:02, "KayC"  escribió:
>> >>>
>> >>> Hi,
>> >>> I'm having an unexplainable problem adding another event to my json
>> file.
>> >>> Adding one more event causes many recent events to disappear.  I'm
>> wondering
>> >>> if there is a limit on the number of events Timeline can handle.
>> >>>
>> >>> Thanks in advance for any help you can provide.
>> >>> Kay
>> >>>
>> >>> --
>> >>> You received this message because you are subscribed to the Google
>> Groups
>> >>> "SIMILE Widgets" group.
>> >>> To unsubscribe from this group and stop receiving emails from it,
>> send an
>> >>> email to simile-widget...@googlegroups.com.
>> >>> To post to this group, send email to simile-...@googlegroups.com.
>> >>> Visit this group at https://groups.google.com/group/simile-widgets.
>> >>> For more options, visit https://groups.google.com/d/optout.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups
>> > "SIMILE Widgets" group.
>> > To unsubscribe from this group and stop receiving emails from it, send
>> an
>> > email to simile-widget...@googlegroups.com.
>> > To post to this group, send email to simile-...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/simile-widgets.
>> > For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to simile-widgets+unsubscr...@googlegroups.com.
> To post to this group, send email to simile-widgets@googlegroups.com.
> Visit this group at https://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread KayC
I'm not in a position to argue your point about the json.  All I know is it 
has worked fine for 4 years now and my problem is recent and doesn't seem 
to be json format related.

Are you indicating that if it were a valid json I wouldn't be seeing the 
problem I'm seeing?  If yes, could you tell me how my file isn't valid - 
what I can do to 'fix' it?

Also, as for my original question, do you happen to know if there is a 
limit on the number of events.  If yes, is this configurable, something I 
can change?



Thanks,
Kay

On Wednesday, March 30, 2016 at 12:02:51 PM UTC-4, Luis Miguel Morillas 
wrote:
>
> CAPECatalogData.json  is not a valid json. 
>
> Why don't you migrate it to Exhibit 3? 
>
>
> Saludos, 
>
> -- luismiguel  (@lmorillas) 
>
>
> 2016-03-30 17:38 GMT+02:00 KayC : 
> > Thanks for your time... 
> > I think I have around 200 or 220 events.  
> www.pe10ratio.com/timeline.html. 
> > 
> > If I try to add one more event, about 20 events are eliminated all the 
> way 
> > back to July of 2015.  I have experimented enough to be 100% certain 
> that I 
> > don't have a syntax error in my newest event in my json event file. 
> > 
> > Kay 
> > 
> > On Wednesday, March 30, 2016 at 11:10:02 AM UTC-4, Luis Miguel Morillas 
> > wrote: 
> >> 
> >> Do you have an example? How many events are you talking about? 
> >> 
> >> El 30/3/2016 17:02, "KayC"  escribió: 
> >>> 
> >>> Hi, 
> >>> I'm having an unexplainable problem adding another event to my json 
> file. 
> >>> Adding one more event causes many recent events to disappear.  I'm 
> wondering 
> >>> if there is a limit on the number of events Timeline can handle. 
> >>> 
> >>> Thanks in advance for any help you can provide. 
> >>> Kay 
> >>> 
> >>> -- 
> >>> You received this message because you are subscribed to the Google 
> Groups 
> >>> "SIMILE Widgets" group. 
> >>> To unsubscribe from this group and stop receiving emails from it, send 
> an 
> >>> email to simile-widget...@googlegroups.com. 
> >>> To post to this group, send email to simile-...@googlegroups.com. 
> >>> Visit this group at https://groups.google.com/group/simile-widgets. 
> >>> For more options, visit https://groups.google.com/d/optout. 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "SIMILE Widgets" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> an 
> > email to simile-widget...@googlegroups.com . 
> > To post to this group, send email to simile-...@googlegroups.com 
> . 
> > Visit this group at https://groups.google.com/group/simile-widgets. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread Luis Miguel Morillas
CAPECatalogData.json  is not a valid json.

Why don't you migrate it to Exhibit 3?


Saludos,

-- luismiguel  (@lmorillas)


2016-03-30 17:38 GMT+02:00 KayC :
> Thanks for your time...
> I think I have around 200 or 220 events.  www.pe10ratio.com/timeline.html.
>
> If I try to add one more event, about 20 events are eliminated all the way
> back to July of 2015.  I have experimented enough to be 100% certain that I
> don't have a syntax error in my newest event in my json event file.
>
> Kay
>
> On Wednesday, March 30, 2016 at 11:10:02 AM UTC-4, Luis Miguel Morillas
> wrote:
>>
>> Do you have an example? How many events are you talking about?
>>
>> El 30/3/2016 17:02, "KayC"  escribió:
>>>
>>> Hi,
>>> I'm having an unexplainable problem adding another event to my json file.
>>> Adding one more event causes many recent events to disappear.  I'm wondering
>>> if there is a limit on the number of events Timeline can handle.
>>>
>>> Thanks in advance for any help you can provide.
>>> Kay
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "SIMILE Widgets" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an
>>> email to simile-widget...@googlegroups.com.
>>> To post to this group, send email to simile-...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/simile-widgets.
>>> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to simile-widgets+unsubscr...@googlegroups.com.
> To post to this group, send email to simile-widgets@googlegroups.com.
> Visit this group at https://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread KayC
Thanks for your time...
I think I have around 200 or 220 events.  www.pe10ratio.com/timeline.html.

If I try to add one more event, about 20 events are eliminated all the way 
back to July of 2015.  I have experimented enough to be 100% certain that I 
don't have a syntax error in my newest event in my json event file.  

Kay

On Wednesday, March 30, 2016 at 11:10:02 AM UTC-4, Luis Miguel Morillas 
wrote:
>
> Do you have an example? How many events are you talking about?
> El 30/3/2016 17:02, "KayC"  escribió:
>
>> Hi,
>> I'm having an unexplainable problem adding another event to my json 
>> file.  Adding one more event causes many recent events to disappear.  I'm 
>> wondering if there is a limit on the number of events Timeline can handle.
>>
>> Thanks in advance for any help you can provide.
>> Kay
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "SIMILE Widgets" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to simile-widget...@googlegroups.com .
>> To post to this group, send email to simile-...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/simile-widgets.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


Re: [Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread Luis Miguel Morillas
Do you have an example? How many events are you talking about?
El 30/3/2016 17:02, "KayC"  escribió:

> Hi,
> I'm having an unexplainable problem adding another event to my json file.
> Adding one more event causes many recent events to disappear.  I'm
> wondering if there is a limit on the number of events Timeline can handle.
>
> Thanks in advance for any help you can provide.
> Kay
>
> --
> You received this message because you are subscribed to the Google Groups
> "SIMILE Widgets" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to simile-widgets+unsubscr...@googlegroups.com.
> To post to this group, send email to simile-widgets@googlegroups.com.
> Visit this group at https://groups.google.com/group/simile-widgets.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.


[Simile-Widgets] Is there a Limit on the number of events in Timeline?

2016-03-30 Thread KayC
Hi,
I'm having an unexplainable problem adding another event to my json file.  
Adding one more event causes many recent events to disappear.  I'm 
wondering if there is a limit on the number of events Timeline can handle.

Thanks in advance for any help you can provide.
Kay

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to simile-widgets+unsubscr...@googlegroups.com.
To post to this group, send email to simile-widgets@googlegroups.com.
Visit this group at https://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.